StepSlider its custom implementation of slider such as UISlider for preset integer values.

Overview

StepSlider

StepSlider its custom implementation of slider such as UISlider for preset values. Behind the scenes StepSlider manipulate integer indexes. Its based on drawing directlyon CAShapeLayer.

Usage

You can add StepSlider right from code with any of standard initialisers. Or you can add it directly on your storybord. Its fully IBDesignable and IBInspetable compatible.

StepSlider *slider = [[StepSlider alloc] initWithFrame:CGRectMake(10.f, 200.f, 300.f, 44.f)];
[slider setMaxCount:10];
[slider setIndex:2];
[self.view addSubview:slider];

StepSlider can be fully customised by any of this properties:

  • trackHeight
  • trackCircleRadius
  • sliderCircleRadius
  • dotsInteractionEnabled
  • trackColor
  • sliderCircleColor
  • sliderCircleImage

Supports haptic feedback on valueChanged:.

Labels

From version 1.0.0 StepSlider support labels near each circle on track.

slider.labels = @[@"Some string", @"another string", @"one more"];

slider.adjustLabel - set first and last label to exactly to frame left and right.

From version 1.8.0 StepSlider support NSAttributedString as label text.

Images

For 1.2.0 and higher you can use images for sliderCircle and trackCircles. For trackCircles supported two states: normal and selected.

[self.sliderView setTrackCircleImage:[UIImage imageNamed:@"unselected_dot"] forState:UIControlStateNormal];
[self.sliderView setTrackCircleImage:[UIImage imageNamed:@"selected_dot"] forState:UIControlStateSelected];

Requirements

  • version 1.3.0 and above needs iOS 10.0+
  • version 1.2.1 supports iOS 7.0+

Installation

CocoaPods

To integrate StepSlider into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'StepSlider', '~> 1.8.0'

Then, run the following command:

$ pod install

Carthage

To integrate StepSlider into your Xcode project using Carthage, specify it in your Cartfile:

github "spromicky/StepSlider" ~> 1.8.0

Run carthage update to build the framework and drag the built StepSlider.framework into your Xcode project.

Swift Package Manager

Start 1.8.0 StepSlider can be integrated in your Xcode project. When adding new package search StepSlider and select version 1.8.0 or above.

Manual Installation

Just copy StepSlider class to your project.

License

StepSlider is available under the MIT license. See the LICENSE file for more info.

