iOS library - UIScrollView driven expandable menu.

Overview

AirBar

UIScrollView driven expandable menu.


Description

AirBar is a library for creating cool expandable menus. Library observes UIScrollView scroll and provides state you can apply to your UI elements.

Demo

AirBar Demo

Installation

Library supports Carthage dependency manager. To install AirBar add following line to Cartfile in the root folder of your project.

github "uptechteam/AirBar" ~> 2.0

Using CocoaPods add following line to your project Podfile

pod 'AirBar', '~> 2.0'

Using Swift Package Manager, add the following line to your Package.swift:

dependencies: [
  .package(url: "https://github.com/uptechteam/AirBar.git", .exact("2.0.6")),
],

How to use

  1. Create BarController object using BarController(configuration Configuration, stateObserver: StateObserver) initializer, where Configuration is struct that contains height config and StateObserver is closure that will be called on state change.

  2. Bind BarController to your UIScrollView object using set(scrollView: UIScrollView) method.

  3. Provide UI transformations in closure passed as StateObserver init argument. Closure will receive State object that has following public methods:

  • height() - returns bar height;
  • transitionProgress() - returns bar transition progress between 0 and 2, where 0 - compact state, 1 - normal state, 2 - expanded state;
  • value(compactNormalRange: ValueRangeType, normalExpandedRange: ValueRangeType) - returns transformed CGFloat value that can be used for configuring UIKit element properties. ValueRangeType is enum with .range(CGFloat, CGFloat) and .value(CGFloat) cases. You can use it for example if you need static value 1 in normal-expanded transition and range (0, 1) in compact-normal transition.
  1. (Optional) Contribute to repository.

Also you can find example application in library project.

Multiple UIScrollView objects

BarController supports using multiple UIScrollView objects. You can use preconfigure(scrollView: UIScrollView) method to configure scrolling view before setting it with set(scrollView: UIScrollView) method.

TODO

  • Implement expansion/concatination resistance;
  • ...
You might also like...
A swift library based on the various options menu in material design in Android
A swift library based on the various options menu in material design in Android

KTOptionMenu Description KTOptionMenu is a swift library based on the various options menu in material design in Android that allows you to easily cre

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app.  It is written in pure swift.
iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.

SlideMenuControllerSwift iOS Slide View based on iQON, Feedly, Google+, Ameba iPhone app. Installation CocoaPods pod 'SlideMenuControllerSwift' Carth

A simple side menu for iOS written in Swift.
A simple side menu for iOS written in Swift.

ENSwiftSideMenu A lightweight flyover side menu component for iOS with the UIDynamic's bouncing animation, UIGestures and UIBlurEffect. Allows you to

iOS Interactive Side Menu written in Swift.
iOS Interactive Side Menu written in Swift.

Interactive Side Menu A customizable, interactive, auto expanding and collapsing side menu for iOS written in Swift. Here are some of the ways Interac

A menu based on Medium iOS app.
A menu based on Medium iOS app.

Medium 1.8.168 menu in Swift. That is still one of my favorite menus because that is easy to use and looks beautiful.

A fully customizable popup style menu for iOS 😎
A fully customizable popup style menu for iOS 😎

Guide Check out the documentation and guides for details on how to use. (Available languages:) English 简体中文 What's a better way to know what PopMenu o

Simple side/slide menu control for iOS, no code necessary! Lots of customization. Add it to your project in 5 minutes or less.
Simple side/slide menu control for iOS, no code necessary! Lots of customization. Add it to your project in 5 minutes or less.

▤ SideMenu If you like SideMenu, give it a ★ at the top right of this page. SideMenu needs your help! If you're a skilled iOS developer and want to he

✨ Awesome Dropdown menu for iOS with Swift 5.0
✨ Awesome Dropdown menu for iOS with Swift 5.0

The eligible dropdown menu for iOS, written in Swift 5, appears dropdown menu to display a view of related items when a user click on the dropdown menu. You can customize dropdown view whatever you like (e.g. UITableView, UICollectionView... etc)

iOS 7/8 style side menu with parallax effect.
iOS 7/8 style side menu with parallax effect.

RESideMenu iOS 7/8 style side menu with parallax effect inspired by Dribbble shots (first and second). Since version 4.0 you can add menu view control

Comments
  • Airbar started crashing after upgrading OSX to 10.15.6

    Airbar started crashing after upgrading OSX to 10.15.6

    Process: AirBar [3077] Path: /Applications/AirBar.app/Contents/MacOS/AirBar Identifier: RainerSelvet.AirBar Version: 1.0 (1) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: AirBar [3077] User ID: 502

    Date/Time: 2020-08-14 16:05:27.054 +0530 OS Version: Mac OS X 10.15.6 (19G2021) Report Version: 12 Anonymous UUID: 3559DEFA-DDFC-D082-F422-3BE8C2F7F9B0

    Sleep/Wake UUID: 985338AB-0854-4D49-94D2-6E23E07FB668

    Time Awake Since Boot: 4000 seconds Time Since Wake: 200 seconds

    System Integrity Protection: enabled

    Crashed Thread: 0 Dispatch queue: com.apple.main-thread

    Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

    Termination Signal: Illegal instruction: 4 Termination Reason: Namespace SIGNAL, Code 0x4 Terminating Process: exc handler [3077]

    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 RainerSelvet.AirBar 0x000000010d0f06ff 0x10d0eb000 + 22271 1 RainerSelvet.AirBar 0x000000010d0f0e1d 0x10d0eb000 + 24093 2 RainerSelvet.AirBar 0x000000010d0f0f27 0x10d0eb000 + 24359 3 com.apple.Foundation 0x00007fff31c0f2ea __NSFireTimer + 67 4 com.apple.CoreFoundation 0x00007fff2f5317f9 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 20 5 com.apple.CoreFoundation 0x00007fff2f53135f __CFRunLoopDoTimer + 859 6 com.apple.CoreFoundation 0x00007fff2f530e47 __CFRunLoopDoTimers + 322 7 com.apple.CoreFoundation 0x00007fff2f515bea __CFRunLoopRun + 1871 8 com.apple.CoreFoundation 0x00007fff2f514e3e CFRunLoopRunSpecific + 462 9 com.apple.HIToolbox 0x00007fff2e141abd RunCurrentEventLoopInMode + 292 10 com.apple.HIToolbox 0x00007fff2e1417d5 ReceiveNextEventCommon + 584 11 com.apple.HIToolbox 0x00007fff2e141579 _BlockUntilNextEventMatchingListInModeWithFilter + 64 12 com.apple.AppKit 0x00007fff2c787039 _DPSNextEvent + 883 13 com.apple.AppKit 0x00007fff2c785880 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352 14 com.apple.AppKit 0x00007fff2c77758e -[NSApplication run] + 658 15 com.apple.AppKit 0x00007fff2c749396 NSApplicationMain + 777 16 RainerSelvet.AirBar 0x000000010d0ed4b9 0x10d0eb000 + 9401 17 libdyld.dylib 0x00007fff69581cc9 start + 1

    Thread 1: 0 libsystem_pthread.dylib 0x00007fff69781b68 start_wqthread + 0

    Thread 2: 0 libsystem_pthread.dylib 0x00007fff69781b68 start_wqthread + 0

    Thread 3: 0 libsystem_pthread.dylib 0x00007fff69781b68 start_wqthread + 0

    Thread 4: 0 libsystem_pthread.dylib 0x00007fff69781b68 start_wqthread + 0

    Thread 5:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff696c2dfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff696c3170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff2f516ef5 __CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff2f5159c2 __CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff2f514e3e CFRunLoopRunSpecific + 462 5 com.apple.AppKit 0x00007fff2c928954 _NSEventThread + 132 6 libsystem_pthread.dylib 0x00007fff69786109 _pthread_start + 148 7 libsystem_pthread.dylib 0x00007fff69781b8b thread_start + 15

    Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000600003639e00 rcx: 0x0000000000000030 rdx: 0x00007fff87502370 rdi: 0x0000000000000000 rsi: 0x00007fff739059a1 rbp: 0x00007ffee2b123e0 rsp: 0x00007ffee2b12250 r8: 0x0000000000000006 r9: 0x0000000000000006 r10: 0x00007fff87502370 r11: 0x00007fff3212e540 r12: 0x0000600003639e00 r13: 0x0000000000000000 r14: 0x00007ffee2b122f0 r15: 0x0000000000000007 rip: 0x000000010d0f06ff rfl: 0x0000000000010246 cr2: 0x000000010d1de9f0

    Logical CPU: 0 Error Code: 0x00000000 Trap Number: 6

    Binary Images: 0x10d0eb000 - 0x10d0f3ff7 +RainerSelvet.AirBar (1.0 - 1) <78D5B05F-0871-38A0-BFC7-D3E7C036AAF5> /Applications/AirBar.app/Contents/MacOS/AirBar 0x10d0ff000 - 0x10d113ff7 +libswiftAppKit.dylib (4.2 - 1000.0.16.9) <3257E2C2-B7AC-398C-8B8C-A2050E8909AA> /Applications/AirBar.app/Contents/Frameworks/libswiftAppKit.dylib 0x10d137000 - 0x10d512fff +libswiftCore.dylib (4.2 - 1000.0.16.9) /Applications/AirBar.app/Contents/Frameworks/libswiftCore.dylib 0x10d81e000 - 0x10d825ff7 +libswiftCoreAudio.dylib (4.2 - 1000.0.16.9) <2A4E3D39-29F7-32B1-ACEA-E6D538F39ED2> /Applications/AirBar.app/Contents/Frameworks/libswiftCoreAudio.dylib 0x10d838000 - 0x10d841fff +libswiftCoreData.dylib (4.2 - 1000.0.16.9) <7266C637-D17B-3BD4-9F22-A2FC68C045F0> /Applications/AirBar.app/Contents/Frameworks/libswiftCoreData.dylib 0x10d857000 - 0x10d85afff +libswiftCoreFoundation.dylib (4.2 - 1000.0.16.9) /Applications/AirBar.app/Contents/Frameworks/libswiftCoreFoundation.dylib 0x10d864000 - 0x10d876ff7 +libswiftCoreGraphics.dylib (4.2 - 1000.0.16.9) <911645DA-F02A-33E1-A01A-F15223B71765> /Applications/AirBar.app/Contents/Frameworks/libswiftCoreGraphics.dylib 0x10d89f000 - 0x10d8a4ff3 +libswiftCoreImage.dylib (4.2 - 1000.0.16.9) /Applications/AirBar.app/Contents/Frameworks/libswiftCoreImage.dylib 0x10d8af000 - 0x10d8b9fff +libswiftDarwin.dylib (4.2 - 1000.0.16.9) <801E31C5-E99E-3F26-8CD8-DE9968CD9327> /Applications/AirBar.app/Contents/Frameworks/libswiftDarwin.dylib 0x10d8d1000 - 0x10d8effff +libswiftDispatch.dylib (4.2 - 1000.0.16.9) <7BF0E051-3469-35C6-BA92-38EB2D8F603F> /Applications/AirBar.app/Contents/Frameworks/libswiftDispatch.dylib 0x10d937000 - 0x10daf5fff +libswiftFoundation.dylib (4.2 - 1000.0.16.9) <1E427E51-9C55-33BC-BE51-5D1A5F8FB14E> /Applications/AirBar.app/Contents/Frameworks/libswiftFoundation.dylib 0x10dcad000 - 0x10dcb0ffb +libswiftIOKit.dylib (4.2 - 1000.0.16.9) <49E1EDF7-683B-3AAA-821C-79054DB7F739> /Applications/AirBar.app/Contents/Frameworks/libswiftIOKit.dylib 0x10dcbf000 - 0x10dcc8fff +libswiftMetal.dylib (4.2 - 1000.0.16.9) <133E61BA-CFD9-3411-872D-888D75C04281> /Applications/AirBar.app/Contents/Frameworks/libswiftMetal.dylib 0x10dcdc000 - 0x10dce2ff7 +libswiftObjectiveC.dylib (4.2 - 1000.0.16.9) <117C2619-2DA0-3654-B9C6-CEA86A99A383> /Applications/AirBar.app/Contents/Frameworks/libswiftObjectiveC.dylib 0x10dcf2000 - 0x10dcf9ff7 +libswiftQuartzCore.dylib (4.2 - 1000.0.16.9) <12C2E07A-4A66-31EC-9214-97BCC038576D> /Applications/AirBar.app/Contents/Frameworks/libswiftQuartzCore.dylib 0x10dd05000 - 0x10dd08ff7 +libswiftXPC.dylib (4.2 - 1000.0.16.9) <97A33C53-2DBE-3F15-91E2-EBF5CF7C8344> /Applications/AirBar.app/Contents/Frameworks/libswiftXPC.dylib 0x10dd14000 - 0x10dd1cfff +libswiftos.dylib (4.2 - 1000.0.16.9) <5D1CC216-44F4-3694-B9C9-DC2A807B8140> /Applications/AirBar.app/Contents/Frameworks/libswiftos.dylib 0x110a84000 - 0x110a87047 libobjc-trampolines.dylib (787.1) <88F9B648-C455-36F8-BBB9-7D1A9F57D073> /usr/lib/libobjc-trampolines.dylib 0x11afbf000 - 0x11b050f47 dyld (750.6) /usr/lib/dyld 0x7fff2b11a000 - 0x7fff2b11afff com.apple.Accelerate (1.11 - Accelerate 1.11) <4F9977AE-DBDB-3A16-A536-AC1F9938DCDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff2b11b000 - 0x7fff2b131fef libCGInterfaces.dylib (524.2.1) <8FD09D09-BB19-36C5-ADE9-4F22DA235AEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff2b132000 - 0x7fff2b788fff com.apple.vImage (8.1 - 524.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff2b789000 - 0x7fff2b9f0ff7 libBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff2b9f1000 - 0x7fff2bec4fef libBNNS.dylib (144.100.2) <99C61C48-B14C-3DA6-8C31-6BF72DA0A3A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff2bec5000 - 0x7fff2c260fff libLAPACK.dylib (1303.60.1) <5E3E3867-50C3-3E6A-9A2E-007CE77A4641> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff2c261000 - 0x7fff2c276fec libLinearAlgebra.dylib (1303.60.1) <3D433800-0099-33E0-8C81-15F83247B2C9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff2c277000 - 0x7fff2c27cff3 libQuadrature.dylib (7) <371F36A7-B12F-363E-8955-F24F7C2048F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff2c27d000 - 0x7fff2c2edfff libSparse.dylib (103) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff2c2ee000 - 0x7fff2c300fef libSparseBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff2c301000 - 0x7fff2c4d8fd7 libvDSP.dylib (735.140.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff2c4d9000 - 0x7fff2c59bfef libvMisc.dylib (735.140.1) <3601FDE3-B142-398D-987D-8151A51F0A96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff2c59c000 - 0x7fff2c59cfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff2c59d000 - 0x7fff2c5fcff0 com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff2c746000 - 0x7fff2d506ff2 com.apple.AppKit (6.9 - 1894.60.100) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff2d556000 - 0x7fff2d556fff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff2d557000 - 0x7fff2d5c2fff com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff2d65b000 - 0x7fff2d699ff0 libFontRegistry.dylib (274.0.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff2d6f4000 - 0x7fff2d723fff com.apple.ATSUI (1.0 - 1) <5F513967-DDD7-3F22-AD14-8A38ABD9F2D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x7fff2d724000 - 0x7fff2d728ffb com.apple.ColorSyncLegacy (4.13.0 - 1) <72EE68DB-F069-37F5-AA2A-40D5FCF139F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff2d7c2000 - 0x7fff2d819ffa com.apple.HIServices (1.22 - 676) <14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff2d81a000 - 0x7fff2d828fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff2d829000 - 0x7fff2d86effa com.apple.print.framework.PrintCore (15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff2d86f000 - 0x7fff2d879ff7 com.apple.QD (4.0 - 413) <27A36D07-B5E9-32E6-87B6-3127F260F48D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff2d87a000 - 0x7fff2d887ffc com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff2d888000 - 0x7fff2d969ffa com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <8CFA0620-5E43-3C4D-A75B-981C0961C2DE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff2d96b000 - 0x7fff2d96bfff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff2dd02000 - 0x7fff2e091ffa com.apple.CFNetwork (1128.0.1 - 1128.0.1) <07F9CA9C-B954-3EA0-A710-3122BFF9F057> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff2e112000 - 0x7fff2e406ff3 com.apple.HIToolbox (2.1.1 - 994.6) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff2e451000 - 0x7fff2e457fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9614A01E-8303-3422-A3BA-6CE27540E09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff2e5ff000 - 0x7fff2e6f5fff com.apple.ColorSync (4.13.0 - 3394.9) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff2e9e0000 - 0x7fff2eee9ffb com.apple.audio.CoreAudio (5.0 - 5.0) <9DA02E7A-56A0-3FFF-94C2-1795BA761F07> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff2ef3c000 - 0x7fff2ef74fff com.apple.CoreBluetooth (1.0 - 1) <23DBB313-A082-3C08-8E1F-2D31EE4247EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff2ef75000 - 0x7fff2f35ffe8 com.apple.CoreData (120 - 977.3) <49AE61CA-C91E-31FE-9BD0-1AACFFB5181E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff2f360000 - 0x7fff2f492ff6 com.apple.CoreDisplay (1.0 - 186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff2f493000 - 0x7fff2f912feb com.apple.CoreFoundation (6.9 - 1677.104) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff2f914000 - 0x7fff2ff89ff8 com.apple.CoreGraphics (2.0 - 1355.22) <4A3CDE7B-4578-3058-966A-3D1DC095A935> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff2ff97000 - 0x7fff302f2ff0 com.apple.CoreImage (15.0.0 - 940.9) <69361069-01AB-342E-862B-73A74271A765> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff3087b000 - 0x7fff3087bfff com.apple.CoreServices (1069.24 - 1069.24) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff3087c000 - 0x7fff30901fff com.apple.AE (838.1 - 838.1) <2E5FD5AE-8A7F-353F-9BD1-0241F3586181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff30902000 - 0x7fff30be3ff7 com.apple.CoreServices.CarbonCore (1217 - 1217) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff30be4000 - 0x7fff30c31ffd com.apple.DictionaryServices (1.2 - 323.6) <26B70C82-25BC-353A-858F-945B14C803A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff30c32000 - 0x7fff30c3aff7 com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff30c3b000 - 0x7fff30e75ff6 com.apple.LaunchServices (1069.24 - 1069.24) <9A5359D9-9148-3B18-B868-56A9DA5FB60C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff30e76000 - 0x7fff30f0eff1 com.apple.Metadata (10.7.0 - 2076.7) <0973F7E5-D58C-3574-A3CE-4F12CAC2D4C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff30f0f000 - 0x7fff30f3cfff com.apple.CoreServices.OSServices (1069.24 - 1069.24) <0E4F48AD-402C-3E9D-9CA9-6DD9479B28F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff30f3d000 - 0x7fff30fa4fff com.apple.SearchKit (1.4.1 - 1.4.1) <2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff30fa5000 - 0x7fff30fc9ff5 com.apple.coreservices.SharedFileList (131.4 - 131.4) <02DE0D56-E371-3EF5-9BC1-FA435451B412> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff312ee000 - 0x7fff314a5ffc com.apple.CoreText (643.1.5.1 - 643.1.5.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff314a6000 - 0x7fff314eaffb com.apple.CoreVideo (1.8 - 344.3) <5314E70D-325F-3E98-99FC-00FDF520747E> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff314eb000 - 0x7fff31578ffc com.apple.framework.CoreWLAN (13.0 - 1601.2) <6C76A9E0-430F-3B3C-AE8A-3005F8E6FCFF> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff3180f000 - 0x7fff31815fff com.apple.DiskArbitration (2.7 - 2.7) <63923E3F-1489-3762-B5EB-5CE28A35FF50> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff31a0a000 - 0x7fff31b38ff6 com.apple.FileProvider (304.1 - 304.1) /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x7fff31b50000 - 0x7fff31f15fff com.apple.Foundation (6.9 - 1677.104) <7C69F845-F651-3193-8262-5938010EC67D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff31f82000 - 0x7fff31fd2ff7 com.apple.GSS (4.0 - 2.0) <2F3A67E6-D42A-3CF0-9041-A42C22D46F95> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff3210f000 - 0x7fff32223ff3 com.apple.Bluetooth (7.0.6 - 7.0.6f7) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff32289000 - 0x7fff3232dff3 com.apple.framework.IOKit (2.0.2 - 1726.140.1) <14223387-6F81-3976-8605-4BC2F253A93E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff3232f000 - 0x7fff32340ffb com.apple.IOSurface (269.11 - 269.11) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff323bf000 - 0x7fff3251bfee com.apple.ImageIO.framework (3.3.0 - 1976.11) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff3251c000 - 0x7fff3251ffff libGIF.dylib (1976.11) <7F53F2C2-0F2B-3308-9E90-F043F43DAB32> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff32520000 - 0x7fff325d9ff7 libJP2.dylib (1976.11) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff325da000 - 0x7fff325fdfe3 libJPEG.dylib (1976.11) <47540108-F321-35F9-A98A-784E4D4F3C15> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff3287b000 - 0x7fff32895fef libPng.dylib (1976.11) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff32896000 - 0x7fff32897fff libRadiance.dylib (1976.11) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff32898000 - 0x7fff328defff libTIFF.dylib (1976.11) <79E99768-71D7-3EA9-9675-95EFACF32FC8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff33e40000 - 0x7fff33e52ff3 com.apple.Kerberos (3.0 - 1) <03BB492B-016E-37BF-B020-39C2CF7487FE> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff33e53000 - 0x7fff33e53fff libHeimdalProxy.dylib (77) <0A2905EE-9533-3345-AF9B-AAC71513BDFD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x7fff34a0a000 - 0x7fff34ad4fff com.apple.Metal (212.8 - 212.8) <98C944D6-62C8-355E-90F8-C1CA2429EF24> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff34af1000 - 0x7fff34b2eff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7EBAC15D-7837-395D-B405-1E29F7DA68FA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff34b2f000 - 0x7fff34bb9fe2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff34bba000 - 0x7fff34bdfff4 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <02006D92-E2AB-3892-A96B-37F6520C19BA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff34be0000 - 0x7fff34bf5ffb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x7fff34bf6000 - 0x7fff34d54ffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <05612E06-50CB-318F-9F8E-EF4D49FAB3B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff34d55000 - 0x7fff34da4ff4 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff34da5000 - 0x7fff34da6ff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff35e34000 - 0x7fff35e40ffe com.apple.NetFS (6.0 - 4.0) <4415F027-D36D-3B9C-96BA-AD22B44A4722> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff35e41000 - 0x7fff35f98ff3 com.apple.Network (1.0 - 1) <4A0F3B93-4D23-3E74-9A3D-AD19E9C0E59E> /System/Library/Frameworks/Network.framework/Versions/A/Network 0x7fff389ca000 - 0x7fff38a22fff com.apple.opencl (3.5 - 3.5) <293FE223-9186-320B-81A4-EC8104C38357> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff38a23000 - 0x7fff38a3ffff com.apple.CFOpenDirectory (10.15 - 220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff38a40000 - 0x7fff38a4bffd com.apple.OpenDirectory (10.15 - 220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff393b1000 - 0x7fff393b3fff libCVMSPluginSupport.dylib (17.10.22) <2B6C3C16-3F5F-36A8-8070-2A862B90328B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff393b4000 - 0x7fff393b9fff libCoreFSCache.dylib (176.15) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff393ba000 - 0x7fff393befff libCoreVMClient.dylib (176.15) <018A48BA-1326-3847-8FB5-A7C99322EB87> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff393bf000 - 0x7fff393c7ff7 libGFXShared.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff393c8000 - 0x7fff393d2fff libGL.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff393d3000 - 0x7fff39407ff7 libGLImage.dylib (17.10.22) <9A3FE633-61B8-3CC7-8183-62960109401A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff3959d000 - 0x7fff395d9fff libGLU.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff3a015000 - 0x7fff3a024ff7 com.apple.opengl (17.10.22 - 17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff3afe2000 - 0x7fff3b265ffb com.apple.QuartzCore (1.11 - 841.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff3bde6000 - 0x7fff3c12fff1 com.apple.security (7.0 - 59306.140.5) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff3c130000 - 0x7fff3c1b8ffb com.apple.securityfoundation (6.0 - 55236.60.1) <7C69DF47-4017-3DF2-B55B-712B481654CB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff3c1e7000 - 0x7fff3c1ebff8 com.apple.xpc.ServiceManagement (1.0 - 1) <2C62956C-F2D4-3EB0-86C7-EAA06331621A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff3ce97000 - 0x7fff3cf11ff7 com.apple.SystemConfiguration (1.19 - 1.19) <84F9B3BB-F7AF-3B7C-8CD0-D3C22D19619F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff40e81000 - 0x7fff40f46fe7 com.apple.APFS (1412.141.1 - 1412.141.1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff4205b000 - 0x7fff4205cff1 com.apple.AggregateDictionary (1.0 - 1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff425f6000 - 0x7fff42613ff4 com.apple.AppContainer (4.0 - 448.100.6) <87CEE13C-8585-3EFB-92CD-0852DFF0921B> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff42668000 - 0x7fff42676ff7 com.apple.AppSandbox (4.0 - 448.100.6) <0F49AA04-3400-349A-9096-6D4D7ED61027> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff42af2000 - 0x7fff42b16ffb com.apple.framework.Apple80211 (13.0 - 1610.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff42dd4000 - 0x7fff42de3fd7 com.apple.AppleFSCompression (119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff42ee2000 - 0x7fff42eedff7 com.apple.AppleIDAuthSupport (1.0 - 1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff42f2f000 - 0x7fff42f77ff7 com.apple.AppleJPEG (1.0 - 1) <6DE30A07-C627-319B-A0DE-EB7A832BEB88> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff43366000 - 0x7fff43388fff com.apple.applesauce (1.0 - 16.25) <68E0364C-AEA7-3654-A030-136BF3CD92F3> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff43447000 - 0x7fff4344afff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff434e4000 - 0x7fff434f3ff9 com.apple.AssertionServices (1.0 - 223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff44087000 - 0x7fff442c7fe0 com.apple.audio.AudioToolboxCore (1.0 - 1104.93) <5B539F50-93E8-3F73-9E4C-678C85D0488F> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x7fff442cb000 - 0x7fff443e7fff com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff445a4000 - 0x7fff445adff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff445ae000 - 0x7fff4464fff5 com.apple.backup.framework (1.11.6 - 1298.6.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff44650000 - 0x7fff446dcff6 com.apple.BaseBoard (466.3 - 466.3) <10D0F3BB-E8F3-365E-8528-6AC996A9B0E7> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff447de000 - 0x7fff4481aff7 com.apple.bom (14.0 - 219.2) <79CBE5E7-054F-377B-9566-A86A9F120CF1> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff4539a000 - 0x7fff453e9fff com.apple.ChunkingLibrary (307 - 307) <5B09C30D-FD2B-3E98-8B64-C5EF470FC13C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff46295000 - 0x7fff462a5ffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff462b9000 - 0x7fff462d0fff com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff46dfd000 - 0x7fff46e1eff4 com.apple.analyticsd (1.0 - 1) /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7fff473b5000 - 0x7fff473c5ff3 com.apple.CoreEmoji (1.0 - 107.1) <7C2B3259-083B-31B8-BCDB-1BA360529936> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff47a05000 - 0x7fff47a6fff0 com.apple.CoreNLP (1.0 - 213) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff47e9d000 - 0x7fff47ea5ff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff48892000 - 0x7fff488b5fff com.apple.CoreSVG (1.0 - 129.3) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x7fff488b6000 - 0x7fff488e9fff com.apple.CoreServicesInternal (446.7 - 446.7) <65F53A22-6B61-382C-AAC2-B2C53F8FFB44> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff488ea000 - 0x7fff48918ffd com.apple.CSStore (1069.24 - 1069.24) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x7fff48e3d000 - 0x7fff48ed3ff7 com.apple.CoreSymbolication (11.4 - 64535.33.2) <0B3BF87A-7F95-3D79-B4F8-421D6FAC4A6C> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff48f6b000 - 0x7fff49097ff6 com.apple.coreui (2.1 - 609.4) <788818B7-7EBC-316D-9464-D12E365E3791> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff49098000 - 0x7fff49251ffa com.apple.CoreUtils (6.2.4 - 624.7) <456CC907-E838-3945-B70A-66E862C19CD6> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff4938b000 - 0x7fff4939eff1 com.apple.CrashReporterSupport (10.13 - 15016) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff49457000 - 0x7fff49469ff8 com.apple.framework.DFRFoundation (1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff4946a000 - 0x7fff4946ffff com.apple.DSExternalDisplay (3.1 - 380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff494f9000 - 0x7fff49573ff0 com.apple.datadetectorscore (8.0 - 659) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff495bf000 - 0x7fff495fcff8 com.apple.DebugSymbols (194 - 194) <040AE30B-CF2C-3798-A289-0929B8CAB10D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff495fd000 - 0x7fff49785ff6 com.apple.desktopservices (1.14.5 - 1281.5.3) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff4b146000 - 0x7fff4b561ff1 com.apple.vision.FaceCore (4.3.0 - 4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff4bc00000 - 0x7fff4bd37ff4 libFontParser.dylib (277.2.6.1) <9E9E2EAA-3273-360E-A01B-EB986ECB7BCF> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff4bd38000 - 0x7fff4bd6cfff libTrueTypeScaler.dylib (277.2.6.1) /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x7fff4bdd1000 - 0x7fff4bde1ff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <1605B441-08E0-332D-B7D8-0E13F37B54E7> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff5097d000 - 0x7fff50983fff com.apple.GPUWrangler (5.2.6 - 5.2.6) <487F2E7A-A5FF-3C36-A8E9-B85D98618116> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff50ca2000 - 0x7fff50cc8ff1 com.apple.GenerationalStorage (2.0 - 314) <54483E50-20BB-3AF8-900F-992320C109B0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff51df6000 - 0x7fff51e04ffb com.apple.GraphVisualizer (1.0 - 100.1) <507D5812-9CB4-3C94-938C-59ED2B370818> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff51fa3000 - 0x7fff52061ff4 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff541e7000 - 0x7fff541efff5 com.apple.IOAccelerator (438.7.3 - 438.7.3) <06E3E70B-C0D0-39A2-96B7-12ED6A0EBEE7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff541fc000 - 0x7fff54213fff com.apple.IOPresentment (47.10 - 37) <32F1B3BC-4644-3982-AAB2-8EB5D5FF0161> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff5459b000 - 0x7fff545e6ff1 com.apple.IconServices (438.3 - 438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff547a4000 - 0x7fff547abff9 com.apple.InternationalSupport (1.0 - 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff54a38000 - 0x7fff54a57ffd com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <6F655A32-F963-3A7E-B475-E460F4AC7D99> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff54b8c000 - 0x7fff54c5affd com.apple.LanguageModeling (1.0 - 215.1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff54c5b000 - 0x7fff54ca3fff com.apple.Lexicon-framework (1.0 - 72) <41F208B9-8255-3EC7-9673-FE0925D071D3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff54caa000 - 0x7fff54cafff3 com.apple.LinguisticData (1.0 - 353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff56018000 - 0x7fff56064fff com.apple.spotlight.metadata.utilities (1.0 - 2076.7) <0237323B-EC78-3FBF-9FC7-5A1FE2B5CE25> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff56065000 - 0x7fff56136ffa com.apple.gpusw.MetalTools (1.0 - 1) <99876E08-37D7-3828-8796-56D90C9AFBDB> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff5636a000 - 0x7fff56388fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff565eb000 - 0x7fff5661bff7 com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <6794E1C8-9627-33DF-84F4-FDD02C97F383> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff56b1b000 - 0x7fff56b25fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff5753b000 - 0x7fff57586ffb com.apple.OTSVG (1.0 - 643.1.5.1) <001E5E8C-1DC0-3A6E-BDE4-1B7887E47F76> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff587a3000 - 0x7fff587aeff2 com.apple.PerformanceAnalysis (1.243.2 - 243.2) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff587af000 - 0x7fff587d7ffb com.apple.persistentconnection (1.0 - 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection 0x7fff5b197000 - 0x7fff5b1b0ffb com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff5b610000 - 0x7fff5b639ff1 com.apple.RemoteViewServices (2.0 - 148) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff5b79e000 - 0x7fff5b7d9ff0 com.apple.RunningBoardServices (1.0 - 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x7fff5d0ba000 - 0x7fff5d0bdff5 com.apple.SecCodeWrapper (4.0 - 448.100.6) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff5d230000 - 0x7fff5d357fff com.apple.Sharing (1526.37 - 1526.37) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff5e76c000 - 0x7fff5ea62ff7 com.apple.SkyLight (1.600.0 - 451.4) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff5f2af000 - 0x7fff5f2bdffb com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff5faf1000 - 0x7fff5fafaff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.1) <14929A5D-C369-3B46-844B-CD29A3D1A015> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff5fdb1000 - 0x7fff5fdc1ff3 com.apple.TCC (1.0 - 1) <017AB27D-6821-303A-8FD2-6DAC795CC7AA> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff602e6000 - 0x7fff603acff0 com.apple.TextureIO (3.10.9 - 3.10.9) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff6057c000 - 0x7fff607d4ff0 com.apple.UIFoundation (1.0 - 662) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff61449000 - 0x7fff61469ffc com.apple.UserManagement (1.0 - 1) <9F00880E-6EA6-3684-B208-455E14EC07C8> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x7fff62215000 - 0x7fff622ffff8 com.apple.ViewBridge (464.1 - 464.1) <25CE39DF-2052-3873-9113-DB52B385C4BB> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff624a5000 - 0x7fff624a6fff com.apple.WatchdogClient.framework (1.0 - 67.120.2) /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x7fff630d6000 - 0x7fff630d9ffa com.apple.dt.XCTTargetBootstrap (1.0 - 16091) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff63153000 - 0x7fff63161ff5 com.apple.audio.caulk (1.0 - 32.3) <06D695EA-E2BC-31E4-9816-9C12542BA744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7fff634a3000 - 0x7fff634a5ff3 com.apple.loginsupport (1.0 - 1) <12F77885-27DC-3837-9CE9-A25EBA75F833> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff634a6000 - 0x7fff634b9ffd com.apple.login (3.0 - 3.0) /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff65f89000 - 0x7fff65fbcffa libAudioToolboxUtility.dylib (1104.93) /usr/lib/libAudioToolboxUtility.dylib 0x7fff65fc3000 - 0x7fff65ff7fff libCRFSuite.dylib (48) <5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib 0x7fff65ffa000 - 0x7fff66004fff libChineseTokenizer.dylib (34) <7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib 0x7fff66090000 - 0x7fff66092ff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff660d8000 - 0x7fff6628fffb libFosl_dynamic.dylib (100.4) <737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib 0x7fff662b6000 - 0x7fff662bcff3 libIOReport.dylib (54) <75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib 0x7fff6639e000 - 0x7fff663a5fff libMatch.1.dylib (36) <5C6F3971-9D9E-3630-BDB6-60BFC5A665E0> /usr/lib/libMatch.1.dylib 0x7fff663d4000 - 0x7fff663f4ff7 libMobileGestalt.dylib (826.140.5) <2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib 0x7fff66566000 - 0x7fff66567fff libSystem.B.dylib (1281.100.1) /usr/lib/libSystem.B.dylib 0x7fff665f4000 - 0x7fff665f5fff libThaiTokenizer.dylib (3) <4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib 0x7fff6660d000 - 0x7fff66623fff libapple_nghttp2.dylib (1.39.2) <07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib 0x7fff66658000 - 0x7fff666caff7 libarchive.2.dylib (72.140.1) /usr/lib/libarchive.2.dylib 0x7fff666cb000 - 0x7fff66764fe5 libate.dylib (3.0.1) <76EA60FB-748C-313F-8951-B076540BEA97> /usr/lib/libate.dylib 0x7fff66768000 - 0x7fff66768ff3 libauto.dylib (187) /usr/lib/libauto.dylib 0x7fff6682e000 - 0x7fff6683effb libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib 0x7fff6683f000 - 0x7fff6684bfff libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib 0x7fff6684c000 - 0x7fff6689efff libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib 0x7fff6689f000 - 0x7fff668b4ffb libc++abi.dylib (902) /usr/lib/libc++abi.dylib 0x7fff668b5000 - 0x7fff668b5fff libcharset.1.dylib (59) <72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib 0x7fff668b6000 - 0x7fff668c7fff libcmph.dylib (8) /usr/lib/libcmph.dylib 0x7fff668c8000 - 0x7fff668dffd7 libcompression.dylib (87) <64C91066-586D-38C0-A2F3-3E60A940F859> /usr/lib/libcompression.dylib 0x7fff66bb9000 - 0x7fff66bcfff7 libcoretls.dylib (167) <770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib 0x7fff66bd0000 - 0x7fff66bd1fff libcoretls_cfhelpers.dylib (167) <940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff6718e000 - 0x7fff671edff7 libcups.2.dylib (483.6) /usr/lib/libcups.2.dylib 0x7fff672f7000 - 0x7fff672f7fff libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib 0x7fff672f8000 - 0x7fff67310fff libexpat.1.dylib (19.60.2) /usr/lib/libexpat.1.dylib 0x7fff6731e000 - 0x7fff67320fff libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib 0x7fff6732f000 - 0x7fff67334fff libgermantok.dylib (24) /usr/lib/libgermantok.dylib 0x7fff67335000 - 0x7fff6733eff7 libheimdal-asn1.dylib (564.140.1) <0AC6FB62-2B0F-3E93-A931-E4DC4B1D757A> /usr/lib/libheimdal-asn1.dylib 0x7fff6733f000 - 0x7fff6742ffff libiconv.2.dylib (59) <18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib 0x7fff67430000 - 0x7fff67687fff libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib 0x7fff676a1000 - 0x7fff676a2fff liblangid.dylib (133) <30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib 0x7fff676a3000 - 0x7fff676bbff3 liblzma.5.dylib (16) /usr/lib/liblzma.5.dylib 0x7fff676d3000 - 0x7fff6777aff7 libmecab.dylib (883.11) <0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib 0x7fff6777b000 - 0x7fff679ddff1 libmecabra.dylib (883.11) /usr/lib/libmecabra.dylib 0x7fff67d4a000 - 0x7fff67d79fff libncurses.5.4.dylib (57) <995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib 0x7fff67ea9000 - 0x7fff68325ff5 libnetwork.dylib (1880.120.4) /usr/lib/libnetwork.dylib 0x7fff683c6000 - 0x7fff683f9fde libobjc.A.dylib (787.1) <6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib 0x7fff6840c000 - 0x7fff68410fff libpam.2.dylib (25.100.1) <0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib 0x7fff68413000 - 0x7fff68449ff7 libpcap.A.dylib (89.120.1) /usr/lib/libpcap.A.dylib 0x7fff684cd000 - 0x7fff684e5fff libresolv.9.dylib (67.40.1) /usr/lib/libresolv.9.dylib 0x7fff684e7000 - 0x7fff6852bff7 libsandbox.1.dylib (1217.141.1) <363BBD96-E1F0-38CF-90EF-EF41C0C7044E> /usr/lib/libsandbox.1.dylib 0x7fff68541000 - 0x7fff6872bff7 libsqlite3.dylib (308.5) <35A2BD9F-4E33-30DE-A994-4AB585AC3AFE> /usr/lib/libsqlite3.dylib 0x7fff6897c000 - 0x7fff6897fffb libutil.dylib (57) /usr/lib/libutil.dylib 0x7fff68980000 - 0x7fff6898dff7 libxar.1.dylib (425.2) /usr/lib/libxar.1.dylib 0x7fff68993000 - 0x7fff68a75ff7 libxml2.2.dylib (33.4) /usr/lib/libxml2.2.dylib 0x7fff68a79000 - 0x7fff68aa1fff libxslt.1.dylib (16.9) <34A45627-DA5B-37D2-9609-65B425E0010A> /usr/lib/libxslt.1.dylib 0x7fff68aa2000 - 0x7fff68ab4ff3 libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib 0x7fff69363000 - 0x7fff69368ff3 libcache.dylib (83) /usr/lib/system/libcache.dylib 0x7fff69369000 - 0x7fff69374fff libcommonCrypto.dylib (60165.120.1) /usr/lib/system/libcommonCrypto.dylib 0x7fff69375000 - 0x7fff6937cfff libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib 0x7fff6937d000 - 0x7fff69386ff7 libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib 0x7fff69387000 - 0x7fff69419fdb libcorecrypto.dylib (866.140.1) <60567BF8-80FA-359A-B2F3-A3BAEFB288FD> /usr/lib/system/libcorecrypto.dylib 0x7fff69526000 - 0x7fff69566ff0 libdispatch.dylib (1173.100.2) /usr/lib/system/libdispatch.dylib 0x7fff69567000 - 0x7fff6959dfff libdyld.dylib (750.6) <789A18C2-8AC7-3C88-813D-CD674376585D> /usr/lib/system/libdyld.dylib 0x7fff6959e000 - 0x7fff6959effb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib 0x7fff6959f000 - 0x7fff695abff3 libkxld.dylib (6153.141.1) <756B1F0D-2E37-31A7-A6F0-2E5C22E62C3D> /usr/lib/system/libkxld.dylib 0x7fff695ac000 - 0x7fff695acff7 liblaunch.dylib (1738.140.1) /usr/lib/system/liblaunch.dylib 0x7fff695ad000 - 0x7fff695b2ff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib 0x7fff695b3000 - 0x7fff695b5ff3 libquarantine.dylib (110.40.3) /usr/lib/system/libquarantine.dylib 0x7fff695b6000 - 0x7fff695b7ff7 libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib 0x7fff695b8000 - 0x7fff695cfff3 libsystem_asl.dylib (377.60.2) <1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib 0x7fff695d0000 - 0x7fff695d0ff7 libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib 0x7fff695d1000 - 0x7fff69658fff libsystem_c.dylib (1353.100.2) /usr/lib/system/libsystem_c.dylib 0x7fff69659000 - 0x7fff6965cffb libsystem_configuration.dylib (1061.141.1) <0EE84C33-64FD-372B-974A-AF7A136F2068> /usr/lib/system/libsystem_configuration.dylib 0x7fff6965d000 - 0x7fff69660fff libsystem_coreservices.dylib (114) /usr/lib/system/libsystem_coreservices.dylib 0x7fff69661000 - 0x7fff69669fff libsystem_darwin.dylib (1353.100.2) <5B12B5DB-3F30-37C1-8ECC-49A66B1F2864> /usr/lib/system/libsystem_darwin.dylib 0x7fff6966a000 - 0x7fff69671fff libsystem_dnssd.dylib (1096.100.3) /usr/lib/system/libsystem_dnssd.dylib 0x7fff69672000 - 0x7fff69673ffb libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib 0x7fff69674000 - 0x7fff696c1ff7 libsystem_info.dylib (538) <8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib 0x7fff696c2000 - 0x7fff696eeff7 libsystem_kernel.dylib (6153.141.1) <2B6311E6-6240-3EF7-8C87-475B66F7452C> /usr/lib/system/libsystem_kernel.dylib 0x7fff696ef000 - 0x7fff69736fff libsystem_m.dylib (3178) <00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib 0x7fff69737000 - 0x7fff6975efff libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib 0x7fff6975f000 - 0x7fff6976cffb libsystem_networkextension.dylib (1095.140.2) /usr/lib/system/libsystem_networkextension.dylib 0x7fff6976d000 - 0x7fff69776ff7 libsystem_notify.dylib (241.100.2) /usr/lib/system/libsystem_notify.dylib 0x7fff69777000 - 0x7fff6977ffef libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib 0x7fff69780000 - 0x7fff6978afff libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib 0x7fff6978b000 - 0x7fff6978fff3 libsystem_sandbox.dylib (1217.141.1) <6DE13684-5A67-3009-A53A-C9086CF241C3> /usr/lib/system/libsystem_sandbox.dylib 0x7fff69790000 - 0x7fff69792fff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib 0x7fff69793000 - 0x7fff6979affb libsystem_symptoms.dylib (1238.120.1) <5820A2AF-CE72-3AB3-ABCC-273A3419FB55> /usr/lib/system/libsystem_symptoms.dylib 0x7fff6979b000 - 0x7fff697b1ff2 libsystem_trace.dylib (1147.120) <04B47629-847B-3D74-8ABE-C05EF9DEEFE4> /usr/lib/system/libsystem_trace.dylib 0x7fff697b3000 - 0x7fff697b8ff7 libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib 0x7fff697b9000 - 0x7fff697eeffe libxpc.dylib (1738.140.1) <3E243A41-030F-38E3-9FD2-7B38C66C35B1> /usr/lib/system/libxpc.dylib

    External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 306285 thread_create: 0 thread_set_state: 0

    VM Region Summary: ReadOnly portion of Libraries: Total=559.7M resident=0K(0%) swapped_out_or_unallocated=559.7M(100%) Writable regions: Total=578.5M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=578.5M(100%)

                                VIRTUAL   REGION 
    

    REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 1 CG image 4K 1 CoreAnimation 28K 1 CoreGraphics 8K 1 CoreUI image data 24K 1 Foundation 4K 1 Kernel Alloc Once 8K 1 MALLOC 183.1M 40 MALLOC guard page 32K 7 MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) STACK GUARD 56.0M 6 Stack 10.5M 6 VM_ALLOCATE 76K 6 __DATA 23.2M 282 __DATA_CONST 20K 1 __FONT_DATA 4K 1 __LINKEDIT 394.0M 23 __OBJC_RO 32.3M 1 __OBJC_RW 1908K 2 __TEXT 165.7M 273 __UNICODE 564K 1 mapped file 51.1M 15 shared memory 640K 15 =========== ======= ======= TOTAL 1.3G 687 TOTAL, minus reserved VM space 919.4M 687

    Model: MacBookPro14,1, BootROM 428.0.0.0.0, 2 processors, Dual-Core Intel Core i5, 2.3 GHz, 16 GB, SMC 2.43f10 Graphics: kHW_IntelIrisGraphics640Item, Intel Iris Plus Graphics 640, spdisplays_builtin Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320 Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x170), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1615.1) Bluetooth: Version 7.0.6f7, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB3.0 Hub USB Device: USB 10/100/1000 LAN USB Device: USB 3.0 Bus USB Device: USB2.0 Hub USB Device: USB KEYBOARD USB Device: USB 2.0 Hub USB Device: USB PnP Audio Device Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4

    opened by v1bh0r 1
  • Support CocoaPods

    Support CocoaPods

    Thanks for great Lib. Could you push it to CocoaPods?

    in terminal: pod trunk register "[email protected]" pod trunk push AirBar.podspec

    thanks, Alex

    opened by 0ber 1
  • Anyway to temporarily disable?

    Anyway to temporarily disable?

    Great library! Unfortunately anytime I do layout changes the animation is broken or wonky now where it used to be beautiful! I figure disabling the lib temporarily will most likely fix the issue.

    Here is an example: me cycling through cell types

    opened by StainlessStlRat 2
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift

Persei Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift! Made in Yalantis. Check this project on Dribbble Check th

Yalantis 3.4k Dec 14, 2022
SwiftySideMenu is a lightweight and easy to use side menu controller to add left menu and center view controllers with scale animation based on Pop framework.

SwiftySideMenu SwiftySideMenu is a lightweight, fully customizable, and easy to use controller to add left menu and center view controllers with scale

Hossam Ghareeb 84 Feb 4, 2022
A Slide Menu, written in Swift, inspired by Slide Menu Material Design

Swift-Slide-Menu (Material Design Inspired) A Slide Menu, written in Swift 2, inspired by Navigation Drawer on Material Design (inspired by Google Mat

Boisney Philippe 90 Oct 17, 2020
Slide-Menu - A Simple Slide Menu With Swift

Slide Menu!! Весь интерфейс создан через код

Kirill 0 Jan 8, 2022
EasyMenu - SwiftUI Menu but not only button (similar to the native Menu)

EasyMenu SwiftUI Menu but not only button (similar to the native Menu) You can c

null 10 Oct 7, 2022
Swift-sidebar-menu-example - Create amazing sidebar menu with animation using swift

 SWIFT SIDEBAR MENU EXAMPLE In this project I create a awesome side bar menu fo

Paolo Prodossimo Lopes 4 Jul 25, 2022
Hamburger Menu Button - A hamburger menu button with full customization

Hamburger Menu Button A hamburger menu button with full customization. Inspired by VinhLe's idea on the Dribble How to use it You can config the looks

Toan Nguyen 114 Jun 12, 2022
Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu. 🌶

RHSideButtons ?? Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app

Robert Herdzik 166 Nov 14, 2022
Beautiful iOS side menu library with parallax effect. Written in Swift

AKSideMenu AKSideMenu is a double side menu library with parallax effect. Example Project See the contained examples to get a sample of how AKSideMenu

Diogo Autilio 280 Dec 6, 2022
⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Swift UI library made by @Ramotion

CIRCLE MENU Simple, elegant UI menu with a circular layout and material design animations We specialize in the designing and coding of custom UI for M

Ramotion 3.4k Dec 29, 2022