Comments
  • Setter of some properties doesn't works

    Setter of some properties doesn't works

    Trying to update sliderCircleRadius, trackCircleRadius and trackHeight properties cause a issue .Slider view do not appears on subview after setting properties

    PS : the corresponding getters works fine

    bug 
    opened by thoretton-edwin 8
  • Can we have a setter method with and without animated to set the stepper slider position

    Can we have a setter method with and without animated to set the stepper slider position

    Can we have a setter method with and without animated to set the stepper slider position

    Same like the moveto if it can work after initialising component and with animation allowed.

    enhancement 
    opened by vicky1787 7
  • iOS 14 Circle(Thumb) image issue

    iOS 14 Circle(Thumb) image issue

    With current beta 7 of iOS 14 library faced with issue right after touch end: when update layout started with animateLayouts = YES; Each time it shows additional resources from asset catalog (but same each time). Hope it's only iOS 14 beta issue but rather strange

    ezgif com-video-to-gif

    Temp solution for now

    - (void)endTouches
    {  
    ...  
        if (@available(iOS 14, *)) {
            animateLayouts = NO;
        } 
    ...
    }
    
    bug 
    opened by sacred0x01 6
  • EXC_BAD_ACCESS (SIGSEGV)

    EXC_BAD_ACCESS (SIGSEGV)

    Hi,

    StepSlider 1.3.0 keeps crashing occasionally for the past few days in our Beta Testing Feedback, when

    [StepSlider layoutLayersAnimated] is called internally, it is not even shown at this step.

    Could you please assist me here, I can't find any point to check whats wrong with StepSlider here.

    Incident Identifier: 4A7EA1B1-6E69-4E36-A174-446497BCA456
    Beta Identifier:     3A5A3F85-D318-4775-8CAB-0CD78CBD0291
    Hardware Model:      iPhone10,4
    Process:             edi [29189]
    Path:                /private/var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/edi
    Identifier:          at.notrufnoe.edi
    Version:             44 (3.0)
    AppStoreTools:       11E146
    AppVariant:          1:iPhone10,4:13
    Beta:                YES
    Code Type:           ARM-64 (Native)
    Role:                Foreground
    Parent Process:      launchd [1]
    Coalition:           at.notrufnoe.edi [3965]
    
    
    Date/Time:           2020-03-26 17:42:54.6776 +0100
    Launch Time:         2020-03-26 17:41:48.7568 +0100
    OS Version:          iPhone OS 13.3.1 (17D50)
    Release Type:        User
    Baseband Version:    3.03.03
    Report Version:      104
    
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000d833b96a0
    VM Region Info: 0xd833b96a0 is not in any region.  Bytes after previous region: 46762006177  
          REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
          MALLOC_NANO            0000000280000000-00000002a0000000 [512.0M] rw-/rwx SM=PRV  
    --->  
          UNUSED SPACE AT END
    
    Termination Signal: Segmentation fault: 11
    Termination Reason: Namespace SIGNAL, Code 0xb
    Terminating Process: exc handler [29189]
    Triggered by Thread:  0
    
    Thread 0 name:
    Thread 0 Crashed:
    0   libobjc.A.dylib               	0x00000001aaf00020 objc_retain + 16 (objc-object.h:459)
    1   QuartzCore                    	0x00000001b1ca48ec CA::AttrList::set(unsigned int, _CAValueType, void const*) + 532 (CAAttrList.cpp:432)
    2   QuartzCore                    	0x00000001b1c7bd14 CAAnimation_setter(CAAnimation*, unsigned int, _CAValueType, void const*) + 212 (CAAttrList.h:94)
    3   QuartzCore                    	0x00000001b1c7f68c -[CABasicAnimation setFromValue:] + 48 (CAAnimation.mm:112)
    4   StepSlider                    	0x0000000102db4580 -[StepSlider layoutLayersAnimated:] + 2216 (StepSlider.m:213)
    5   StepSlider                    	0x0000000102db4e8c -[StepSlider layoutSubviews] + 76 (StepSlider.m:320)
    6   UIKitCore                     	0x00000001af6da17c -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2140 (UIView.m:17028)
    7   QuartzCore                    	0x00000001b1c422c0 -[CALayer layoutSublayers] + 284 (CALayer.mm:9627)
    8   QuartzCore                    	0x00000001b1c4843c CA::Layer::layout_if_needed(CA::Transaction*) + 480 (CALayer.mm:9501)
    9   QuartzCore                    	0x00000001b1c53140 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 136 (CALayer.mm:2461)
    10  QuartzCore                    	0x00000001b1b9b884 CA::Context::commit_transaction(CA::Transaction*, double) + 304 (CAContextInternal.mm:1992)
    11  QuartzCore                    	0x00000001b1bc5574 CA::Transaction::commit() + 676 (CATransactionInternal.mm:438)
    12  QuartzCore                    	0x00000001b1bc5f68 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 92 (CATransactionInternal.mm:888)
    13  CoreFoundation                	0x00000001ab13be68 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1758)
    14  CoreFoundation                	0x00000001ab136d54 __CFRunLoopDoObservers + 416 (CFRunLoop.c:1868)
    15  CoreFoundation                	0x00000001ab137320 __CFRunLoopRun + 1308 (CFRunLoop.c:2910)
    16  CoreFoundation                	0x00000001ab136adc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
    17  GraphicsServices              	0x00000001b50d7328 GSEventRunModal + 104 (GSEvent.c:2246)
    18  UIKitCore                     	0x00000001af24463c UIApplicationMain + 1936 (UIApplication.m:4773)
    19  edi                           	0x000000010288fc84 main + 68 (FeedbackController.swift:14)
    20  libdyld.dylib                 	0x00000001aafc0360 start + 4
    
    Thread 1:
    0   libsystem_pthread.dylib       	0x00000001aaedd758 start_wqthread + 0
    
    Thread 2:
    0   libsystem_pthread.dylib       	0x00000001aaedd758 start_wqthread + 0
    
    Thread 3 name:
    Thread 3:
    0   libsystem_kernel.dylib        	0x00000001aaf94634 mach_msg_trap + 8
    1   libsystem_kernel.dylib        	0x00000001aaf93aa0 mach_msg + 72 (mach_msg.c:103)
    2   CoreFoundation                	0x00000001ab13c288 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
    3   CoreFoundation                	0x00000001ab1373a8 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
    4   CoreFoundation                	0x00000001ab136adc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
    5   Foundation                    	0x00000001ab476784 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
    6   Foundation                    	0x00000001ab476664 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421)
    7   UIKitCore                     	0x00000001af2dce80 -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:637)
    8   Foundation                    	0x00000001ab5a709c __NSThread__start__ + 848 (NSThread.m:724)
    9   libsystem_pthread.dylib       	0x00000001aaed9d8c _pthread_start + 156 (pthread.c:896)
    10  libsystem_pthread.dylib       	0x00000001aaedd76c thread_start + 8
    
    Thread 4:
    0   libsystem_kernel.dylib        	0x00000001aafb6240 __semwait_signal + 8
    1   libsystem_c.dylib             	0x00000001aae22660 nanosleep + 212 (nanosleep.c:104)
    2   libsystem_c.dylib             	0x00000001aae22460 sleep + 44 (sleep.c:62)
    3   Sentry                        	0x0000000102d464f4 monitorCachedData + 632 (SentryCrashCachedData.c:151)
    4   libsystem_pthread.dylib       	0x00000001aaed9d8c _pthread_start + 156 (pthread.c:896)
    5   libsystem_pthread.dylib       	0x00000001aaedd76c thread_start + 8
    
    Thread 5 name:
    Thread 5:
    0   libsystem_kernel.dylib        	0x00000001aaf94634 mach_msg_trap + 8
    1   libsystem_kernel.dylib        	0x00000001aaf93aa0 mach_msg + 72 (mach_msg.c:103)
    2   Sentry                        	0x0000000102d51dd0 handleExceptions + 752
    3   libsystem_pthread.dylib       	0x00000001aaed9d8c _pthread_start + 156 (pthread.c:896)
    4   libsystem_pthread.dylib       	0x00000001aaedd76c thread_start + 8
    
    Thread 6 name:
    Thread 6:
    0   libsystem_kernel.dylib        	0x00000001aaf94634 mach_msg_trap + 8
    1   libsystem_kernel.dylib        	0x00000001aaf93aa0 mach_msg + 72 (mach_msg.c:103)
    2   CoreFoundation                	0x00000001ab13c288 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
    3   CoreFoundation                	0x00000001ab1373a8 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
    4   CoreFoundation                	0x00000001ab136adc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
    5   CoreFoundation                	0x00000001ab137828 CFRunLoopRun + 60 (CFRunLoop.c:3216)
    6   CoreMotion                    	0x00000001b7bd73b4 CLMotionCore::runMotionThread(void*) + 1104 (CLMotionCore.mm:354)
    7   libsystem_pthread.dylib       	0x00000001aaed9d8c _pthread_start + 156 (pthread.c:896)
    8   libsystem_pthread.dylib       	0x00000001aaedd76c thread_start + 8
    
    Thread 7 name:
    Thread 7:
    0   CoreFoundation                	0x00000001ab0aeff4 -[CFPrefsPlistSource handleReply:toRequestNewDataMessage:onConnection:retryCount:error:] + 2400 (CFPrefsPlistSource.m:1249)
    1   CoreFoundation                	0x00000001ab0aeedc -[CFPrefsPlistSource handleReply:toRequestNewDataMessage:onConnection:retryCount:error:] + 2120 (CFPrefsPlistSource.m:1231)
    2   CoreFoundation                	0x00000001ab125a28 __93-[CFPrefsSearchListSource handleReply:toRequestNewDataMessage:onConnection:retryCount:error:]... + 176 (CFPrefsSearchListSource.m:868)
    3   libxpc.dylib                  	0x00000001aad85504 xpc_array_apply + 84 (array.c:535)
    4   CoreFoundation                	0x00000001ab0adae4 -[CFPrefsSearchListSource handleReply:toRequestNewDataMessage:onConnection:retryCount:error:] + 308 (CFPrefsSearchListSource.m:863)
    5   CoreFoundation                	0x00000001ab1262e8 __80-[CFPrefsSearchListSource alreadylocked_generationCountFromListOfSources:count:]_block_invoke + 64 (CFPrefsSearchListSource.m:1074)
    6   CoreFoundation                	0x00000001ab125f3c __104-[CFPrefsSearchListSource synchronouslySendDaemonMessage:andAgentMessage:andDirectMessage:re... + 68 (CFPrefsSearchListSource.m:1022)
    7   CoreFoundation                	0x00000001ab09ef60 -[_CFXPreferences withConnectionForRole:performBlock:] + 48 (CFXPreferences.m:1330)
    8   CoreFoundation                	0x00000001ab125ed0 __104-[CFPrefsSearchListSource synchronouslySendDaemonMessage:andAgentMessage:andDirectMessage:re... + 124 (CFPrefsSearchListSource.m:1019)
    9   CoreFoundation                	0x00000001ab125b8c CFPREFERENCES_IS_WAITING_FOR_SYSTEM_CFPREFSD + 92 (CFPrefsSearchListSource.m:942)
    10  CoreFoundation                	0x00000001ab125d98 -[CFPrefsSearchListSource synchronouslySendDaemonMessage:andAgentMessage:andDirectMessage:replyHa... + 240 (CFPrefsSearchListSource.m:1039)
    11  CoreFoundation                	0x00000001ab0a3880 -[CFPrefsSearchListSource alreadylocked_generationCountFromListOfSources:count:] + 208 (CFPrefsSearchListSource.m:1072)
    12  CoreFoundation                	0x00000001ab1266b0 -[CFPrefsSearchListSource alreadylocked_getDictionary:] + 436 (CFPrefsSearchListSource.m:1166)
    13  CoreFoundation                	0x00000001ab0996dc -[CFPrefsSearchListSource alreadylocked_copyValueForKey:] + 156 (CFPrefsSearchListSource.m:609)
    14  CoreFoundation                	0x00000001ab099620 -[CFPrefsSource copyValueForKey:] + 56 (CFPrefsSource.m:866)
    15  CoreFoundation                	0x00000001ab1f2e64 __76-[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:]_block_invoke + 40 (CFXPreferences.m:947)
    16  CoreFoundation                	0x00000001ab127ab8 __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurat... + 376 (CFPrefsSearchListSource.m:1719)
    17  CoreFoundation                	0x00000001ab127350 normalizeQuintuplet + 356 (CFPrefsSearchListSource.m:68)
    18  CoreFoundation                	0x00000001ab097570 -[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationUR... + 124 (CFPrefsSearchListSource.m:1591)
    19  CoreFoundation                	0x00000001ab097e74 -[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:] + 148 (CFXPreferences.m:943)
    20  CoreFoundation                	0x00000001ab1f5574 _CFPreferencesCopyAppValueWithContainerAndConfiguration + 124 (CFXPreferences.m:1779)
    21  AVFAudio                      	0x00000001b7d69e18 CASmartPreferences::Pref::Load() + 32 (CACFPrefUtils.cpp:25)
    22  AVFAudio                      	0x00000001b7d67958 CALog::RegisterScope(bool, unsigned long long, char const*, char const*, char const*, unsigned int) + 1340 (CACFPrefUtils.cpp:205)
    23  AVFAudio                      	0x00000001b7d44710 invocation function for block in SetUpLogging() + 52 (CALog.h:448)
    24  libdispatch.dylib             	0x00000001aae8b184 _dispatch_client_callout + 16 (object.m:495)
    25  libdispatch.dylib             	0x00000001aae5df50 _dispatch_once_callout + 28 (once.c:52)
    26  AVFAudio                      	0x00000001b7d3b5bc -[AVAudioSession initWithSessionType:] + 1620 (once.h:84)
    27  AVFAudio                      	0x00000001b7d44994 +[AVAudioSession auxiliarySession] + 64 (AVAudioSession.mm:698)
    28  CoreHaptics                   	0x00000001c4bd4170 -[CHHapticEngine initWithAudioSession:sessionIsShared:error:] + 1244 (CHHapticEngine.mm:2476)
    29  UIKitCore                     	0x00000001aed3f544 -[_UIFeedbackCoreHapticsEngine _internal_createCoreHapticsEngine] + 796 (_UIFeedbackCoreHapticsEngine.m:200)
    30  UIKitCore                     	0x00000001aed419a8 -[_UIFeedbackCoreHapticsHapticsOnlyEngine _internal_createCoreHapticsEngine] + 48 (_UIFeedbackCoreHapticsEngine.m:482)
    31  UIKitCore                     	0x00000001aed3f92c -[_UIFeedbackCoreHapticsEngine _internal_initializeCoreHapticsEngine] + 168 (_UIFeedbackCoreHapticsEngine.m:245)
    32  UIKitCore                     	0x00000001aed40204 -[_UIFeedbackCoreHapticsEngine _internal_prewarmUnderlyingPlayerWithCompletion:] + 84 (_UIFeedbackCoreHapticsEngine.m:298)
    33  UIKitCore                     	0x00000001aed48cf0 -[_UIFeedbackEngine _internal_prewarmEngine] + 176 (_UIFeedbackEngine.m:674)
    34  UIKitCore                     	0x00000001aed48bd4 -[_UIFeedbackEngine _internal_prewarm:andPerformWhenPrewarmed:] + 540 (_UIFeedbackEngine.m:657)
    35  libdispatch.dylib             	0x00000001aae8a610 _dispatch_call_block_and_release + 24 (init.c:1408)
    36  libdispatch.dylib             	0x00000001aae8b184 _dispatch_client_callout + 16 (object.m:495)
    37  libdispatch.dylib             	0x00000001aae68710 _dispatch_lane_serial_drain$VARIANT$armv81 + 564 (inline_internal.h:2484)
    38  libdispatch.dylib             	0x00000001aae69128 _dispatch_lane_invoke$VARIANT$armv81 + 400 (queue.c:3863)
    39  libdispatch.dylib             	0x00000001aae7243c _dispatch_workloop_worker_thread + 576 (queue.c:6445)
    40  libsystem_pthread.dylib       	0x00000001aaedab88 _pthread_wqthread + 276 (pthread.c:2352)
    41  libsystem_pthread.dylib       	0x00000001aaedd760 start_wqthread + 8
    
    Thread 8:
    0   libsystem_pthread.dylib       	0x00000001aaedd758 start_wqthread + 0
    
    Thread 9:
    0   libsystem_pthread.dylib       	0x00000001aaedd758 start_wqthread + 0
    
    Thread 0 crashed with ARM Thread State (64-bit):
        x0: 0x00000002820f9680   x1: 0x0000000000000002   x2: 0x0000000000000507   x3: 0x0000000000000004
        x4: 0x0000000000000000   x5: 0x0000000000000000   x6: 0x0000000000000068   x7: 0x0000000000000870
        x8: 0x0000000d833b9680   x9: 0x00000001f3b6c858  x10: 0x00000001f3b6d800  x11: 0x000000000000000b
       x12: 0x0000000014000080  x13: 0x00000000ffffffff  x14: 0x000000004a7e8995  x15: 0x000000000000adc5
       x16: 0x00000001aaeca5bc  x17: 0x000000000000adc5  x18: 0x0000000000000000  x19: 0x0000000103e01530
       x20: 0x00000002820f9680  x21: 0x0000000103e039c0  x22: 0x0000000000000002  x23: 0x00000000000000d6
       x24: 0x0000000103e01538  x25: 0x0000000103e02c00  x26: 0x00000001e355d0df  x27: 0x0000000102db7377
       x28: 0x0000000102db8000   fp: 0x000000016d584010   lr: 0x00000001b1ca48ec
        sp: 0x000000016d583fd0   pc: 0x00000001aaf00020 cpsr: 0x20000000
       esr: 0x92000006 (Data Abort) byte read Translation fault
    
    Binary Images:
    0x102878000 - 0x1028dbfff edi arm64  <dc394aea9fb2302a812e6eb76a4e7da5> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/edi
    0x102918000 - 0x102923fff AnyCodable arm64  <f19c98af9f723303ab3bc6f4f76dea52> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/AnyCodable.framework/AnyCodable
    0x102940000 - 0x1029a3fff dyld arm64  <6f1c86b640a3352a8529bca213946dd5> /usr/lib/dyld
    0x102a44000 - 0x102afffff Alamofire arm64  <e352b364145b3c5f9dafb7e06a24c63b> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/Alamofire.framework/Alamofire
    0x102b40000 - 0x102b47fff Base64 arm64  <8a7a2363ae903908a66544418b4ccf55> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/Base64.framework/Base64
    0x102b54000 - 0x102b67fff Cryptor arm64  <7cd03588d3003727adecf350a85db3a2> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/Cryptor.framework/Cryptor
    0x102b78000 - 0x102b8bfff CryptorECC arm64  <8e718f9ff7ba33b3938cf17aff66dc00> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/CryptorECC.framework/CryptorECC
    0x102b9c000 - 0x102baffff CryptorRSA arm64  <c515b1d77f4032e3a62ae1e5cb26969c> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/CryptorRSA.framework/CryptorRSA
    0x102bc0000 - 0x102bcffff DZNEmptyDataSet arm64  <fd3a799397483563b5626662166649ca> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/DZNEmptyDataSet.framework/DZNEmptyDataSet
    0x102bdc000 - 0x102bfffff JWT arm64  <65ae98f5f3053f5eaeb858c636135c5f> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/JWT.framework/JWT
    0x102c24000 - 0x102c37fff KVNProgress arm64  <0dd8a9d1b0f53e9eb4b16d345806b49e> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/KVNProgress.framework/KVNProgress
    0x102c48000 - 0x102c8bfff KituraContracts arm64  <5070ac1be80634c5b69369580da8672d> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/KituraContracts.framework/KituraContracts
    0x102cb0000 - 0x102cb7fff LoggerAPI arm64  <f4bb90e550cb34738353772ab232038e> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/LoggerAPI.framework/LoggerAPI
    0x102cc4000 - 0x102cd7fff Logging arm64  <1aaab61a3c9f313cb736ce7248c9d340> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/Logging.framework/Logging
    0x102ce8000 - 0x102ceffff NSHash arm64  <7d080ad342ec35e6844aa4872ef45c8b> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/NSHash.framework/NSHash
    0x102cfc000 - 0x102d0bfff REFrostedViewController arm64  <c401ff13ecf8347ca4038871dd0aca0f> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/REFrostedViewController.framework/REFrostedViewController
    0x102d18000 - 0x102d27fff RNGridMenu arm64  <c9f61feb8aea31fb99a25f347152c68c> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/RNGridMenu.framework/RNGridMenu
    0x102d38000 - 0x102d7bfff Sentry arm64  <734d6355ea4e3be9a3e8a8f6039399ea> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/Sentry.framework/Sentry
    0x102dac000 - 0x102db7fff StepSlider arm64  <2bf8ab059b263d04bdd3f19d6f36a461> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/StepSlider.framework/StepSlider
    0x102dc4000 - 0x102df3fff SwiftJWT arm64  <e8918614a06b3501bf98c1cac9223da7> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/SwiftJWT.framework/SwiftJWT
    0x102e14000 - 0x102e1bfff UTMConversion arm64  <52ee3babb57b377e8b19c967e6fe6165> /var/containers/Bundle/Application/D1F541DE-0EBD-405C-AFCF-87FB2AE924E7/edi.app/Frameworks/UTMConversion.framework/UTMConversion
    0x102ef0000 - 0x102efbfff libobjc-trampolines.dylib arm64  <181f3aa866d93165ac54344385ac6e1d> /usr/lib/libobjc-trampolines.dylib
    0x1aad68000 - 0x1aad7efff libsystem_trace.dylib arm64  <b7477df8f6ab3b2b9275ad23c6cc0b75> /usr/lib/system/libsystem_trace.dylib
    0x1aad7f000 - 0x1aadb0fff libxpc.dylib arm64  <e3530448a171371f9e546efda87582ca> /usr/lib/system/libxpc.dylib
    0x1aadb1000 - 0x1aadb1fff libsystem_blocks.dylib arm64  <0c2d83d53ebf31e4abb1593d5c63cdbf> /usr/lib/system/libsystem_blocks.dylib
    0x1aadb2000 - 0x1aae2efff libsystem_c.dylib arm64  <61459536a83b36a090045d168317d2a6> /usr/lib/system/libsystem_c.dylib
    0x1aae2f000 - 0x1aaea3fff libdispatch.dylib arm64  <b9d95eab9269367db2f4c2b45821a32d> /usr/lib/system/libdispatch.dylib
    0x1aaea4000 - 0x1aaec3fff libsystem_malloc.dylib arm64  <c5470d04a83c38ab9baf9b34272496a5> /usr/lib/system/libsystem_malloc.dylib
    0x1aaec4000 - 0x1aaecefff libsystem_platform.dylib arm64  <f77366e7ef173e34a4baf938756212c2> /usr/lib/system/libsystem_platform.dylib
    0x1aaecf000 - 0x1aaedffff libsystem_pthread.dylib arm64  <1ff7a2fb9f2837b7af39344206a322bd> /usr/lib/system/libsystem_pthread.dylib
    0x1aaee0000 - 0x1aaf10fff libobjc.A.dylib arm64  <a697479d4c5c391eb11785b894ab94c6> /usr/lib/libobjc.A.dylib
    0x1aaf11000 - 0x1aaf7cfff libcorecrypto.dylib arm64  <000272fd529a32009ca910c59c8cacb7> /usr/lib/system/libcorecrypto.dylib
    0x1aaf7d000 - 0x1aaf90fff libc++abi.dylib arm64  <295d93e6ac06384aa4692df327f697fc> /usr/lib/libc++abi.dylib
    0x1aaf91000 - 0x1aafbefff libsystem_kernel.dylib arm64  <1b7d718405d63a83bb1bf9af6aef61f3> /usr/lib/system/libsystem_kernel.dylib
    0x1aafbf000 - 0x1aaff0fff libdyld.dylib arm64  <7b531a153e73318590e2b88d9476da5e> /usr/lib/system/libdyld.dylib
    0x1aaff1000 - 0x1aaff9fff libsystem_darwin.dylib arm64  <aa9881f980883ca6a247048eae839063> /usr/lib/system/libsystem_darwin.dylib
    0x1aaffa000 - 0x1ab050fff libc++.1.dylib arm64  <6bc32e62110531eebcdeab97b76d5507> /usr/lib/libc++.1.dylib
    0x1ab051000 - 0x1ab092fff libsystem_info.dylib arm64  <81f20a84f39c34cc9ae8f74fb8b40bba> /usr/lib/system/libsystem_info.dylib
    0x1ab093000 - 0x1ab407fff CoreFoundation arm64  <7519e99910533367b9d58844f6d3bdc6> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x1ab408000 - 0x1ab46efff SystemConfiguration arm64  <3ab0289a1ce13f4bb287bfec1b698117> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x1ab46f000 - 0x1ab728fff Foundation arm64  <7b1733b174c93a338a58853b0a029826> /System/Library/Frameworks/Foundation.framework/Foundation
    0x1ab729000 - 0x1ab75bfff libCRFSuite.dylib arm64  <f6c52960d19a302d8b479b38a76ab876> /usr/lib/libCRFSuite.dylib
    0x1ab75c000 - 0x1ab8d7fff CoreServices arm64  <e773b3b521783970a296d0f1195dc06f> /System/Library/Frameworks/CoreServices.framework/CoreServices
    0x1ab8d8000 - 0x1ab939fff libSparse.dylib arm64  <f8f050a2faae356d9d2379caba1ce122> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
    0x1ab93a000 - 0x1abe27fff ImageIO arm64  <e602f06b1dc537a3933aa50b69a381f0> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x1abe28000 - 0x1abe2afff ConstantClasses arm64  <589bfc9fc3ec308cbd47d0e8b3e755d4> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
    0x1abe2b000 - 0x1abfc8fff CoreText arm64  <327db2473387340982adf54d6f2f1364> /System/Library/Frameworks/CoreText.framework/CoreText
    0x1abfc9000 - 0x1ac100fff Security arm64  <1581c102be5c3ed88d6cd6462a73f610> /System/Library/Frameworks/Security.framework/Security
    0x1ac101000 - 0x1ac1a4fff IOKit arm64  <8c042dc8519e302aa0b3b11c1cc67b0f> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x1ac1a5000 - 0x1ac1dcfff libMobileGestalt.dylib arm64  <4206b6cb7ff43a7ab4e3485e09dcaee8> /usr/lib/libMobileGestalt.dylib
    0x1ac1dd000 - 0x1ac239fff libprotobuf.dylib arm64  <1152685be5c13ba69d96814f4efa0b2b> /usr/lib/libprotobuf.dylib
    0x1ac23a000 - 0x1ac24bfff libprotobuf-lite.dylib arm64  <a354baa0e9e73e8f959e6dc56b11113b> /usr/lib/libprotobuf-lite.dylib
    0x1ac24c000 - 0x1ac49dfff libicucore.A.dylib arm64  <4aafd9e44eff33a59bfa2de90ed0e390> /usr/lib/libicucore.A.dylib
    0x1ac49e000 - 0x1ac4c7fff CoreServicesInternal arm64  <cd1e4a4b4d0d34608817a273cc884c72> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
    0x1ac4c8000 - 0x1ac510fff WirelessDiagnostics arm64  <170ba594d0ab360fb651a2014c171431> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
    0x1ac511000 - 0x1ac54afff libAWDSupport.dylib arm64  <777fa19d4a69380bad4151d7fa9ea6a5> /usr/lib/libAWDSupport.dylib
    0x1ac54b000 - 0x1ac9d1fff CoreAudio arm64  <59175503a0bb344db700b12890e8f128> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x1ac9d2000 - 0x1acc9efff CoreImage arm64  <36b3592ce754320794cf9be2c085594c> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x1acc9f000 - 0x1acd8dfff LanguageModeling arm64  <c41a1f51885d37e1a7ca97319babb891> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
    0x1acd8e000 - 0x1acdd4fff Lexicon arm64  <f690c716437b3a7196396d31db2b85ce> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
    0x1acdd5000 - 0x1acf58fff libsqlite3.dylib arm64  <143e7a27783833cba0f2cddcc0a6585d> /usr/lib/libsqlite3.dylib
    0x1acf59000 - 0x1acf8afff MobileKeyBag arm64  <ab1d699209d43fdf8d0dc2147a6d2740> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x1acf8b000 - 0x1acf94fff libsystem_notify.dylib arm64  <ea15686a484c30d6ab2d778114c194a0> /usr/lib/system/libsystem_notify.dylib
    0x1acf95000 - 0x1ad179fff CoreDuet arm64  <2404a55beab5338a91bfd7140f07ccd2> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
    0x1ad17a000 - 0x1ad2bcfff Montreal arm64  <f3b892a7d6f63e658e3cf7e05bd4741d> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
    0x1ad2bd000 - 0x1ad3a4fff NLP arm64  <0de38309350c38d8bb87ba886b2c78a4> /System/Library/PrivateFrameworks/NLP.framework/NLP
    0x1ad3a5000 - 0x1ad3c1fff CellularPlanManager arm64  <5c1c2cc4a79130a691f1dffddd0b6caa> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
    0x1ad3c2000 - 0x1ad3fffff AppSupport arm64  <627b1af837933058a1f61476623a372b> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x1ad400000 - 0x1ad8d1fff libnetwork.dylib arm64  <d76d50cf0fc03e91ba07f7888d982a04> /usr/lib/libnetwork.dylib
    0x1ad8d2000 - 0x1ad9ddfff ManagedConfiguration arm64  <a59e2266ca78366085d97a2d12e88f89> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x1ad9de000 - 0x1ada08fff CoreServicesStore arm64  <132df15f05613fd5b9683f1db42a35b6> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
    0x1ada09000 - 0x1ada29fff UserManagement arm64  <117b31dbad313834ad8596e8fccbe37c> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
    0x1ada2a000 - 0x1adce3fff CoreML arm64  <6a2dc313f622370c9f4d9a01069a8301> /System/Library/Frameworks/CoreML.framework/CoreML
    0x1adce4000 - 0x1adcfafff ProtocolBuffer arm64  <3b87e3b62e3a36fe8a5c14f2b72ac02d> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x1adcfb000 - 0x1add15fff CommonUtilities arm64  <89d109e72e3c3c589f470b2376ce1610> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x1add16000 - 0x1add16fff libenergytrace.dylib arm64  <d09e1b85b6e23bddbe9a1dab940fa196> /usr/lib/libenergytrace.dylib
    0x1add17000 - 0x1add4dfff RunningBoardServices arm64  <ce832be0fa543f5ba2187e8cbc443d69> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
    0x1add4e000 - 0x1addc3fff BaseBoard arm64  <75638779348e32beaa8c0dde9014b570> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
    0x1addc4000 - 0x1ae319fff SiriTTS arm64  <8da6219da416369eb85afc8f523fe010> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
    0x1ae31a000 - 0x1ae38bfff CoreLocation arm64  <2b540c6a2a333a188fc71a6e0933f9cb> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x1ae399000 - 0x1ae3edfff Accounts arm64  <79dd258489b23d51aa52a2a91a1ad7f1> /System/Library/Frameworks/Accounts.framework/Accounts
    0x1ae3ff000 - 0x1ae75ffff CFNetwork arm64  <59b74c73dcc33a999647189b124b265b> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x1ae760000 - 0x1ae840fff UIFoundation arm64  <a5a0f819e5b33d5b8ff52b8bba1d411e> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x1ae841000 - 0x1af907fff UIKitCore arm64  <d76300677a003cb799e1e7f6c55d85c5> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
    0x1af908000 - 0x1af915fff AssertionServices arm64  <a9f4defc194e3ad4b858f01369c47fd2> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
    0x1af916000 - 0x1af9e7fff CoreTelephony arm64  <6a8061084b3732a99e66f2bfdd120c5e> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x1af9e8000 - 0x1af9edfff AggregateDictionary arm64  <1c9c38f0865e30eb85bd20a6ae0ac941> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x1af9ee000 - 0x1afa04fff libsystem_asl.dylib arm64  <611c5ad01fa135d19914ae6dd8927754> /usr/lib/system/libsystem_asl.dylib
    0x1afa05000 - 0x1afa7efff CloudDocs arm64  <6e37c983e3c431f7b753d624892858d7> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
    0x1afa7f000 - 0x1afda7fff CoreData arm64  <e24c666c4b2b3977949b38f7ecb77acf> /System/Library/Frameworks/CoreData.framework/CoreData
    0x1afda8000 - 0x1affd0fff Vision arm64  <797acaa2365d3fbe9ace48b73dcfe63f> /System/Library/Frameworks/Vision.framework/Vision
    0x1affd1000 - 0x1b0013fff PhotoFoundation arm64  <6a25a61bcbb13e3caeaa4e66c73abb63> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
    0x1b0014000 - 0x1b003ffff BoardServices arm64  <75360e4fd9e23e23ac26db3c2f34e0b5> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
    0x1b0040000 - 0x1b00f5fff libboringssl.dylib arm64  <4f90d596ac963a288e0c533a967a875f> /usr/lib/libboringssl.dylib
    0x1b00f6000 - 0x1b0104fff libsystem_networkextension.dylib arm64  <20ca6a9aa218349ea7a0e557fcc6526b> /usr/lib/system/libsystem_networkextension.dylib
    0x1b0105000 - 0x1b0125fff CoreAnalytics arm64  <29ddc6d86fde3ec8b56ff73fa63839a5> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
    0x1b0126000 - 0x1b0297fff CloudKit arm64  <c22a8531a4563a3aac1c457e50474d59> /System/Library/Frameworks/CloudKit.framework/CloudKit
    0x1b0298000 - 0x1b02e4fff SpringBoardServices arm64  <9e65a64054413b84b0c7b25c2e166e24> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    0x1b02e5000 - 0x1b0358fff FrontBoardServices arm64  <ba369656afef391aa426eed114a72432> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
    0x1b0359000 - 0x1b0470fff Network arm64  <5fd8d3086af139d9aa341e42d08b8e66> /System/Library/Frameworks/Network.framework/Network
    0x1b0471000 - 0x1b04cdfff libusrtcp.dylib arm64  <a9326808573b380ca815b52e3856db27> /usr/lib/libusrtcp.dylib
    0x1b04ce000 - 0x1b04d5fff libsystem_symptoms.dylib arm64  <759819cb30f43fe5a66f042097999037> /usr/lib/system/libsystem_symptoms.dylib
    0x1b04d6000 - 0x1b13cffff GeoServices arm64  <0e10b37391f73527bb6a86a4f5dd87ca> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x1b13d0000 - 0x1b13d8fff TCC arm64  <ff3f25a5a6f638739a448464b4930400> /System/Library/PrivateFrameworks/TCC.framework/TCC
    0x1b13d9000 - 0x1b1432fff IMFoundation arm64  <93c261e2c62c303eb5f85e8a10a37416> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x1b1433000 - 0x1b158efff CoreUtils arm64  <d5e1a21a55e1311e8b5c0eff56679548> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
    0x1b163f000 - 0x1b166bfff ImageCaptureCore arm64  <85d80411b9fb39d4b676a3102c9d3a26> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
    0x1b166c000 - 0x1b1675fff libsystem_containermanager.dylib arm64  <ede29a9bd91b33af82a382c843864e3f> /usr/lib/system/libsystem_containermanager.dylib
    0x1b1676000 - 0x1b16f2fff AppleAccount arm64  <420420c089513d0ab1fe092d2437a99a> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x1b16f3000 - 0x1b170efff ApplePushService arm64  <040239923f183edeb6113b859725c65e> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x1b170f000 - 0x1b17fcfff IDS arm64  <b33952645fee348b95ee03da501acdef> /System/Library/PrivateFrameworks/IDS.framework/IDS
    0x1b17fd000 - 0x1b1929fff IDSFoundation arm64  <f0590c6f7a3d3d7cbc4a1eacc2a9da31> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
    0x1b192a000 - 0x1b192bfff libCTGreenTeaLogger.dylib arm64  <24dd3122ac313191b7b4f6103b7e6b9c> /usr/lib/libCTGreenTeaLogger.dylib
    0x1b198f000 - 0x1b1a8dfff CoreMedia arm64  <853acf0f24723e3d859f000af106f64c> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x1b1a8e000 - 0x1b1a9dfff UIKitServices arm64  <8170f61ba48c342294fbcdfcf8c9126c> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
    0x1b1a9e000 - 0x1b1af0fff BackBoardServices arm64  <73613c96a32935abaef16bbb48bbb7f3> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x1b1af1000 - 0x1b1d40fff QuartzCore arm64  <3ee40592f01138cc8472776b3c912a42> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x1b1d41000 - 0x1b1efefff ColorSync arm64  <47014f6f8e1f3e4194f588c1424932ab> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
    0x1b1eff000 - 0x1b246dfff CoreGraphics arm64  <be2c65f7fc8e3a5fa5c618b89f49b6b5> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x1b246e000 - 0x1b259ffff Contacts arm64  <7b8bbb315c173181b8ae83fa58ad9689> /System/Library/Frameworks/Contacts.framework/Contacts
    0x1b25a0000 - 0x1b25cffff UserNotifications arm64  <81951875f07936778a4da79c799f2b08> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
    0x1b25d0000 - 0x1b25f3fff LocationSupport arm64  <30c998f65a7e32bba8d46b1525e45b14> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
    0x1b25f4000 - 0x1b2750fff Sharing arm64  <d836f20616bd3a58b02d980309983de3> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
    0x1b2751000 - 0x1b2d22fff WebKit arm64  <cc6d4aa00e703d8da0a0bac8a1d6682c> /System/Library/Frameworks/WebKit.framework/WebKit
    0x1b2d23000 - 0x1b4917fff WebCore arm64  <83a4a19111a0313897dcef1313f78bae> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x1b4918000 - 0x1b4930fff libAccessibility.dylib arm64  <f2c0fa2dda973c238a6dacb8a34ae0cb> /usr/lib/libAccessibility.dylib
    0x1b4931000 - 0x1b493cfff AXCoreUtilities arm64  <3eef218b27d63f22a96e3323450c6c6f> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
    0x1b493d000 - 0x1b49b1fff ContactsFoundation arm64  <f8adc2d8ab2c3d9aa4e84fff09f99785> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
    0x1b49b2000 - 0x1b49c6fff PowerLog arm64  <d52eff96ac9e35a48e21337dc6ad2829> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
    0x1b49c7000 - 0x1b49d8fff IOSurface arm64  <4d7cf4873d21390782cec2ea1a129f8d> /System/Library/Frameworks/IOSurface.framework/IOSurface
    0x1b49d9000 - 0x1b50d3fff MediaToolbox arm64  <6c44365d76d93d64af81b2c19a30a6f9> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x1b50d4000 - 0x1b50dcfff GraphicsServices arm64  <cefbbc61fdb33db786bf337e511616db> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x1b50dd000 - 0x1b51bffff AccessibilityUtilities arm64  <49725db4c143361cb4208891f742cc2c> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
    0x1b51c0000 - 0x1b53b2fff AVFoundation arm64  <8b547ad0cb873383a84c65f07aab40f4> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x1b53b3000 - 0x1b53eafff OnBoardingKit arm64  <7a4fe0d4fc1f38d5a32b2bc71ae7f784> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
    0x1b53eb000 - 0x1b5439fff MobileWiFi arm64  <4b39ae62af383654aa84e4f443334b33> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x1b543a000 - 0x1b5452fff MobileAsset arm64  <1c5bbde9ebbe3f218abd6923239ed366> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x1b5453000 - 0x1b5460fff libGSFont.dylib arm64  <fa687458287e34c1be328c4a7fcc9700> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
    0x1b5461000 - 0x1b546afff FontServices arm64  <38caa4a4a5f230bd88056be639bd4f1e> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
    0x1b546b000 - 0x1b55b4fff libFontParser.dylib arm64  <4984d0e104f634838f547596e55bdf18> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x1b55b5000 - 0x1b55fffff AXRuntime arm64  <16ca94a16b0d366f838fe4875b955139> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
    0x1b5600000 - 0x1b5602fff libAXSafeCategoryBundle.dylib arm64  <5832fc27d87a3de0953ecd96aae11d18> /usr/lib/libAXSafeCategoryBundle.dylib
    0x1b5603000 - 0x1b5741fff SearchFoundation arm64  <9d30ef68807d3cd2838aa7eba4ed4212> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
    0x1b5742000 - 0x1b5862fff Preferences arm64  <9346806c7bef34d6a7df7aa882b22979> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
    0x1b5863000 - 0x1b5ecefff PhotoLibraryServices arm64  <6be2a5251fe53162864ad1745fdfd3d6> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
    0x1b5ecf000 - 0x1b6132fff vImage arm64  <d9b1e202495c334294d97d7e3a2c1ba6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
    0x1b6133000 - 0x1b6366fff AudioToolbox arm64  <9ac0321f74c63bdd88471e7e4ac512f6> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x1b6367000 - 0x1b639cfff libAudioToolboxUtility.dylib arm64  <7e1f682862173a8fb1db362c00648bec> /usr/lib/libAudioToolboxUtility.dylib
    0x1b639d000 - 0x1b655cfff ContactsUI arm64  <f933896025523cd4a604d361bb6b12f7> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
    0x1b655d000 - 0x1b65c6fff UIAccessibility arm64  <187d8186f3043159a42a3efea6fd09cf> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
    0x1b65c7000 - 0x1b67cafff Photos arm64  <74686a3388bd35f4b06cc3421c25b673> /System/Library/Frameworks/Photos.framework/Photos
    0x1b67cb000 - 0x1b685ffff ShareSheet arm64  <462350dec8b03377bdb962fecea11f85> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
    0x1b6860000 - 0x1b6873fff BaseBoardUI arm64  <5c727b2397bc3133a1ff107f36abeaf6> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
    0x1b6874000 - 0x1b6928fff PDFKit arm64  <d56e02f7112f30798aa62fb48333f1c7> /System/Library/Frameworks/PDFKit.framework/PDFKit
    0x1b69a7000 - 0x1b69d4fff DocumentManager arm64  <f9ff17823b3334a9887d5c989e2a63b5> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
    0x1b69d5000 - 0x1b6c2ffff libmecabra.dylib arm64  <119ca86cd50b3538bec2d041c8e0ef47> /usr/lib/libmecabra.dylib
    0x1b6c30000 - 0x1b6ca5fff AuthKit arm64  <2b4c3618550232b2ab239d75f78f54e2> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
    0x1b6ca6000 - 0x1b70bcfff Intents arm64  <b19b6dd709e933ee86253e68ecf47e2e> /System/Library/Frameworks/Intents.framework/Intents
    0x1b70bd000 - 0x1b70d1fff libCGInterfaces.dylib arm64  <766e37326a673db8a08a136cfbc08e08> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
    0x1b70d2000 - 0x1b721efff WebKitLegacy arm64  <e259406b03a43977a227fcae8df2bc95> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
    0x1b721f000 - 0x1b7287fff TextInput arm64  <4d06bfec81303266bfa3ce229732b7ff> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x1b7288000 - 0x1b7304fff AXMediaUtilities arm64  <10edaf9249c936faa241d98a8549604b> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
    0x1b7305000 - 0x1b7308fff XCTTargetBootstrap arm64  <0aa0ddefd68833e99c6995e09f415b60> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
    0x1b7309000 - 0x1b73befff CorePDF arm64  <788eef66d4cb3969b57b2d86473e5340> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
    0x1b73bf000 - 0x1b73fafff AccessibilityUIUtilities arm64  <e8e731f5be1c31f6adb33899b2aaba36> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
    0x1b77b8000 - 0x1b7ac8fff AppleMediaServices arm64  <c67d6000017c3779a37fc46bbb97f45e> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
    0x1b7ac9000 - 0x1b7aeffff CacheDelete arm64  <d52a068b3f8c34efa104d7aa13b273a7> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
    0x1b7af0000 - 0x1b7cb2fff CoreMotion arm64  <86e7ee42c1f936fb9bf0af733547d042> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x1b7cb3000 - 0x1b7da1fff AVFAudio arm64  <9dd6382681143640a0d126cce251304f> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
    0x1b7fc0000 - 0x1b8076fff CoreUI arm64  <8d9c17630c6b3e3bb0bba9ebd31a9743> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
    0x1b8077000 - 0x1b809bfff AppSupportUI arm64  <f275885a6e7b3926a1b22097dbc5f77c> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
    0x1b809c000 - 0x1b80d1fff CoreVideo arm64  <615441c4a6ca3e2a95cc481f479eb5e9> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x1b80d2000 - 0x1b8307fff AudioToolboxCore arm64  <2993aee104d43b48abdf902c2676551a> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
    0x1b8308000 - 0x1b834cfff CoreDuetContext arm64  <f6dc4f55b8ae33a5b53b88dca60c5682> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
    0x1b834d000 - 0x1b8386fff SetupAssistant arm64  <7b6b2c47ce673ca5bb1ab80ece5d65f1> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
    0x1b8387000 - 0x1b8443fff TelephonyUtilities arm64  <ae34abbf02a1322a980dc5bd72f82ac0> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
    0x1b8444000 - 0x1b846efff PlugInKit arm64  <ddea2f10d3e23f8ab5229b6737ba909e> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
    0x1b846f000 - 0x1b87b3fff libswiftCore.dylib arm64  <bfea67948f1d333cbfa5d98299c75fd8> /usr/lib/swift/libswiftCore.dylib
    0x1b87b4000 - 0x1b88ebfff AssistantServices arm64  <425d86c47a9e3d3a8957cea3b3ad1277> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
    0x1b88ec000 - 0x1b894cfff ProactiveSupport arm64  <f191df1eab103e97bacd24b5f590007d> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
    0x1b894d000 - 0x1b8b86fff MapKit arm64  <c82b78b345483ad996349499d60cbfd7> /System/Library/Frameworks/MapKit.framework/MapKit
    0x1b8b87000 - 0x1b8b9efff PrototypeTools arm64  <d8667b34f5433003b09d091adfb64805> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
    0x1b8b9f000 - 0x1b8c90fff MediaExperience arm64  <598bafd00b5c3c42a7fbb40988916721> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
    0x1b8c91000 - 0x1b8f59fff Celestial arm64  <f52eed32db8a3d85b9a3a1999d843a98> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x1b8f5a000 - 0x1b8fb5fff CallKit arm64  <38f9093206823ad29ef1385a376d3f53> /System/Library/Frameworks/CallKit.framework/CallKit
    0x1b8fb6000 - 0x1b917bfff EventKitUI arm64  <20a259678c1a3acea78c60838ba8ddcd> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
    0x1b917c000 - 0x1b987ffff VectorKit arm64  <96994cfd06143fefaeb2d5b2468dfb53> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
    0x1b9880000 - 0x1b994ffff AVKit arm64  <f755cb3f9b6d3cf19a41a7bc06c06905> /System/Library/Frameworks/AVKit.framework/AVKit
    0x1b9950000 - 0x1b997efff Pegasus arm64  <562d126804043f4c954c8202788f9701> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
    0x1b997f000 - 0x1b9981fff libapp_launch_measurement.dylib arm64  <9d0bbb4b26f43f048dfaebdbf0c05eb0> /usr/lib/libapp_launch_measurement.dylib
    0x1b9a65000 - 0x1b9ac7fff CoreSpotlight arm64  <c36e99ac58ce3575841e0d0b771f40cd> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
    0x1b9ac8000 - 0x1b9b5ffff AddressBookLegacy arm64  <9ca4733ccd0d3b9e984c8688719afe63> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
    0x1b9b60000 - 0x1b9b6ffff CrashReporterSupport arm64  <8eeddd24d3223b099646fb1aa1026917> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x1b9b70000 - 0x1b9b82fff MobileBluetooth arm64  <a2711f9fb56f3a14bdcdc8b0392dfae8> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x1b9b83000 - 0x1b9c3efff LinkPresentation arm64  <f85275392e0231bf80dad1ab6349049e> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
    0x1b9c75000 - 0x1b9c79fff libsystem_configuration.dylib arm64  <1e27c5b60a4d3f1ea47cefa749d48f5b> /usr/lib/system/libsystem_configuration.dylib
    0x1b9e5a000 - 0x1b9e68fff HangTracer arm64  <b3e9322fab943496912f7fe7773796d7> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
    0x1b9e69000 - 0x1b9ecefff CoreNLP arm64  <c37e117574f13a84b83cddcc6d36a560> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
    0x1b9ecf000 - 0x1b9ed0fff liblangid.dylib arm64  <f8030fe861f83b4ba8db4e3133d06e07> /usr/lib/liblangid.dylib
    0x1b9ed1000 - 0x1bac33fff JavaScriptCore arm64  <c87fa51eb1033902a963faaedb228c86> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
    0x1bac34000 - 0x1bacc1fff libTelephonyUtilDynamic.dylib arm64  <db9921ca5b1931998bba465f6cb649b7> /usr/lib/libTelephonyUtilDynamic.dylib
    0x1bacd7000 - 0x1baf50fff StoreServices arm64  <8d8b977aafcc3181944e3f9d17bc5211> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x1baf51000 - 0x1baf5afff IOMobileFramebuffer arm64  <9ae16b80bede37a680cfd522fc007cfa> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x1bb0c9000 - 0x1bb2a2fff Message arm64  <21db17aa9b2036ceb3bafdf9be7a51e9> /System/Library/PrivateFrameworks/Message.framework/Message
    0x1bb2ba000 - 0x1bb2d4fff CoreMaterial arm64  <eea54b14217f36bbbba66cad5d287a11> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
    0x1bb2d5000 - 0x1bb3bbfff libxml2.2.dylib arm64  <7f7184a1438535ea8c550e64d55e5d21> /usr/lib/libxml2.2.dylib
    0x1bca68000 - 0x1bcab0fff MetadataUtilities arm64  <919bfbca98dd3051840efe59b0013602> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
    0x1bd445000 - 0x1bd661fff NetworkExtension arm64  <71db5bddca78322093c64f4f374d504c> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
    0x1bd662000 - 0x1bd698fff DataDetectorsCore arm64  <bcd2f9571dbc35b6b73cda2bbe9c479d> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    0x1bd699000 - 0x1bd6f9fff CalendarFoundation arm64  <12842f439af23e469a86c68e441d9741> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
    0x1bd6fa000 - 0x1bd7edfff EventKit arm64  <d8555ac8820736428a8f883f5a4876f0> /System/Library/Frameworks/EventKit.framework/EventKit
    0x1bd7ee000 - 0x1bd823fff MediaServices arm64  <0d206ca50c643fb0a93dd5d40b3b1b43> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
    0x1bd930000 - 0x1bdad1fff PencilKit arm64  <707b0c5d6645340e97c13b7dbee27393> /System/Library/Frameworks/PencilKit.framework/PencilKit
    0x1bdad2000 - 0x1bdbf1fff MessageUI arm64  <31feb5db5d2131688e08a164a44ff779> /System/Library/Frameworks/MessageUI.framework/MessageUI
    0x1bdc3e000 - 0x1bdc7dfff BiometricKit arm64  <9dd1e33272853b5cb023f821dc700a9a> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
    0x1bdc7e000 - 0x1bdca9fff PersistentConnection arm64  <19667077c3673477a67cb2e5c146c4be> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x1bdcaa000 - 0x1bdcfdfff CalendarDaemon arm64  <0297bf11f5633d8c8d47dc7b2f717d4f> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
    0x1bdcfe000 - 0x1bdd94fff CalendarDatabase arm64  <b094f18038dc38ae9ffc0d1434390f25> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
    0x1bdd95000 - 0x1bdf77fff MediaRemote arm64  <eea8dd6f2e4b366e89bdb912c10f0300> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x1bdf78000 - 0x1bdf80fff CorePhoneNumbers arm64  <3c3d991d98a23f3dbfd1eb032174e894> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
    0x1bdf91000 - 0x1bdfb7fff DuetActivityScheduler arm64  <ec932656e7813f1db296d4567105a8e3> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
    0x1be07a000 - 0x1be0bafff ContactsAutocompleteUI arm64  <72884bd3242932819a63a09c35031aeb> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
    0x1be0bb000 - 0x1be0ddfff CoreSVG arm64  <5589a0bec18d34ada40d42adf27d2d4a> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
    0x1be0f8000 - 0x1be115fff ProactiveEventTracker arm64  <28aa1f82e89f369c808ed513f7b5e894> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
    0x1be116000 - 0x1be120fff MallocStackLogging arm64  <37c11061daa13446bc06f11914e40361> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
    0x1be121000 - 0x1be1b6fff CoreSuggestions arm64  <65b55a99ce963190a6a8def30fd5fbb5> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
    0x1bebb7000 - 0x1bebc4fff BluetoothManager arm64  <5579885bc5243f68b973384faa9ce94b> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x1bebc5000 - 0x1bebfafff CoreBluetooth arm64  <b2b99c7c561a3520bf2acdefa088dc3b> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
    0x1bebfb000 - 0x1bebfdfff libsystem_sandbox.dylib arm64  <c74f469db77236da854918db15fb8ef6> /usr/lib/system/libsystem_sandbox.dylib
    0x1bece3000 - 0x1bed16fff TextInputUI arm64  <f6ca5c58c5363734aef4aee5c34ef06d> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
    0x1bed61000 - 0x1bedcdfff Rapport arm64  <31e58863b4e63673ac4f100fc32689ce> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
    0x1bedce000 - 0x1bedfafff OSAnalytics arm64  <a0003e784185313480c6638c27b5959c> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
    0x1bedfb000 - 0x1bee2afff MobileInstallation arm64  <5c6453d1d3163517b3a383f6136ab676> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x1bee2b000 - 0x1beec5fff Metal arm64  <5afbbbb9501c3abbaa93836da30d133d> /System/Library/Frameworks/Metal.framework/Metal
    0x1beec6000 - 0x1beeccfff IOAccelerator arm64  <6c40b6d52d5137628eb036ab042a4a9a> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x1beecd000 - 0x1beed8fff MediaAccessibility arm64  <8b640f442ded3d0581d639e9fd9049b5> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
    0x1beef6000 - 0x1beefdfff libsystem_dnssd.dylib arm64  <1ead228266503faa9e8efe24a3f937b1> /usr/lib/system/libsystem_dnssd.dylib
    0x1beefe000 - 0x1bef04fff PushKit arm64  <5d2460bb22c839748c16b2fe8be86110> /System/Library/Frameworks/PushKit.framework/PushKit
    0x1bef05000 - 0x1bf00bfff FileProvider arm64  <8b68315b43b43c26a26dd7310ff59e57> /System/Library/Frameworks/FileProvider.framework/FileProvider
    0x1bf01f000 - 0x1bf020fff BackgroundTaskAgent arm64  <d731ebd58f1e3ecf82284997249ce23d> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
    0x1bf021000 - 0x1bf025fff LinguisticData arm64  <e9b0246c0b223eb29e993d12ec31691e> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
    0x1bf050000 - 0x1bf069fff DoNotDisturb arm64  <7db313bb3aeb36b29cbe635f2c4a8e85> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
    0x1bf06a000 - 0x1bf125fff VideoToolbox arm64  <9a8f0211a5e133fabb0586e159254703> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x1bf55b000 - 0x1bf55cfff MessageSupport arm64  <4c1c93cab4593f3098baa62f08778f76> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
    0x1bf681000 - 0x1bf689fff SymptomDiagnosticReporter arm64  <de6850a91f5330829cd36737b526efb1> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
    0x1bf68a000 - 0x1bf68cfff IOSurfaceAccelerator arm64  <4ef0b026a02d37da867b6b4caa00eb86> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
    0x1bf68d000 - 0x1bf73bfff AssetsLibraryServices arm64  <d70b711fc4fb38d085655aba9c2691c5> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x1bf73c000 - 0x1bf76bfff DataAccessExpress arm64  <de9fc70210d73f268626056e6221ddc8> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x1bf76c000 - 0x1bf7dbfff EmailFoundation arm64  <0030f6c3bac7359385407968bdf1cbd3> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
    0x1bf7dc000 - 0x1bf7f1fff CoreFollowUp arm64  <7497056934323d4183af2938525bc0d1> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
    0x1bf7f2000 - 0x1bf7fafff FamilyCircle arm64  <8d3ddb5b2a333f15885651381c6be7bc> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
    0x1bf7fb000 - 0x1bf810fff libcoretls.dylib arm64  <cdd6e88ab51236f88304ff0e9fdef4ad> /usr/lib/libcoretls.dylib
    0x1bf867000 - 0x1bf8f6fff libate.dylib arm64  <cb99ad1b659138dfbe550f38c8e3a088> /usr/lib/libate.dylib
    0x1c0bb1000 - 0x1c0c03fff FTServices arm64  <868495703c6a3d25aba7eeb5a8da4977> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x1c0ca5000 - 0x1c0cb5fff MaterialKit arm64  <a4504ce7265e37ff9f912f3d680ba0b9> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
    0x1c0cb6000 - 0x1c0d2dfff SAObjects arm64  <bfdd4674ad013ab9a7bc0c10d221b088> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
    0x1c0d2e000 - 0x1c0d38fff CoreRecents arm64  <b6bf82f0042c37d689723bf752ddbbb1> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
    0x1c0d39000 - 0x1c0d7ffff MIME arm64  <9cb920edbafe3376b15c86f0b4e9ccb6> /System/Library/PrivateFrameworks/MIME.framework/MIME
    0x1c0de1000 - 0x1c0deefff DataMigration arm64  <2b7610c77e5b3baf9bc4ff96ead08425> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x1c0ef4000 - 0x1c0f4ffff EmailCore arm64  <43da3f2e301934d3b34aeb69b1e039e7> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
    0x1c0fa2000 - 0x1c0fc6fff IconServices arm64  <234299ad5ee035e3b3419cda532eb0b6> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
    0x1c147c000 - 0x1c147dfff WatchdogClient arm64  <d7ff9b9a95503de1a49786760af29d91> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
    0x1c147e000 - 0x1c148ffff libprequelite.dylib arm64  <5d43cd16fd1e3760a914ee604d53d5cc> /usr/lib/libprequelite.dylib
    0x1c14b7000 - 0x1c14c7fff CoreEmoji arm64  <4520569fbd88306d9833b1453e7efcc9> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
    0x1c14c8000 - 0x1c155efff Email arm64  <eabb0a98b3e339fabd14bb60c1610050> /System/Library/PrivateFrameworks/Email.framework/Email
    0x1c155f000 - 0x1c15adfff ClassKit arm64  <8c81187fd37e37a8b9a7a9795f907671> /System/Library/Frameworks/ClassKit.framework/ClassKit
    0x1c161a000 - 0x1c1626fff CPMS arm64  <26ecdd8ff8b1343fb36e2ceb56ee2939> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
    0x1c1627000 - 0x1c162ffff RTCReporting arm64  <01442b0b4d893daea40b1435f5d5da84> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
    0x1c178e000 - 0x1c17dafff MobileBackup arm64  <fe223d09348d30329b5e0bfcb862c0f4> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
    0x1c188a000 - 0x1c1891fff CoreTime arm64  <f43fcad4ffec3d7ba9977d546772cb33> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
    0x1c1ab1000 - 0x1c1b00fff DataAccess arm64  <3d96bbddc43c385ab1b1fc6d5fb32a86> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x1c1e37000 - 0x1c1e8bfff ToneLibrary arm64  <3e2f851c25f43b3b87814ce72322bc13> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
    0x1c2157000 - 0x1c2175fff AppConduit arm64  <ad32742c04f5339ab8320ae813fb783c> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
    0x1c2176000 - 0x1c218efff IntlPreferences arm64  <17df023ff77235bb8cf4bd415779fe80> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
    0x1c250a000 - 0x1c25defff CoreBrightness arm64  <e6f28809466f3cd7bffd11d3be112019> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
    0x1c25df000 - 0x1c25e6fff libIOReport.dylib arm64  <9c260447706133cd856cf4212a74f759> /usr/lib/libIOReport.dylib
    0x1c2777000 - 0x1c291ffff libBNNS.dylib arm64  <d7b55fcd4a16326dbed864169a84df05> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
    0x1c2920000 - 0x1c2927fff StudyLog arm64  <7cc9e5552c0b305f9e245abf981b62a1> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
    0x1c3b65000 - 0x1c3b78fff LocalAuthentication arm64  <72045bcaec7e3a4ca28b50dac50f588e> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
    0x1c3b79000 - 0x1c3b7dfff CommunicationsFilter arm64  <100f7507f56d3e6a974eb7acc9ec2bdd> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
    0x1c3ba1000 - 0x1c3bacfff CaptiveNetwork arm64  <0552986cee333370aa966671ab0aae16> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x1c3cfe000 - 0x1c3db0fff libBLAS.dylib arm64  <57aa1f484644390ba52d46bcf2b9ef5f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x1c3db1000 - 0x1c3dbffff CTCarrierSpace arm64  <216a39c5c002354eadf5b65721896e9c> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
    0x1c4867000 - 0x1c4881fff libtailspin.dylib arm64  <109497d4ddfa37bdbbf400754a39ea8f> /usr/lib/libtailspin.dylib
    0x1c4882000 - 0x1c48c0fff CalendarUIKit arm64  <d2aaf73e1bf135c18b3183802e492918> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
    0x1c48e0000 - 0x1c48f4fff ContactsDonation arm64  <0e4e04e29a533d1192765ec1f4d7af43> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
    0x1c493f000 - 0x1c4948fff MobileActivation arm64  <6733fce80ec638aaa267c7519bb80a0a> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
    0x1c49c9000 - 0x1c49d7fff MobileIcons arm64  <b2ea775049743e48b40c413602d6058a> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x1c49d8000 - 0x1c4ad8fff ResponseKit arm64  <40dd302f884936708ff18a30f50f6ae9> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
    0x1c4af5000 - 0x1c4b2efff Notes arm64  <c6617a69dece3b4bbcca4f18401242d3> /System/Library/PrivateFrameworks/Notes.framework/Notes
    0x1c4b2f000 - 0x1c4b46fff MetalKit arm64  <740f1becf28631acbebaf1ca923fdb44> /System/Library/Frameworks/MetalKit.framework/MetalKit
    0x1c4ba0000 - 0x1c4be9fff CoreHaptics arm64  <1157e81a94623a31a0ca98470511a761> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
    0x1c4bea000 - 0x1c4cb3fff ProofReader arm64  <44df2d5a1f2634699d677f2fd54f34b1> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x1c4cb4000 - 0x1c4d01fff DataDetectorsUI arm64  <a01a29555fc33e87a49c9f0ccb595572> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
    0x1c4d02000 - 0x1c4d0dfff EmailAddressing arm64  <1db4c845197e3dbcab8448f39cc77f12> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
    0x1c4d0e000 - 0x1c4d23fff MailServices arm64  <6ab8d03470f2399896abfbb9ef68844c> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x1c4d24000 - 0x1c4da4fff CoreSymbolication arm64  <28d570647ec73ceaaacfc7a3f21b2303> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
    0x1c4da5000 - 0x1c4dabfff IdleTimerServices arm64  <32df45a981cc3ee8990e4e8a447fbc7a> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
    0x1c4f69000 - 0x1c4f6cfff FTClientServices arm64  <2f4c056f0c6638ecb036a323fb96dc08> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
    0x1c4f6d000 - 0x1c4fd1fff ContactsUICore arm64  <571a833a66e4340cb3a39117ae50c2d4> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
    0x1c5431000 - 0x1c5478fff LoggingSupport arm64  <2132f7060d4630ce888ceaf1d40e4aeb> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
    0x1c5590000 - 0x1c55eafff ProtectedCloudStorage arm64  <a5bfbbd5554a3910b4275d95cf2377be> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
    0x1c56d4000 - 0x1c56ddfff OpenGLES arm64  <3044208ed61c34eca2370a8b687a5ccd> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x1c583e000 - 0x1c5846fff libGFXShared.dylib arm64  <69f0756ab7723506b193c7fccf54af28> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x1c5847000 - 0x1c587bfff SharedUtils arm64  <6f5b156a4ff035ac856a13d000adeffa> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
    0x1c587c000 - 0x1c58c9fff PhotosFormats arm64  <fbe7ce067e273f9b961ee97da0b3acdc> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
    0x1c691d000 - 0x1c6959fff StreamingZip arm64  <d87249a51fc036bbb9c7a728e842ceea> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
    0x1c784d000 - 0x1c7850fff InternationalTextSearch arm64  <a674c74860d73dc2bf3367ada28d92a7> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
    0x1c786e000 - 0x1c788afff AssetCacheServices arm64  <40631d1dce8b3d158398e2614574741c> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
    0x1c81fd000 - 0x1c8202fff IncomingCallFilter arm64  <1e6dc4fb88ae34c4903703e61281bdaf> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
    0x1c821e000 - 0x1c8236fff NetworkStatistics arm64  <ebf841b0f0183448aaee15861aa4901f> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
    0x1c8692000 - 0x1c8698fff Netrb arm64  <fde3934ed0fb396e9591e0956b91ee22> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
    0x1c869c000 - 0x1c86ccfff EAP8021X arm64  <e07743198cd5327e8b3595eb650d6522> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x1c86cd000 - 0x1c86cffff OSAServicesClient arm64  <580c56fbc3a236aba11042dcee1989f6> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
    0x1c8870000 - 0x1c8874fff libgermantok.dylib arm64  <8198ea3c7255321fa5db22fd3f3174af> /usr/lib/libgermantok.dylib
    0x1c8875000 - 0x1c8928fff libmecab.dylib arm64  <d4683ab4e68731e58fd4f8ee0dd5f5a8> /usr/lib/libmecab.dylib
    0x1c8ab8000 - 0x1c8af3fff VoiceServices arm64  <0f41620ee1da3ee9b57aaa113d566c71> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
    0x1c8af4000 - 0x1c8c0bfff Navigation arm64  <7aa65dc8097b3342b162f47cea8c3c03> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
    0x1c8f25000 - 0x1c8f33fff CoreDuetDaemonProtocol arm64  <0970436c4af93f7888b6d2b6a1fe5d6e> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
    0x1c8f34000 - 0x1c8f53fff FTAWD arm64  <4edfbca3ac3e32ba9df27f627410420f> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
    0x1ca487000 - 0x1ca489fff OAuth arm64  <da98ee74f86f34f58fc2ad172b270a37> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x1ca749000 - 0x1ca784fff DifferentialPrivacy arm64  <c9a1ba0dc2f0322ab9e03ca10fda801d> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
    0x1caa24000 - 0x1cabbbfff EmailDaemon arm64  <595d5708d39137f8b3091a6bad9e76f0> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
    0x1caf20000 - 0x1caf4cfff MailSupport arm64  <bc7c9fe3c6543ef9a5b74b079ac824f8> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
    0x1caf4d000 - 0x1cafbcfff libarchive.2.dylib arm64  <20d6c601da6f361d89844280e4574581> /usr/lib/libarchive.2.dylib
    0x1cafbd000 - 0x1cafeefff C2 arm64  <a67ece10c2793a2cb7721f32f5d56011> /System/Library/PrivateFrameworks/C2.framework/C2
    0x1cafef000 - 0x1cb023fff NaturalLanguage arm64  <d4d8baf804a83caf914ad9af353ecc7e> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
    0x1cb0b7000 - 0x1cb0b8fff libsystem_coreservices.dylib arm64  <fcab73a3e2173933a5c3ab5116b189c3> /usr/lib/system/libsystem_coreservices.dylib
    0x1cb0ca000 - 0x1cb0dcfff libmis.dylib arm64  <aa14d34eaea33a079eee3cd19f7acf7f> /usr/lib/libmis.dylib
    0x1cb134000 - 0x1cb141fff DCIMServices arm64  <667970c192493f80adc9c4883f51e219> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
    0x1cb142000 - 0x1cb294fff CloudPhotoLibrary arm64  <7d27632ac0b53b14846fca9e60a5ec66> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
    0x1cb295000 - 0x1cb2cefff ContactsAutocomplete arm64  <c8d6c9518bc83413948bf6506bc43d72> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
    0x1cb2cf000 - 0x1cb2d7fff libcopyfile.dylib arm64  <aa5eeef7f5b131cea4db28e6edb5cbd7> /usr/lib/system/libcopyfile.dylib
    0x1cb63b000 - 0x1cb6cbfff AccountsDaemon arm64  <6bdda96b6fbd337ab0b927eeba0d3b62> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
    0x1cb6cc000 - 0x1cb6d7fff AppleIDSSOAuthentication arm64  <7a4270b2fcd33a6e9333fe4133a25bb2> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
    0x1cb6d8000 - 0x1cb6ebfff SettingsFoundation arm64  <4e5f58dd1f453acea2bb6e86c9e40323> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
    0x1cb81a000 - 0x1cb896fff Symbolication arm64  <a8b767353ab43222a64563f5cbc22d5f> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
    0x1cba4c000 - 0x1cba9afff ChunkingLibrary arm64  <628d7826f51934bfbc36831de9b365d6> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
    0x1cbfa2000 - 0x1cbfa4fff CoreDuetDebugLogging arm64  <93bf2dfd16df3832a4ed4fcd56d2c070> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
    0x1ccaae000 - 0x1ccaecfff SignpostSupport arm64  <5fae84042c1a39ca9628a4546973ad06> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
    0x1ccd4f000 - 0x1ccd58fff SignpostCollection arm64  <ed2a0149cfd630d1831387abe8f94817> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
    0x1cd489000 - 0x1cd490fff URLFormatting arm64  <d0535b15227c38b996086c162d7eb0c4> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
    0x1cd4a5000 - 0x1cd54cfff MMCS arm64  <0afcc240bf6e3648b7dd4681bfcfc488> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
    0x1cd5a5000 - 0x1cd7d2fff MobileSpotlightIndex arm64  <e16d194fe64033b6b64ef1d02f784c20> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
    0x1cdba8000 - 0x1cdbeefff CoreLocationProtobuf arm64  <3dcb34978e4b36859a075990421d15fb> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
    0x1cdca2000 - 0x1cdd1ffff Quagga arm64  <9db70b2c75ba3568800d72a92f583730> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
    0x1cdfb8000 - 0x1cdfc6fff libAXSpeechManager.dylib arm64  <f67320f030c931068272409bb56edec3> /usr/lib/libAXSpeechManager.dylib
    0x1ce02c000 - 0x1ce041fff libEDR arm64  <a426203d67753c6c8f502ed5c1924090> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
    0x1cec60000 - 0x1cec6efff libperfcheck.dylib arm64  <546f9a267f063a1890ac443c0b8eb3b9> /usr/lib/libperfcheck.dylib
    0x1cec6f000 - 0x1cec7afff libAudioStatistics.dylib arm64  <0a6aec93ae4e3c779f0da4c2a72d8905> /usr/lib/libAudioStatistics.dylib
    0x1cee3c000 - 0x1cee4cfff caulk arm64  <6f54863c3531357584aa32b7893025e5> /System/Library/PrivateFrameworks/caulk.framework/caulk
    0x1cee8c000 - 0x1cee92fff MobileSystemServices arm64  <51edec88cb953e928413cd1cf32bc802> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
    0x1cf02e000 - 0x1cf047fff TextToSpeech arm64  <c536c29c29e133fba8e119436e4ea699> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
    0x1cff7a000 - 0x1cffb3fff libGLImage.dylib arm64  <ce4165f7a7e83e65be8f76af50c156e8> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x1d03e1000 - 0x1d03f2fff libSparseBLAS.dylib arm64  <77cc08d444a83670a3c7d64c38450e56> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
    0x1d03f3000 - 0x1d0406fff Engram arm64  <1183e3c67e4f370d855999579e401d60> /System/Library/PrivateFrameworks/Engram.framework/Engram
    0x1d047e000 - 0x1d04b8fff DataDetectorsNaturalLanguage arm64  <94326f5e6f1f333d88e05a6657e6d472> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
    0x1d07a8000 - 0x1d07b0fff FSEvents arm64  <dd8709957a0234448f1d336bb767852b> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
    0x1d07c0000 - 0x1d083efff CoreDAV arm64  <9b36fa2d9e4d372f8b9fbd82bc094860> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
    0x1d118d000 - 0x1d119dfff RemoteTextInput arm64  <1218e6d5c5f03ddaa152f65edcbb2032> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
    0x1d11c6000 - 0x1d11f5fff iCalendar arm64  <34d1fb97c3f03fcd8f1b4226952fbca6> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x1d1212000 - 0x1d121bfff CloudPhotoServices arm64  <3409a56fc1be35eeb80f761a2a593c70> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
    0x1d125a000 - 0x1d126efff libLinearAlgebra.dylib arm64  <0572685470573cd6890b9a5f60f4c149> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
    0x1d1402000 - 0x1d1409fff CertUI arm64  <e8083ff4ec503d16924034ced701f6d7> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x1d150d000 - 0x1d151bfff CoreAUC arm64  <0b48231b7d8133168b55dcbebde5ecdd> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
    0x1d1f85000 - 0x1d1fccfff PhysicsKit arm64  <9ff5dbc88d2f3567a80e27e845970e6e> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
    0x1d1fcd000 - 0x1d201efff CorePrediction arm64  <7ec324458867321abf71d9e8e8320ec4> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
    0x1d247f000 - 0x1d24cafff SafariSafeBrowsing arm64  <4a31bd81d64f300193bbebcb2ef6c12a> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
    0x1d2977000 - 0x1d2995fff GenerationalStorage arm64  <9c31d008592e30319b90e26e1516d828> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
    0x1d29fa000 - 0x1d2a05fff PersonaKit arm64  <78d0464bdc153816b12d43398fff9df0> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
    0x1d2a06000 - 0x1d2a12fff PersonaUI arm64  <8685f9f0ac063c0e946195cd2f926711> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
    0x1d2e20000 - 0x1d2e25fff kperf arm64  <ee9572497fbf33a48220594652071c84> /System/Library/PrivateFrameworks/kperf.framework/kperf
    0x1d2ff9000 - 0x1d302cfff libpcap.A.dylib arm64  <db740f5ee61733cc9cf0395f776372da> /usr/lib/libpcap.A.dylib
    0x1d3375000 - 0x1d340ffff libvDSP.dylib arm64  <dc80adf2f1f93c7d86af56f519205aba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x1d3410000 - 0x1d343bfff vCard arm64  <525637bd53e13ef78d1e42c4b426b7db> /System/Library/PrivateFrameworks/vCard.framework/vCard
    0x1d3483000 - 0x1d350efff SampleAnalysis arm64  <7f6ef86dbc713402bc0b77a9edf435c1> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
    0x1d350f000 - 0x1d351afff IntentsFoundation arm64  <7c1e81a3a0683576b94a2df819035b18> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
    0x1d3b0f000 - 0x1d3b47fff PhotosImagingFoundation arm64  <5633620c32ec36ca8d50738631ab5635> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
    0x1d3b48000 - 0x1d3b6afff MediaConversionService arm64  <7658cb326323337ba20a8aa29b906765> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
    0x1d3b6b000 - 0x1d3b88fff MediaStream arm64  <8eca31e0c4973c9cab1381301b649f79> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
    0x1d3b89000 - 0x1d3c84fff CoreMediaStream arm64  <75ffcf14480339a49404da7af1d51405> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
    0x1d3f86000 - 0x1d3f86fff Accelerate arm64  <7fbf97ba921e35349dceafc6f2e83085> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x1d3f88000 - 0x1d42a3fff libLAPACK.dylib arm64  <d6ea6a57de14389ca3ec031d84ba62d5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
    0x1d42a4000 - 0x1d42a8fff libQuadrature.dylib arm64  <864ba6a8213c3e25a558dacf9c17424b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
    0x1d42a9000 - 0x1d4302fff libvMisc.dylib arm64  <2a5cad3e768c3068adde0fcf2c0f525b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
    0x1d4303000 - 0x1d4303fff vecLib arm64  <165af11d20af32d492e65566bd61e933> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x1d435c000 - 0x1d4459fff Combine arm64  <b10826f59c2d34b092e983397f044cbf> /System/Library/Frameworks/Combine.framework/Combine
    0x1d446c000 - 0x1d44bcfff CoreMIDI arm64  <2254b6ffc02f3628bfadc93057e9764f> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
    0x1d469a000 - 0x1d46c0fff GLKit arm64  <2fcfe69a2bfc32c38ddfecb2c28d744d> /System/Library/Frameworks/GLKit.framework/GLKit
    0x1d46c1000 - 0x1d46eefff GSS arm64  <3c15956942da3635965e0d93087a87e6> /System/Library/Frameworks/GSS.framework/GSS
    0x1d4702000 - 0x1d4733fff MPSCore arm64  <3783a8c38857344b993a2275dbbe4f32> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
    0x1d4734000 - 0x1d47adfff MPSImage arm64  <0df2ad87d643399083dc6f043aa01f06> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
    0x1d47ae000 - 0x1d47d0fff MPSMatrix arm64  <03b14bc196133c0faf56c0ddf0fb056d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
    0x1d47d1000 - 0x1d47e5fff MPSNDArray arm64  <402ebef5f4293c00910753126b2cf674> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
    0x1d47e6000 - 0x1d4976fff MPSNeuralNetwork arm64  <3f56d22b7d8c3c0abafd7f53cb08efbb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
    0x1d4977000 - 0x1d49bcfff MPSRayIntersector arm64  <38acb90ef6473540ba96cef4852ffd18> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
    0x1d49bd000 - 0x1d49bdfff MetalPerformanceShaders arm64  <4d10c81dd6cb3e2eafbde261c6e5162a> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
    0x1d49ca000 - 0x1d49cafff MobileCoreServices arm64  <2cb592ab1cfd371ebb935265787f790f> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x1d49d5000 - 0x1d49d6fff libCVMSPluginSupport.dylib arm64  <958fbb083e6136228c0ff7ddee7456d9> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x1d49d7000 - 0x1d49ddfff libCoreFSCache.dylib arm64  <507f7ab6b9b131beb0145aef6b49a26c> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x1d49de000 - 0x1d49e3fff libCoreVMClient.dylib arm64  <966b47cee1dd32d085826496866b281f> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x1d4a17000 - 0x1d4a4efff QuickLookThumbnailing arm64  <f4c80fba72c933b9b89793ec8867eec8> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
    0x1d4e58000 - 0x1d4e58fff UIKit arm64  <6481cf0cb1813c5bb847eacf0a09ae62> /System/Library/Frameworks/UIKit.framework/UIKit
    0x1d4e7a000 - 0x1d4f3dfff VisionKit arm64  <f0ad6ea490c83b14b73095ac75a1513f> /System/Library/Frameworks/VisionKit.framework/VisionKit
    0x1d528d000 - 0x1d53ddfff ANECompiler arm64  <1d9b89a9a46639b9a848540f8a988f28> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
    0x1d53de000 - 0x1d53eefff ANEServices arm64  <8e32f596f2fd33a0aeba7c51c5aa7ff1> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
    0x1d53f7000 - 0x1d548bfff APFS arm64  <85bcddcd070d345b90ffa6e91fa38181> /System/Library/PrivateFrameworks/APFS.framework/APFS
    0x1d548c000 - 0x1d5490fff ASEProcessing arm64  <6c8a4d4ea9923377878edad345ac39d0> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
    0x1d5598000 - 0x1d55d9fff AccessibilitySharedSupport arm64  <6a297bac58903a0e850275af69b4253e> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
    0x1d5635000 - 0x1d5640fff AccountSettings arm64  <fdb003720c8b3bdebb31a7cad8beb55b> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x1d5f6e000 - 0x1d5f7cfff AppleFSCompression arm64  <faf2d07e41b937c7b2f91d35153265ff> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
    0x1d5f83000 - 0x1d5f91fff AppleIDAuthSupport arm64  <ad5978a114c633769351814a6ec47188> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
    0x1d5f92000 - 0x1d5fd3fff AppleJPEG arm64  <9875c6bbc7143814b51f865d0d51093b> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
    0x1d5fef000 - 0x1d6000fff AppleNeuralEngine arm64  <9a2febaec86335a18976db48ac91ae89> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
    0x1d6007000 - 0x1d602afff AppleSauce arm64  <9b0fc51f4f6d3caab154c293088a842f> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
    0x1d6225000 - 0x1d6255fff Bom arm64  <65c42a97d7a33701bcada51f3c4045a2> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x1d6ce5000 - 0x1d6cecfff CommonAuth arm64  <1bf0a53e84213e848b909b2db46f753b> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
    0x1d7002000 - 0x1d70f2fff CoreHandwriting arm64  <d54212eda74a37aea3bde91ad99d98ab> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
    0x1d7109000 - 0x1d710dfff CoreOptimization arm64  <bd6084a322943a35812179c75919d8eb> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
    0x1d7224000 - 0x1d722ffff DeviceIdentity arm64  <5ee8f236f8a9381e8702326ef54d619a> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
    0x1d73bb000 - 0x1d73d6fff DocumentManagerCore arm64  <97581575ca673b3f9cb6c1423835ae9c> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
    0x1d7492000 - 0x1d7aecfff Espresso arm64  <075f845f82ad3bb6843c1dfe7aba25b0> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
    0x1d7db5000 - 0x1d81c7fff FaceCore arm64  <9efae0f103583d3fbf8b1377c8b9e7a7> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
    0x1d829a000 - 0x1d82aefff libGSFontCache.dylib arm64  <39e55570d2f936579efe88425a75b9d3> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
    0x1d8312000 - 0x1d831efff libhvf.dylib arm64  <8f09fb306bd839cd82c0e9cef8fce571> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x1d8340000 - 0x1d8354fff Futhark arm64  <a84a6f94c89e3b259987d0e4d002941c> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
    0x1d901b000 - 0x1d9027fff GraphVisualizer arm64  <4a8def8ad5bb3435b77513bdcca5adb8> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
    0x1d9993000 - 0x1d9a02fff Heimdal arm64  <adef335d73a931659d51b482bbed39d8> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
    0x1d9f51000 - 0x1d9f57fff InternationalSupport arm64  <d59a132ed1703278b605f9a8f1ff907a> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
    0x1da212000 - 0x1da212fff Marco arm64  <27d9d06a1358385899cfe95887a94017> /System/Library/PrivateFrameworks/Marco.framework/Marco
    0x1da6ff000 - 0x1da712fff MobileDeviceLink arm64  <58a405e7297938d6b46c85c62ab84954> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
    0x1da9c2000 - 0x1daa01fff OTSVG arm64  <6b0beb76b463391b86120b564d081e79> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
    0x1db04f000 - 0x1db04ffff PhoneNumbers arm64  <0fb60c5e929936be9675a71c4c131c2a> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
    0x1dc9ec000 - 0x1dc9f0fff RevealCore arm64  <e3e3cc0d4bc93d2887b9f9d224156b78> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
    0x1dcade000 - 0x1dcb0ffff ScreenReaderCore arm64  <d11008edb9fb3cf4873c2c25e19bc4b5> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
    0x1dcb83000 - 0x1dcb8ffff SetupAssistantSupport arm64  <ef014684fac033b386a6b68082037640> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
    0x1dcbad000 - 0x1dcbadfff SignpostMetrics arm64  <39844c936b4f399994bded0f1cff359f> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
    0x1dcbdb000 - 0x1dcc02fff SiriInstrumentation arm64  <a96d4f5d94b53486893e8db8af34c862> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
    0x1dd382000 - 0x1dd49ffff TextRecognition arm64  <1edb6810980d348fb75c1af1f6c37216> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
    0x1dd4a0000 - 0x1dd542fff TextureIO arm64  <b532af04ee7b30b99fecaa9989a53d36> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
    0x1de37d000 - 0x1de862fff libwebrtc.dylib arm64  <940b218575033aac85a3921437fd9933> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
    0x1de9e9000 - 0x1de9f1fff kperfdata arm64  <e569fc53e092356eb122562a13c9bf2b> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
    0x1de9f2000 - 0x1dea39fff ktrace arm64  <744300e119093d9d8a62eff7ca8a5224> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
    0x1dea52000 - 0x1dea5efff perfdata arm64  <1c22afa49c1a3331a9672f3477e2270a> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
    0x1dee5b000 - 0x1df15bfff libAWDSupportFramework.dylib arm64  <e9e6f61ecadc3ef687fe93970e9be066> /usr/lib/libAWDSupportFramework.dylib
    0x1df30c000 - 0x1df316fff libChineseTokenizer.dylib arm64  <98ede1f2ad0f3bc4aeaa8f164bda62c2> /usr/lib/libChineseTokenizer.dylib
    0x1df33c000 - 0x1df4effff libFosl_dynamic.dylib arm64  <bea0ead4ccfe34ed8d67db9040c5da5f> /usr/lib/libFosl_dynamic.dylib
    0x1df56a000 - 0x1df570fff libMatch.1.dylib arm64  <ccf39525f1f333a99e71b0c90b775f02> /usr/lib/libMatch.1.dylib
    0x1df710000 - 0x1df711fff libSystem.B.dylib arm64  <290ee19dd68a33e594372096c3256719> /usr/lib/libSystem.B.dylib
    0x1df71a000 - 0x1df71cfff libThaiTokenizer.dylib arm64  <e5cf6e94bb7d3993b36340a76dd10d4a> /usr/lib/libThaiTokenizer.dylib
    0x1df81b000 - 0x1df830fff libapple_nghttp2.dylib arm64  <c3ec66ee9ed13a8998d5858698a92d39> /usr/lib/libapple_nghttp2.dylib
    0x1df8a9000 - 0x1df8b9fff libbsm.0.dylib arm64  <33212acdd6e83c6dbba937b01bf80de7> /usr/lib/libbsm.0.dylib
    0x1df8ba000 - 0x1df8c6fff libbz2.1.0.dylib arm64  <2ac416acf1533616a6c7af36bb95d86a> /usr/lib/libbz2.1.0.dylib
    0x1df8c7000 - 0x1df8c7fff libcharset.1.dylib arm64  <17cd78616d3b32e99e65055a0e406ae2> /usr/lib/libcharset.1.dylib
    0x1df8c8000 - 0x1df8d9fff libcmph.dylib arm64  <55b3af6de3a436408874d45aec155429> /usr/lib/libcmph.dylib
    0x1df8da000 - 0x1df8f1fff libcompression.dylib arm64  <e507127bb2d9301da30a04be55a7105d> /usr/lib/libcompression.dylib
    0x1df8f2000 - 0x1df8f3fff libcoretls_cfhelpers.dylib arm64  <081c7d2fc9ab3037a28db6e65640037a> /usr/lib/libcoretls_cfhelpers.dylib
    0x1df8f4000 - 0x1df8fafff libcupolicy.dylib arm64  <bc10584cebee364eb12d17b880386907> /usr/lib/libcupolicy.dylib
    0x1df93a000 - 0x1df943fff libdscsym.dylib arm64  <ebcadea82037334b887f66dd7da25bee> /usr/lib/libdscsym.dylib
    0x1df944000 - 0x1df960fff libedit.3.dylib arm64  <fa37c44b664c31dab353ba0235a89f33> /usr/lib/libedit.3.dylib
    0x1dfea1000 - 0x1dfea6fff libheimdal-asn1.dylib arm64  <a04b12766fa73471897f66a33892248f> /usr/lib/libheimdal-asn1.dylib
    0x1dfea7000 - 0x1dff98fff libiconv.2.dylib arm64  <2899e6cb6ce637259e6f45802f36d678> /usr/lib/libiconv.2.dylib
    0x1dffae000 - 0x1dffb9fff liblockdown.dylib arm64  <50869c96d9c23940849cac239427e6ee> /usr/lib/liblockdown.dylib
    0x1dffba000 - 0x1dffd2fff liblzma.5.dylib arm64  <9194af27e56a3747afa73d649580ebd0> /usr/lib/liblzma.5.dylib
    0x1e0353000 - 0x1e0382fff libncurses.5.4.dylib arm64  <0678e36babe8349db91ea40e39fe4ffe> /usr/lib/libncurses.5.4.dylib
    0x1e0383000 - 0x1e0397fff libnetworkextension.dylib arm64  <8ba88b0a0d3c32e7acc24e0f8b9f66af> /usr/lib/libnetworkextension.dylib
    0x1e0721000 - 0x1e0739fff libresolv.9.dylib arm64  <18dc421f4eb73d7f98fdd2ef32d29f40> /usr/lib/libresolv.9.dylib
    0x1e073a000 - 0x1e073cfff libsandbox.1.dylib arm64  <5025aba3a7ec30baa8c63c9dfbc57d9b> /usr/lib/libsandbox.1.dylib
    0x1e0743000 - 0x1e0774fff libtidy.A.dylib arm64  <5d9e7b97a06b31feb5d3f3df1b5a6ffb> /usr/lib/libtidy.A.dylib
    0x1e077c000 - 0x1e077ffff libutil.dylib arm64  <d963a051207d3b90b6d610260cd12160> /usr/lib/libutil.dylib
    0x1e07ad000 - 0x1e07befff libz.1.dylib arm64  <dab18c186a373b09b639dbd0322ab694> /usr/lib/libz.1.dylib
    0x1e07e9000 - 0x1e07ebfff liblog_network.dylib arm64  <3524c9be297735ef99717db6456ec648> /usr/lib/log/liblog_network.dylib
    0x1e088a000 - 0x1e088efff libswiftCoreFoundation.dylib arm64  <4bcc69ef7f123ae193ee412e9aa2f815> /usr/lib/swift/libswiftCoreFoundation.dylib
    0x1e088f000 - 0x1e089dfff libswiftCoreGraphics.dylib arm64  <bc1c83053cb13e3e9696c57e197cc9dd> /usr/lib/swift/libswiftCoreGraphics.dylib
    0x1e089e000 - 0x1e08a2fff libswiftCoreImage.dylib arm64  <39b88919659f33e5a4e198d892126245> /usr/lib/swift/libswiftCoreImage.dylib
    0x1e08f7000 - 0x1e0900fff libswiftDarwin.dylib arm64  <8e10484faf4c3432959a6522a1434b7b> /usr/lib/swift/libswiftDarwin.dylib
    0x1e0901000 - 0x1e091cfff libswiftDispatch.dylib arm64  <9ae13d3e5e4b3c9da5ea98ee65914c19> /usr/lib/swift/libswiftDispatch.dylib
    0x1e091d000 - 0x1e0aa2fff libswiftFoundation.dylib arm64  <9739ef0a37e0326f92b0c2717e4218c2> /usr/lib/swift/libswiftFoundation.dylib
    0x1e0adf000 - 0x1e0ae6fff libswiftMetal.dylib arm64  <986087d8ebe932e59cd269b4aee19fb1> /usr/lib/swift/libswiftMetal.dylib
    0x1e0b58000 - 0x1e0b5efff libswiftObjectiveC.dylib arm64  <1828ac8b82663b54b46c142af5583d85> /usr/lib/swift/libswiftObjectiveC.dylib
    0x1e0b69000 - 0x1e0b6efff libswiftQuartzCore.dylib arm64  <09ae763b6aef3d4b93713007a5534527> /usr/lib/swift/libswiftQuartzCore.dylib
    0x1e0baa000 - 0x1e0bc1fff libswiftUIKit.dylib arm64  <09c0d47860593726863fba833c91d1b6> /usr/lib/swift/libswiftUIKit.dylib
    0x1e0bf6000 - 0x1e0bfbfff libcache.dylib arm64  <111cb14a6b6f3afa993fecb1a68b4632> /usr/lib/system/libcache.dylib
    0x1e0bfc000 - 0x1e0c08fff libcommonCrypto.dylib arm64  <4e6a23e09e603187a3411c32d965ab31> /usr/lib/system/libcommonCrypto.dylib
    0x1e0c09000 - 0x1e0c0dfff libcompiler_rt.dylib arm64  <23f835d65dd8370496846d62c9697f90> /usr/lib/system/libcompiler_rt.dylib
    0x1e0ce3000 - 0x1e0ce3fff liblaunch.dylib arm64  <ba493320c24834618a6312598e05fe08> /usr/lib/system/liblaunch.dylib
    0x1e0ce4000 - 0x1e0ce9fff libmacho.dylib arm64  <0fd5870e9f263a98901dac802d9d131d> /usr/lib/system/libmacho.dylib
    0x1e0cea000 - 0x1e0cecfff libremovefile.dylib arm64  <db4f45521fa33740bed8dc41abe86858> /usr/lib/system/libremovefile.dylib
    0x1e0ced000 - 0x1e0ceefff libsystem_featureflags.dylib arm64  <00868befdde137a1a5d357ef7ae81db4> /usr/lib/system/libsystem_featureflags.dylib
    0x1e0cef000 - 0x1e0d1cfff libsystem_m.dylib arm64  <51f1ec8ae61d3e2b821a8e0de77fc175> /usr/lib/system/libsystem_m.dylib
    0x1e0d1d000 - 0x1e0d22fff libunwind.dylib arm64  <af53a4f641833a108f50e58c82933157> /usr/lib/system/libunwind.dylib
    0x1e1002000 - 0x1e106afff NanoRegistry arm64  <a24beb81e9cd32b59dde4cbb6d824c56> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
    0x1e106b000 - 0x1e1078fff NanoPreferencesSync arm64  <e302f1d35c6834bdb3effeb7e57cd6a5> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
    0x1e2a97000 - 0x1e2aaafff AppSSOCore arm64  <9e6cdcd2edef37dba4177852d95adfe7> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
    
    EOF
    
    opened by Sevyls 5
  • Sliding not working when adding Stepslider in a View Controller with Presentation style as Automatic or Page Sheet

    Sliding not working when adding Stepslider in a View Controller with Presentation style as Automatic or Page Sheet

    Steps to reproduce:

    1. Create a View Controller, add view and set the class as your Stepslider.
    2. Set the Presentation of the View Controller as Automatic or Page Sheet so that it partially covers the screen (new in iOS 13)
    3. Now run the project and Try sliding the slider - It does not slide smoothly. Although touching the points in between causes the slider to move
    4. This problem does not occur when the View Controller is presented fully (As Full Screen).

    If it helps, i have created a repo with the above issue.
    https://github.com/Kavisha-Dev/TestStepSliderSimpleVC.

    Request your help here. Thanks!

    opened by Kavisha-Dev 5
  • Customise label height in Objective C

    Customise label height in Objective C

    I want each label to have text as "Order Recieved", "Placed at Restaurant", etc. These are relatively bigger labels so they should be set to 0 lines so that they can be viewed in the same width as allocated but text should be on multiple lines so as to view whole text. How is that possible?

    opened by Mamtak1811 4
  • How can i set seperate image on track circle and slider circle?

    How can i set seperate image on track circle and slider circle?

    Thanks for the great library. I have one query that I want to achieve something like this (https://github.com/sujithkanna/SmileyRating) but I am not able to track on how to set the separate image on track circle and slider circle? Please see if you could help me on this.

    Thanks

    opened by hardikamal 3
  • how to disable changing value then I clicked slider?

    how to disable changing value then I clicked slider?

    I made it like that:

    • (BOOL)beginTrackingWithTouch:(UITouch *)touch withEvent:(UIEvent *)event { startTouchPosition = [touch locationInView:self]; startSliderPosition = _sliderCircleLayer.position;

      if (CGRectContainsPoint(_sliderCircleLayer.frame, startTouchPosition)) { return YES; } else { // for (NSUInteger i = 0; i < _trackCirclesArray.count; i++) { // CALayer *dot = _trackCirclesArray[i]; //
      // CGFloat dotRadiusDiff = 22 - self.trackCircleRadius; // CGRect frameToCheck = dotRadiusDiff > 0 ? CGRectInset(dot.frame, -dotRadiusDiff, -dotRadiusDiff) : dot.frame; //
      // if (CGRectContainsPoint(frameToCheck, startTouchPosition)) { // NSUInteger oldIndex = _index; //
      // _index = i; //
      // if (oldIndex != _index) { // [self sendActionsForControlEvents:UIControlEventValueChanged]; // } // animateLayouts = YES; // [self setNeedsLayout]; // return NO; // } // } } return NO; }

    will be great if you can add that feature

    opened by bizibizi 3
  • Slider is not showing custom 'trackColor'.

    Slider is not showing custom 'trackColor'.

    Slider shows only track dots and tracker image but tracker path color is not showing i think it's transparent, check attach file no tracker line. Please help me what i'm missing? slider

    My code is here:

    self.speedSlider.maxCount = 5 self.speedSlider.index = 2 self.speedSlider.trackCircleRadius = 5.0 self.speedSlider.isDotsInteractionEnabled = true self.speedSlider.trackColor = Colors.trackColor self.speedSlider.sliderCircleImage = UIImage(named: "edit_speedeffect_icon2") self.speedSlider.sliderCircleImage = UIImage(named: "edit_speedeffect_icon1") self.speedSlider.labelColor = Colors.primary self.speedSlider.labelOrientation = StepSliderTextOrientation.up self.speedSlider.labels = self.rateSliderStringValues self.speedSlider.labelFont = Fonts.Light.of(size: 14)

    I'm using Swift 4.0 with XCode 10.3.

    opened by NabeelHayat 2
  • No way to allow continous sliding

    No way to allow continous sliding

    The current version snaps the slider to a specific value, but doesn't let you slide continuously without snapping. So for example if my values are 5,10,15 it won't let me select 6,7,8 etc.

    opened by danialzahid94 2
  • if using the masonry to layout StepSlider, you will cant find the slider in your view

    if using the masonry to layout StepSlider, you will cant find the slider in your view

    Hi, here some problems to use your StepSlider by using the masonry to layout, you will cant find the slider and the labels in your StepSlider on the UI, and cant you tell me how to solve the problems?

    opened by YanCeyMichael 2
  • Customize TrackCircleColor

    Customize TrackCircleColor

    How about adding feature that we can set trackCircleColor by state.

    I know there's private logic can get/set trackCircleColor. What about make this method as public like - (void)setTrackCircleImage:(UIImage *)image forState:(UIControlState)state.

    Please consider this on next update! Thanks for lovely slider!

    enhancement 
    opened by yoobato 0
  • Change tint color on index changing

    Change tint color on index changing

    @spromicky steps to reproduce:

    1. setup a step slider with 5 steps (1, 2, 3, 4, 5)
    2. set the slider to update tint color on UIControlEvent.valueChange based on returned index value
    3. run the app
    4. select index 5, as the change is animating, attempt to drag the circle to a new index
    5. crash observed

    Example GIF: stepslidercrash

    EDIT: This issue is related to the animation, when i force this to be false (line: 266 of StepSlider.m) the application does not observe this crash

    My crashes mainly occur due to a isEqual dead instance EXEC_BAD_INSTRUCTION when the plugin performs its CGColorRef comparisons

    Originally posted by @davcpas1234 in https://github.com/spromicky/StepSlider/issues/21#issuecomment-486695828

    enhancement 
    opened by spromicky 1
Releases(1.8.0)
Owner
spromicky
iOS developer
spromicky
A UISlider subclass that displays the slider value in a popup view

ASValueTrackingSlider ###What is it? A UISlider subclass that displays live values in an easy to customize popup view. ![screenshot] (http://alskipp.g

Al Skipp 1.8k Dec 16, 2022
A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range.

TTRangeSlider A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range. Installation TTRangeSlider is availabl

Tom Thorpe 952 Dec 2, 2022
RangeSeedSlider provides a customizable range slider like a UISlider.

RangeSeekSlider Overview RangeSeekSlider provides a customizable range slider like a UISlider. This library is based on TomThorpe/TTRangeSlider (Objec

WorldDownTown 644 Dec 12, 2022
A custom reusable slider control with 2 thumbs (range slider).

MARKRangeSlider A custom reusable slider control with 2 thumbs (range slider). Values range is between minimumValue and maximumValue (from 0 to 1 by d

Vadym Markov 181 Nov 21, 2022
PhotoSlider is a simple photo slider and can delete slider with swiping.

PhotoSlider is a simple photo slider and can delete slider with swiping.

Daichi Nakajima 247 Nov 30, 2022
Custom & highly configurable seek slider with sliding intervals, disabled state and every possible setting to tackle!

iLabeledSeekSlider Custom & highly configurable seek slider with sliding intervals, disabled state and every possible setting to tackle! Minimum iOS v

Edgar Žigis 9 Aug 16, 2022
VolumeControl is a custom volume control for iPhone featuring a well-designed round slider.

#VolumeControl VolumeControl is a custom volume control for iPhone featuring a well-designed round slider. Preview Usage // Include VolumeControl.h in

12Rockets 81 Oct 11, 2022
A custom reusable circular / progress slider control for iOS application.

HGCircularSlider Example To run the example project, clone the repo, and run pod install from the Example directory first. You also may like HGPlaceho

Hamza Ghazouani 2.4k Jan 4, 2023
🎚️ STDiscreteSlider – slider which allows user to choose value only from predefined set of data.

STDiscreteSlider – slider which allows user to choose value only from predefined set of data. Slider may receive any types of options, you may pass set of integers or strings, or any other type. Written using SwiftUI.

Tamerlan Satualdypov 15 Apr 3, 2022
A reusable Slider View made with SwiftUI

ZSlider A reusable Slider View made with SwiftUI. Installation: Minimum version iOS 13 In Xcode go to File -> Swift Packages -> Add Package Dependency

null 7 Dec 15, 2022
TriggerSlider is a simple SwiftUI trigger slider

TriggerSlider is a simple SwiftUI trigger slider which can be used instead of a button, e.g. in a situation where the

Dominik Butz 4 Dec 16, 2022
This is an iOS Tweak that modifies the brightness slider in the Control Center.

AdvancedBrightnessSlider Tweak This is an iOS Tweak that modifies the brightness slider in the Control Center. Even with dark mode toggled on, I found

Jonas Schiefner 18 Jan 5, 2023
Use UIResponder to imitate an iOS slider.

WWSlider Use UIResponder to imitate an iOS slider. 使用UIResponder仿造一個iOS的滑桿. Installation with Swift Package Manager dependencies: [ .package(url:

William-Weng 2 May 5, 2022
Simple and light weight slider with chapter management

Simple and light weight slider with chapter management Demo Installation CocoaPods WESlider is available through CocoaPods. To install it, simply add

Lucas Ortis 89 Nov 29, 2022
IntervalSlider is a slider library like ReutersTV app. written in pure swift.

IntervalSlider Description and appetize.io`s DEMO To run the example project, clone the repo, and run pod install from the Example directory first. Re

Nobuyasu 65 May 23, 2021
A simple range slider made in Swift

RangeSlider Summary A simple range slider made in Swift. Screenshot Use This control is IBDesignable and uses the target-action pattern for change not

William Archimede 305 Nov 29, 2022
CircleSlider is a Circular slider library. written in pure Swift.

CircleSlider Description and appetize.io`s DEMO Usage To run the example project, clone the repo, and run pod install from the Example directory first

Nobuyasu 142 May 9, 2022
Customizable animated slider for iOS

MMSegmentSlider MMSegmentSlider is an easy-to-use IBDesignable animated slider for iOS 7+ written in Objective-C. Installation From CocoaPods CocoaPod

Max Medvedev 48 Jul 26, 2022
An iOS Slider written in Swift.

JDSlider Beetripper App's screenshots Example Project To run the example project, clone the repo, and run pod install from the Example directory first

Jelly Development 84 Jul 26, 2022