Giter Club home page Giter Club logo

stringz's Introduction

It is Strings but with a Z 😬

Latest Version follow on Twitter

Stingz

Loved the project? Please share it with your friends and give it a ⭐️

Stringz is a lightweight and powerful editor that makes localizing your iOS app easy and fast.

✏️ Description

Stringz greatly simplifies localizing your Xcode apps (iOS, macOS, tvOS, and watchOS) by introducing a powerful editor for all localizable files in your project. It even imports strings from storyboard and xib files saving you a lot of time and effort finding and matching elementIds in your storyboards. Stringz also supports localizing your Info.plist file so you can easily translate your app name and permission descriptions.

Stringz will also highlight missing translations and warn you about duplicate values and has many more useful features that take a painful and tedious task like localizing your app and convert it to an easy and simple task.

✨ Features

  • ✅ Automatically finds localizable files in an Xcode project.
  • ✅ Displays translations in a table side by side and highlights missing values.
  • ✅ Supports all kinds of localizable files like .strings, .storyboard, .xib and .plist.
  • ✅ Supports adding new languages and localizing unlocalized files.
  • ✅ Easy to use and Mac in its core.
  • ✅ Continuously being improved and updated.

🚧 Table of Contents

🚀 Motivation

⬇️ Installation

  • From releases page of this repository.
  • Via Homebrew brew install --cask stringz

🔌 Usage

Open the application and select your Xcode project (.xcodeproj) in the open dialog, Stringz will then automatically crawl your project, find localizable files, and display them in the sidebar. Select a localizable file from the sidebar to view its contents. From there you can add/delete/update strings and add new languages.

Stringz also supports Undo/Redo feature so you don't have to worry about making mistakes while working just hit Ctrl+Z to take your last action back.

The application has an autosave feature to automatically save your changes as you make them (You can also disable this feature from preferences if you don't want Xcode to reload every time you update a string).

The preferences window also contains some useful options regarding importing and exporting localizable files to your project. So I would strongly advise you to check app preferences out.

There is a sample app included in this repository, Stringz was heavily tested with this sample app, So I encourage you to download the sample app and run Stringz on it to examine how Stringz should normally work, If you encounter an unexpected behavior with your own project please consider submitting an issue and I'll make sure to fix it as quickly as possible.

🤝 Contributing

This project is open-source, so you're more than welcome to contribute to the project's development. A great way to help to push this project forward is to download it and test it on your applications then submit an issue about any bugs, crashes or any unexpected behaviors you might encounter, Also suggestions and feature requests are super welcomed. If you have the time and energy please consider making a pull request and I'll work with you to improve the app (working with people gives me the motivation to keep improving) and if you encounter some kind of inconvenience please don't give up on the application, submit an issue and help make this project better.

💡 FAQ

⚒️ Dependencies

Stringz uses XcodeEditor to open Xcode projects and browse their contents.

👍 Support

If you find a bug in the app please submit an issue and I'll make sure to fix it as quickly as possible.

If you need support or have questions/feature requests regarding the app you can mention @stringz_app in a tweet or send me an email and I'll be happy to respond.

Also, don't forget to follow @stringz_app on Twitter to get the latest news regarding Stringz App. Thanks!

📝 License

stringz's People

Contributors

bbigcd avatar mohakapt avatar samuelbradshaw avatar sherlouk avatar yamankatby avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stringz's Issues

Crash on first launch

Opened our project and it crashed.

Process:               Stringz [31551]
Path:                  /Applications/Stringz.app/Contents/MacOS/Stringz
Identifier:            dev.stringz.stringz
Version:               0.7.0 (43)
Code Type:             ARM-64 (Native)
Parent Process:        ??? [1]
Responsible:           Stringz [31551]
User ID:               503

Date/Time:             2021-07-02 22:30:37.513 +0400
OS Version:            macOS 11.4 (20F71)
Report Version:        12
Anonymous UUID:        53507F49-3A1D-5A2A-D7E9-37E72B37646F

Sleep/Wake UUID:       A4FC41D3-A500-47CC-B7FC-022F3E54B1B4

Time Awake Since Boot: 520000 seconds
Time Since Wake:       78000 seconds

System Integrity Protection: enabled

Crashed Thread:        7  Dispatch queue: com.apple.root.default-qos

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
Could not cast value of type '__NSArrayM' (0x1f435ef88) to 'NSDictionary' (0x1f43589f8).
 
abort() called

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x000000018900cdd4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x000000018900d184 mach_msg + 76
2   com.apple.CoreFoundation      	0x0000000189146d50 __CFRunLoopServiceMachPort + 372
3   com.apple.CoreFoundation      	0x000000018914521c __CFRunLoopRun + 1212
4   com.apple.CoreFoundation      	0x00000001891445e8 CFRunLoopRunSpecific + 600
5   com.apple.HIToolbox           	0x000000019105f2a0 RunCurrentEventLoopInMode + 292
6   com.apple.HIToolbox           	0x000000019105f014 ReceiveNextEventCommon + 552
7   com.apple.HIToolbox           	0x000000019105edd4 _BlockUntilNextEventMatchingListInModeWithFilter + 72
8   com.apple.AppKit              	0x000000018b933480 _DPSNextEvent + 836
9   com.apple.AppKit              	0x000000018b931e20 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1292
10  com.apple.AppKit              	0x000000018b923cac -[NSApplication run] + 596
11  com.apple.AppKit              	0x000000018b8f571c NSApplicationMain + 1064
12  dev.stringz.stringz           	0x0000000104dce570 0x104dc8000 + 25968
13  libdyld.dylib                 	0x0000000189065450 start + 4

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

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

Thread 3:
0   libsystem_kernel.dylib        	0x000000018900cdd4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x000000018900d184 mach_msg + 76
2   dev.stringz.stringz           	0x0000000104fa98e8 0x104dc8000 + 1972456
3   libsystem_pthread.dylib       	0x0000000189047878 _pthread_start + 320
4   libsystem_pthread.dylib       	0x00000001890425e0 thread_start + 8

Thread 4:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x000000018900cdd4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x000000018900d184 mach_msg + 76
2   com.apple.CoreFoundation      	0x0000000189146d50 __CFRunLoopServiceMachPort + 372
3   com.apple.CoreFoundation      	0x000000018914521c __CFRunLoopRun + 1212
4   com.apple.CoreFoundation      	0x00000001891445e8 CFRunLoopRunSpecific + 600
5   com.apple.AppKit              	0x000000018bab2054 _NSEventThread + 196
6   libsystem_pthread.dylib       	0x0000000189047878 _pthread_start + 320
7   libsystem_pthread.dylib       	0x00000001890425e0 thread_start + 8

Thread 5:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	0x000000018900cdd4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x000000018900d184 mach_msg + 76
2   com.apple.CoreFoundation      	0x0000000189146d50 __CFRunLoopServiceMachPort + 372
3   com.apple.CoreFoundation      	0x000000018914521c __CFRunLoopRun + 1212
4   com.apple.CoreFoundation      	0x00000001891445e8 CFRunLoopRunSpecific + 600
5   com.apple.CFNetwork           	0x000000018d6370f4 0x18d3ec000 + 2404596
6   com.apple.Foundation          	0x0000000189ee5cd0 __NSThread__start__ + 864
7   libsystem_pthread.dylib       	0x0000000189047878 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001890425e0 thread_start + 8

Thread 6:
0   libsystem_pthread.dylib       	0x00000001890425cc start_wqthread + 0

Thread 7 Crashed:: Dispatch queue: com.apple.root.default-qos
0   libsystem_kernel.dylib        	0x0000000189014e68 __pthread_kill + 8
1   libsystem_pthread.dylib       	0x000000018904743c pthread_kill + 292
2   libsystem_c.dylib             	0x0000000188f8f460 abort + 104
3   libswiftCore.dylib            	0x0000000195056e9c swift::fatalError(unsigned int, char const*, ...) + 60
4   libswiftCore.dylib            	0x000000019504da10 swift::swift_dynamicCastFailure(void const*, char const*, void const*, char const*, char const*) + 80
5   libswiftCore.dylib            	0x000000019504da8c swift::swift_dynamicCastFailure(swift::TargetMetadata<swift::InProcess> const*, swift::TargetMetadata<swift::InProcess> const*, char const*) + 124
6   libswiftCore.dylib            	0x000000019505235c swift_dynamicCastImpl(swift::OpaqueValue*, swift::OpaqueValue*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetMetadata<swift::InProcess> const*, swift::DynamicCastFlags) + 276
7   dev.stringz.stringz           	0x0000000104df8318 0x104dc8000 + 197400
8   dev.stringz.stringz           	0x0000000104e20920 0x104dc8000 + 362784
9   dev.stringz.stringz           	0x0000000104ddf0d8 0x104dc8000 + 94424
10  libdispatch.dylib             	0x0000000188e96128 _dispatch_call_block_and_release + 32
11  libdispatch.dylib             	0x0000000188e97ec0 _dispatch_client_callout + 20
12  libdispatch.dylib             	0x0000000188e9b00c _dispatch_queue_override_invoke + 756
13  libdispatch.dylib             	0x0000000188ea9684 _dispatch_root_queue_drain + 388
14  libdispatch.dylib             	0x0000000188ea9e90 _dispatch_worker_thread2 + 112
15  libsystem_pthread.dylib       	0x0000000189043860 _pthread_wqthread + 216
16  libsystem_pthread.dylib       	0x00000001890425d4 start_wqthread + 8

Thread 8:
0   libsystem_pthread.dylib       	0x00000001890425cc start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib       	0x00000001890425cc start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib       	0x00000001890425cc start_wqthread + 0

Thread 11:: com.apple.NSScrollingConcurrentVBLMonitor
0   libsystem_kernel.dylib        	0x000000018900cdd4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x000000018900d184 mach_msg + 76
2   com.apple.AppKit              	0x000000018be78ef4 NSWaitUntilHostTime + 100
3   com.apple.AppKit              	0x000000018c2a9734 run_monitor_thread + 432
4   libsystem_pthread.dylib       	0x0000000189047878 _pthread_start + 320
5   libsystem_pthread.dylib       	0x00000001890425e0 thread_start + 8

Thread 7 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000018   x5: 0x0000000000000020   x6: 0x005a000004210143   x7: 0x000000000000003e
    x8: 0xa2cb7901c49a1b95   x9: 0xa2cb7900af876b95  x10: 0x00006000080a0a80  x11: 0x000000000ba00000
   x12: 0x000000000000001c  x13: 0x0000000000000000  x14: 0x0000000000000022  x15: 0x0200000010000e28
   x16: 0x0000000000000148  x17: 0x00000001f799ee90  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000016b1d7000  x21: 0x0000000000011e1f  x22: 0x000000016b1d70e0  x23: 0x000000016b1d6800
   x24: 0x0000000000000000  x25: 0x000000016b1d69f0  x26: 0x000000016b1d6970  x27: 0x00006000014d7188
   x28: 0x00000001f458ee90   fp: 0x000000016b1d6740   lr: 0x000000018904743c
    sp: 0x000000016b1d6720   pc: 0x0000000189014e68 cpsr: 0x40001000
   far: 0x0000000119070014  esr: 0x56000080


Binary Images:
       0x104dc8000 -        0x10501ffff +dev.stringz.stringz (0.7.0 - 43) <946293D2-509E-39FC-8C92-FA061F9672F0> /Applications/Stringz.app/Contents/MacOS/Stringz
       0x1050f0000 -        0x105137fff +org.sparkle-project.Sparkle (1.26.0 - 1.26.0) <A7F874B5-389D-3D15-8A0B-33B4BE6A235F> /Applications/Stringz.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x1053a4000 -        0x105423fff  dyld (852) <CF624584-51D6-329D-91C5-6BEDFADFB2D2> /usr/lib/dyld
       0x115d58000 -        0x115d63fff  libobjc-trampolines.dylib (824) <3358BF92-85AC-3174-9344-C99A5EA74E6B> /usr/lib/libobjc-trampolines.dylib
       0x119054000 -        0x119057fff  com.apple.CloudDocsFileProvider (1.0 - 738) <78085A9C-8ABC-315B-8622-B34F1F262DB6> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider
       0x11907c000 -        0x11907ffff  com.apple.FileProviderOverride (348.8 - 348.8) <0F100662-7C01-3972-8A1B-E298413BAA18> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
       0x119094000 -        0x1190affff  com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (1.0 - 1350.5.3) <D8054A1F-3147-3660-AEF3-0C70FE3D4E2C> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
       0x188da2000 -        0x188da3fff  libsystem_blocks.dylib (79) <D1EEB8DD-4C98-3860-951D-8EC75B5C887E> /usr/lib/system/libsystem_blocks.dylib
       0x188da4000 -        0x188ddbfff  libxpc.dylib (2038.120.1) <EFD268F9-B27D-36AA-86A6-8774041CDAD1> /usr/lib/system/libxpc.dylib
       0x188ddc000 -        0x188df3fff  libsystem_trace.dylib (1277.120.1) <43C2510E-8316-3BEF-8AA5-7FD377B8E517> /usr/lib/system/libsystem_trace.dylib
       0x188df4000 -        0x188e67fff  libcorecrypto.dylib (1000.120.2) <B3A58FED-01F5-3DEB-AB84-56A360C9E37D> /usr/lib/system/libcorecrypto.dylib
       0x188e68000 -        0x188e93fff  libsystem_malloc.dylib (317.121.1) <009D3C3B-E487-36BE-83FC-6EAB61DAA5EC> /usr/lib/system/libsystem_malloc.dylib
       0x188e94000 -        0x188ed8fff  libdispatch.dylib (1271.120.2) <F6550274-5861-3B66-BE4B-C0544C4CB795> /usr/lib/system/libdispatch.dylib
       0x188ed9000 -        0x188f12fff  libobjc.A.dylib (824) <60D3BBDD-A4B2-353B-8BCD-57F133BB66FC> /usr/lib/libobjc.A.dylib
       0x188f13000 -        0x188f15fff  libsystem_featureflags.dylib (28.60.1) <1901A100-8004-3B64-8B22-1A77D944C60E> /usr/lib/system/libsystem_featureflags.dylib
       0x188f16000 -        0x188f97fff  libsystem_c.dylib (1439.100.3) <EF81BFF2-9151-3386-9508-1BAAE249D84A> /usr/lib/system/libsystem_c.dylib
       0x188f98000 -        0x188ff3fff  libc++.1.dylib (905.6) <3937F450-366C-3790-99CB-5F8AF80C33B0> /usr/lib/libc++.1.dylib
       0x188ff4000 -        0x18900bfff  libc++abi.dylib (905.6) <E17CBF1D-9020-31D0-820D-9AD86150966D> /usr/lib/libc++abi.dylib
       0x18900c000 -        0x18903ffff  libsystem_kernel.dylib (7195.121.3) <FCC78075-2A82-34F5-AC08-B555E39DB1DE> /usr/lib/system/libsystem_kernel.dylib
       0x189040000 -        0x18904cfff  libsystem_pthread.dylib (454.120.2) <E2FAA164-BEA2-37A2-935B-BBA138DDC9B6> /usr/lib/system/libsystem_pthread.dylib
       0x18904d000 -        0x18908efff  libdyld.dylib (852) <F775B9FF-1995-3613-A55A-3046E628AD8A> /usr/lib/system/libdyld.dylib
       0x18908f000 -        0x189095fff  libsystem_platform.dylib (254.80.2) <9E692E15-B0B4-313D-A7A1-C713845AE9BF> /usr/lib/system/libsystem_platform.dylib
       0x189096000 -        0x1890c1fff  libsystem_info.dylib (542.40.3) <9A2DB28F-34B6-3833-AFBB-425138321913> /usr/lib/system/libsystem_info.dylib
       0x1890c2000 -        0x189570fff  com.apple.CoreFoundation (6.9 - 1776.103) <CFDE247D-5F06-3B1A-BC46-496B731230BF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x189571000 -        0x1897a9fff  com.apple.LaunchServices (1122.38 - 1122.38) <0EAD05ED-7EA4-3073-928F-504DF4DCA622> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
       0x1897aa000 -        0x189883fff  com.apple.gpusw.MetalTools (1.0 - 1) <F32D2C63-CD83-3134-BFAD-9D226562ABA5> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
       0x189884000 -        0x189aeefff  libBLAS.dylib (1336.120.1) <22BE8ACF-31D7-33C0-A07F-590873C12790> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
       0x189aef000 -        0x189b39fff  com.apple.Lexicon-framework (1.0 - 86.2) <453E1EF4-F486-3987-BBBD-C1A1BF66781C> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
       0x189b3a000 -        0x189b9dfff  libSparse.dylib (106) <C6DDF52B-6F6E-3DE1-873C-A95F139125D7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
       0x189b9e000 -        0x189c25fff  com.apple.SystemConfiguration (1.20 - 1.20) <695BF33B-3116-36B0-AAA2-7A78C4C28DCD> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
       0x189c26000 -        0x189c59fff  libCRFSuite.dylib (50) <0A82E81D-DE39-3540-9A9A-EE3A9B0D8BD1> /usr/lib/libCRFSuite.dylib
       0x189c5a000 -        0x189e88fff  libmecabra.dylib (929.10) <26FCB126-4699-3BD2-BC8C-21E32685AF39> /usr/lib/libmecabra.dylib
       0x189e89000 -        0x18a215fff  com.apple.Foundation (6.9 - 1776.103) <627F45C2-8555-3C1D-AC95-205872E4524C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x18a216000 -        0x18a305fff  com.apple.LanguageModeling (1.0 - 247.3) <37F5B558-5EF8-3CE8-B022-A17E424E33B2> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
       0x18a306000 -        0x18a428fff  com.apple.CoreDisplay (237.3 - 237.3) <A905187E-D9A0-36A8-9E72-982B2541F2A7> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
       0x18a429000 -        0x18a692fff  com.apple.audio.AudioToolboxCore (1.0 - 1181.68) <C16FBDF7-C261-3054-8D1B-73F2F7330307> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
       0x18a693000 -        0x18a862fff  com.apple.CoreText (677.5.0.5 - 677.5.0.5) <5C2F0182-0034-3A1D-BAFF-78E43B8CFED6> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
       0x18a863000 -        0x18ae7dfff  com.apple.audio.CoreAudio (5.0 - 5.0) <98E38ACF-285C-3A3F-9F1D-3302C506ACDE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x18ae7e000 -        0x18b1e2fff  com.apple.security (7.0 - 59754.120.12) <B19580AA-66A6-3D40-8180-5FC8745EE43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
       0x18b1e3000 -        0x18b454fff  libicucore.A.dylib (66112) <79817011-23B8-343F-BE08-F43F41B4CE70> /usr/lib/libicucore.A.dylib
       0x18b455000 -        0x18b45ffff  libsystem_darwin.dylib (1439.100.3) <193EC794-972E-3A94-857E-78621A7845F7> /usr/lib/system/libsystem_darwin.dylib
       0x18b460000 -        0x18b753fff  com.apple.CoreServices.CarbonCore (1307.3 - 1307.3) <C624D8E7-8FB2-39D7-84DF-A6284FF49E69> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x18b754000 -        0x18b78ffff  com.apple.CoreServicesInternal (476.1.1 - 476.1.1) <38C18470-C07D-39DA-9498-0E24242F7DC8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
       0x18b790000 -        0x18b7cbfff  com.apple.CSStore (1122.38 - 1122.38) <3B80278F-890D-383B-A77B-DAF0B54AC7E8> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
       0x18b7cc000 -        0x18b897fff  com.apple.framework.IOKit (2.0.2 - 1845.120.6) <962CB4C0-6CC8-3AEC-BEE6-8CAF46010E08> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x18b898000 -        0x18b8a3fff  libsystem_notify.dylib (279.40.4) <40EB921B-26F6-381F-A09D-2C81AC4FDD2D> /usr/lib/system/libsystem_notify.dylib
       0x18b8a4000 -        0x18b8f1fff  libsandbox.1.dylib (1441.120.5) <11546C48-C774-3D04-AC5D-9C158B84E305> /usr/lib/libsandbox.1.dylib
       0x18b8f2000 -        0x18c631fff  com.apple.AppKit (6.9 - 2022.50.114) <51D53749-2744-3CF3-9B1D-3F1EA9E3CBC9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x18c632000 -        0x18c858fff  com.apple.UIFoundation (1.0 - 728.8) <E516074C-5BC9-3AC3-ACC8-EDB9C14F8652> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
       0x18c859000 -        0x18c86bfff  com.apple.UniformTypeIdentifiers (637 - 637) <D1AC38E4-5D0C-39C9-80C9-1DD531A3D904> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
       0x18c86c000 -        0x18c9d6fff  com.apple.desktopservices (1.20 - 1346.5.1) <0AF8D5E0-7501-3362-80CF-7D418E411D0E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
       0x18c9d7000 -        0x18c9e9fff  com.apple.metadata.SpotlightLinguistics (1.0 - 1) <7C08CC47-EF88-305C-BEB2-03979BF94BE1> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/Versions/A/SpotlightLinguistics
       0x18c9ea000 -        0x18cbedfff  com.apple.CoreDuet (1.0 - 1) <94BFAE1B-598C-3667-9C02-BE944CBB83A8> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
       0x18cbee000 -        0x18cca2fff  libboringssl.dylib (351.100.9) <2C31382D-EBA0-3D66-9A27-E8FFAF337361> /usr/lib/libboringssl.dylib
       0x18cca3000 -        0x18d3ebfff  libnetwork.dylib (2288.121.1) <CEE3BAE8-D37B-3D6C-9807-507D599A4878> /usr/lib/libnetwork.dylib
       0x18d3ec000 -        0x18d874fff  com.apple.CFNetwork (1240.0.4 - 1240.0.4) <4E2B6353-5529-390C-9103-36EF9D88BD16> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x18d875000 -        0x18d884fff  libsystem_networkextension.dylib (1295.120.5) <87BBED5B-50E1-3EB9-AE9F-DC634054217C> /usr/lib/system/libsystem_networkextension.dylib
       0x18d885000 -        0x18d886fff  libenergytrace.dylib (22.100.1) <FF0CF1E0-DE4A-31D1-BEB6-85FE9C7443B7> /usr/lib/libenergytrace.dylib
       0x18d887000 -        0x18d8d9fff  libMobileGestalt.dylib (978.120.1) <F2DEF4A3-4C60-368B-8B62-BBDFFAF70E05> /usr/lib/libMobileGestalt.dylib
       0x18d8da000 -        0x18d8f1fff  libsystem_asl.dylib (385) <FDF27EA4-D035-30F4-9C8E-5F276533170F> /usr/lib/system/libsystem_asl.dylib
       0x18d8f2000 -        0x18d90bfff  com.apple.TCC (1.0 - 1) <DDBB111A-0D46-3B1F-85DD-1696E27F6D50> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
       0x18d90c000 -        0x18dc76fff  com.apple.SkyLight (1.600.0 - 588.1) <B5E31129-DC79-31EB-B5D7-3C981D2BE84F> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
       0x18dc77000 -        0x18e264fff  com.apple.CoreGraphics (2.0 - 1463.14.2) <EF7CEE5E-BD09-3592-94AE-7ADA1DBBF49B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
       0x18e265000 -        0x18e35afff  com.apple.ColorSync (4.13.0 - 3473.4.3) <678D10E7-E8AB-303A-A806-FC10F3EF756C> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
       0x18e35b000 -        0x18e3b6fff  com.apple.HIServices (1.22 - 716) <DA472B4F-4AC8-3F2B-B741-0C47015C6FF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
       0x18e3b7000 -        0x18e3f6fff  libAWDSupport.dylib (951) <7FAD7A33-1319-3D8F-99F2-F44AF6F7696E> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
       0x18e3f7000 -        0x18e458fff  libprotobuf.dylib (4205) <A8408CE5-B4E7-382B-AC69-D25288E92AEE> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
       0x18e459000 -        0x18e46bfff  libprotobuf-lite.dylib (4205) <D23CBE3F-5C87-3497-80EE-1045A561E7BD> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
       0x18e46c000 -        0x18e4b3fff  com.apple.awd (1.0 - 951) <D93CC4E0-AEBB-38CD-A6D7-47B16914F462> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
       0x18e4b4000 -        0x18e623fff  com.apple.Montreal (1.0 - 142) <08A54BA2-CA2E-336A-83F9-032D26027628> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
       0x18e710000 -        0x18eab8fff  com.apple.CoreData (120 - 1048) <319FB1FA-3FFA-36E9-9C0B-5D4A724BD0D2> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
       0x18eab9000 -        0x18eacffff  com.apple.ProtocolBuffer (1 - 285.24.10.20.1) <C2696DC6-836A-3276-BAD7-EB68DEF986F4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
       0x18ead0000 -        0x18ec6dfff  libsqlite3.dylib (321.3) <07C3F53F-D865-3B3A-A328-E895BF127203> /usr/lib/libsqlite3.dylib
       0x18ec6e000 -        0x18ece2fff  com.apple.Accounts (113 - 113) <007FAB53-3003-3A4E-B4C0-4F96D7026310> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
       0x18ece3000 -        0x18ecf9fff  com.apple.commonutilities (8.0 - 900) <E50D44DF-C942-3BAE-AEB1-88EAE594F725> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
       0x18ecfa000 -        0x18ed7cfff  com.apple.BaseBoard (526 - 526) <A6CC765D-4123-39EA-8BFF-7FBA91484E10> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
       0x18ed7d000 -        0x18edcafff  com.apple.RunningBoardServices (1.0 - 505.100.8) <AE22E1AA-725D-3A23-A6D7-065F6F61951D> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
       0x18edcb000 -        0x18ee3efff  com.apple.AE (918.6 - 918.6) <0EA795EA-6652-376A-A39E-48705B4A893F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x18ee3f000 -        0x18ee46fff  libdns_services.dylib (1310.120.71) <0EE7A6D5-F5CE-3101-9D5F-709D656095C1> /usr/lib/libdns_services.dylib
       0x18ee47000 -        0x18ee4efff  libsystem_symptoms.dylib (1431.120.1) <BC3928DE-7A97-3190-B06E-080A30D32463> /usr/lib/system/libsystem_symptoms.dylib
       0x18ee4f000 -        0x18efaafff  com.apple.Network (1.0 - 1) <C73DAA33-5F59-3670-8534-5A082A70D744> /System/Library/Frameworks/Network.framework/Versions/A/Network
       0x18efab000 -        0x18efddfff  com.apple.analyticsd (1.0 - 1) <DD0EB460-2277-3556-A487-8B55A70E91DF> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
       0x18efde000 -        0x18efe0fff  libDiagnosticMessagesClient.dylib (112) <17B78BEE-8D88-32AF-BDE7-F89B6C008ECA> /usr/lib/libDiagnosticMessagesClient.dylib
       0x18efe1000 -        0x18f02cfff  com.apple.spotlight.metadata.utilities (1.0 - 2150.21) <1566CC62-B8B8-3951-84A4-908664CC114B> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
       0x18f02d000 -        0x18f0c6fff  com.apple.Metadata (10.7.0 - 2150.21) <BAAC6621-F519-3509-9B10-7A89612E5944> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
       0x18f0c7000 -        0x18f0cdfff  com.apple.DiskArbitration (2.7 - 2.7) <3D8CA46B-1702-382C-9C3D-DADF5462684D> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
       0x18f0ce000 -        0x18f3d8fff  com.apple.vImage (8.1 - 544.4) <013E48F1-D88D-3A70-9794-F2CF3035B034> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
       0x18f3d9000 -        0x18f695fff  com.apple.QuartzCore (1.11 - 927.21) <F5E6E851-770B-3B76-B93E-8FDC42EDCE6B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x18f696000 -        0x18f6d7fff  libFontRegistry.dylib (309) <D7A548BA-C911-34C9-8429-C3CEDD7D4A50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
       0x18f6d8000 -        0x18f7effff  com.apple.coreui (2.1 - 692.1) <9D9C6A33-DD1F-347C-83C3-83F50DED8688> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
       0x18f7f0000 -        0x18f8cffff  com.apple.ViewBridge (553.1 - 553.1) <3CEAC96D-58DA-3FC5-9C92-3BE8A4519C02> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
       0x18f8d0000 -        0x18f8dafff  com.apple.PerformanceAnalysis (1.278.3 - 278.3) <AC0FE2F0-1D71-30BB-85B9-D8DA6998C10C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
       0x18f8db000 -        0x18f8e8fff  com.apple.OpenDirectory (11.4 - 230.40.1) <E5945E70-9F54-3A45-BF1B-BC5D4FF6BC57> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
       0x18f8e9000 -        0x18f908fff  com.apple.CFOpenDirectory (11.4 - 230.40.1) <4792275D-C5CA-336D-A34E-1FBB8FDEDB1C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
       0x18f909000 -        0x18f915fff  com.apple.CoreServices.FSEvents (1290.120.5 - 1290.120.5) <607EB874-DDB9-3C97-9271-3515F2AA145F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
       0x18f916000 -        0x18f939fff  com.apple.coreservices.SharedFileList (144 - 144) <BEED0556-8B26-36AE-9587-79C9FC888BF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
       0x18f93a000 -        0x18f93cfff  libapp_launch_measurement.dylib (14.1) <A6B70129-A81C-310F-B119-4C30442AB2A2> /usr/lib/libapp_launch_measurement.dylib
       0x18f93d000 -        0x18f97ffff  com.apple.CoreAutoLayout (1.0 - 21.10.1) <C4E40027-6436-33B4-A5FE-FBC55BEA2E44> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
       0x18f980000 -        0x18fa6cfff  libxml2.2.dylib (34.9) <445C54EA-5166-3649-A708-56090CF474F2> /usr/lib/libxml2.2.dylib
       0x18fa6d000 -        0x18fac0fff  com.apple.CoreVideo (1.8 - 414.7) <2226B593-6E35-36CB-AA4F-06601176978B> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
       0x18fac1000 -        0x18fac3fff  com.apple.loginsupport (1.0 - 1) <204588EA-8C0B-3E74-A840-14569862E9DF> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
       0x18fac4000 -        0x18faeafff  com.apple.aps.framework (4.0 - 4.0) <044A565D-4256-349E-9BF9-2F1633BEBD38> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
       0x18faeb000 -        0x18fb09fff  com.apple.UserManagement (1.0 - 1) <DD2D4840-90CA-3C68-84C9-7F05BE8238AD> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
       0x18fb0a000 -        0x18fcaafff  com.apple.cloudkit.CloudKit (985 - 985) <D4935D16-3CB0-3CE8-8A1B-D14BA3313C54> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
       0x18fcab000 -        0x18fd2efff  com.apple.CloudDocs (1.0 - 738) <7A356581-D026-3281-9A74-AF442B0AC1C6> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
       0x18fd2f000 -        0x1904e0fff  com.apple.CoreML (1.0 - 1) <420D48FB-1E5C-3DA0-A29C-CE78341581E6> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
       0x1904e1000 -        0x190c2afff  libwebrtc.dylib (7611.2.7.1.4) <6920963E-EF7B-3DEB-B8CE-5565346A94EB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
       0x190c2b000 -        0x190ca0fff  com.apple.corelocation (2420.19.23 - 2420.19.23) <6C73DC95-8C2C-3552-B3C5-3CA7845457F3> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
       0x190ca1000 -        0x190cb2fff  libsystem_containermanager.dylib (318.100.4) <1FFA0A3E-EF38-314A-BE28-5348FF274778> /usr/lib/system/libsystem_containermanager.dylib
       0x190cb3000 -        0x190cc4fff  com.apple.IOSurface (290.8.1 - 290.8.1) <A53570CC-75DB-3BD3-9FB6-CDABE9CAB207> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
       0x190cc5000 -        0x190ccefff  com.apple.IOAccelerator (442.9 - 442.9) <FFC2D141-37E3-35FF-A5BA-93F3ECF70C5B> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
       0x190ccf000 -        0x190dbdfff  com.apple.Metal (244.201 - 244.201) <B304CBA1-3F44-3D14-B751-5804092C7194> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
       0x190dbe000 -        0x190dddfff  com.apple.audio.caulk (1.0 - 70) <B1D7D56A-5AF8-3459-AC00-2189BBBABC47> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x190dde000 -        0x190ed5fff  com.apple.CoreMedia (1.0 - 2775.22) <7D81F817-6653-3ADE-B4B1-B689EBD87B01> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
       0x190ed6000 -        0x19102efff  libFontParser.dylib (305.5.0.1) <8DBEB4AD-665D-390F-AA93-85AF6F571A2D> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x19102f000 -        0x191339fff  com.apple.HIToolbox (2.1.1 - 1061.11) <AA88A258-B288-3437-AA4A-77942EE304EB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x19133a000 -        0x191351fff  com.apple.framework.DFRFoundation (1.0 - 266) <E7C2D9A2-7BF0-32EE-A505-B25A34B0B51A> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
       0x191352000 -        0x191355fff  com.apple.dt.XCTTargetBootstrap (1.0 - 18119.1) <0C3128EC-6270-3E41-BFA2-D95C849C50DE> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
       0x191356000 -        0x191380fff  com.apple.CoreSVG (1.0 - 149) <8029B17F-1EBF-34E6-9F17-4493638F6907> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
       0x191381000 -        0x19159ffff  com.apple.ImageIO (3.3.0 - 2130.5.4) <87559992-EF7B-3CB5-B092-E0B30DAA2089> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
       0x1915a0000 -        0x1918b8fff  com.apple.CoreImage (16.3.0 - 1140.2) <017F82D4-913A-33FB-BDAA-29D86ADE9CC7> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
       0x1918b9000 -        0x19191dfff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <63903899-590B-39AC-8EA4-8A62624BA39F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
       0x19191e000 -        0x191922fff  libsystem_configuration.dylib (1109.120.1) <ECEA3DAA-ADFC-3D0D-8951-279CDDB553EF> /usr/lib/system/libsystem_configuration.dylib
       0x191923000 -        0x191927fff  libsystem_sandbox.dylib (1441.120.5) <0D01ECDE-9F24-30DE-9F37-6A980752BE0B> /usr/lib/system/libsystem_sandbox.dylib
       0x191928000 -        0x191929fff  com.apple.AggregateDictionary (1.0 - 1) <734D7933-5330-342B-B81C-88EF925285A5> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
       0x19192a000 -        0x19192dfff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <47DAA1C9-F865-3706-9664-8EB42F5686B3> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
       0x19192e000 -        0x19192ffff  liblangid.dylib (136) <0F600FAA-939D-3E2F-81C6-009803D8ACCC> /usr/lib/liblangid.dylib
       0x191930000 -        0x1919bdfff  com.apple.CoreNLP (1.0 - 245.2) <BC367601-7914-3A01-B99C-804CD6C0DC3E> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
       0x1919be000 -        0x1919c5fff  com.apple.LinguisticData (1.0 - 399) <36A69960-0CAA-3153-9A6E-DFA1D75BAC4C> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
       0x1919c6000 -        0x191e84fff  libBNNS.dylib (288.100.5) <27FBC95C-6051-3BD6-B487-9BCECA8195BD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
       0x191e85000 -        0x191f33fff  libvDSP.dylib (760.100.3) <C5F7E9A3-493D-3217-9B0A-376D6F6FBA97> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
       0x191f34000 -        0x191f46fff  com.apple.CoreEmoji (1.0 - 128.4) <8ADF11D8-2785-36BF-A3AC-CCB16496DCD0> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
       0x191f47000 -        0x191f51fff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <E4359E83-59D0-3A0C-9989-4781BB6DB611> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
       0x191f52000 -        0x19201afff  com.apple.framework.CoreWLAN (16.0 - 1657) <B7427C82-183F-3CEA-8309-F82D74FF49D5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
       0x19201b000 -        0x19221cfff  com.apple.CoreUtils (6.6 - 660.37) <901E25CB-3B69-37F4-8684-57D4506303C6> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
       0x19221d000 -        0x19223ffff  com.apple.MobileKeyBag (2.0 - 1.0) <E32E1267-17CE-3F75-84C0-C57D94485FCB> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
       0x192240000 -        0x19224ffff  com.apple.AssertionServices (1.0 - 505.100.8) <9ECE7357-2BCD-3985-B69C-C42CAB5CF1BE> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
       0x192250000 -        0x1922d3fff  com.apple.securityfoundation (6.0 - 55240.40.4) <C509F5C7-64E0-3339-856E-3F9B1B762490> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
       0x1922d4000 -        0x1922ddfff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <9E329D35-C7C6-3FB7-A0DB-0225FA1A9E1E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
       0x1922de000 -        0x1922e3fff  com.apple.xpc.ServiceManagement (1.0 - 1) <95BC36C3-95EA-3075-9246-E4F3D2F4CF39> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
       0x1922e4000 -        0x1922e6fff  libquarantine.dylib (119.40.2) <D48BB719-6CD2-3F08-9064-0992A490E4F2> /usr/lib/system/libquarantine.dylib
       0x1922e7000 -        0x1922f6fff  libCheckFix.dylib (31) <DB5FD939-F8ED-343E-B2B9-1F578078F1D7> /usr/lib/libCheckFix.dylib
       0x1922f7000 -        0x19230dfff  libcoretls.dylib (169.100.1) <DCAB4A30-0795-34CE-867A-E2A3BDBCDF7F> /usr/lib/libcoretls.dylib
       0x19230e000 -        0x19231efff  libbsm.0.dylib (68.40.1) <0B8846E1-789E-3250-8D6B-EA1348B980D9> /usr/lib/libbsm.0.dylib
       0x19231f000 -        0x192364fff  libmecab.dylib (929.10) <BFDB3C03-36A9-3F55-9DFF-A4CE5C071F05> /usr/lib/libmecab.dylib
       0x192365000 -        0x192369fff  libgermantok.dylib (24) <27C69CE2-8A1D-3A81-9424-41B2D8772E92> /usr/lib/libgermantok.dylib
       0x19236a000 -        0x19237efff  libLinearAlgebra.dylib (1336.120.1) <CD8E588C-164F-390E-8EA7-47D37A447A9D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
       0x19237f000 -        0x192582fff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <E35FA538-5C5C-3A3C-B2A4-15D0CF757A2D> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
       0x192583000 -        0x1925ccfff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <6AF64B4D-A66D-3A4C-B657-1B1112D4D06F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
       0x1925cd000 -        0x19271ffff  com.apple.MLCompute (1.0 - 1) <1FCD2394-2A2C-3A03-AA1F-61915485CA22> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
       0x192720000 -        0x19274efff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <4704349A-ABFF-33AA-8811-989B3EF89208> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
       0x19274f000 -        0x1927a1fff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <34FE7C99-3826-3864-A736-602F6DC4944A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
       0x1927a2000 -        0x192829fff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <881FC282-4FF2-3DB7-A3AF-2A482D98FA58> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
       0x19282a000 -        0x192839fff  com.apple.AppleFSCompression (125 - 1.0) <AE1B5923-B511-3AB8-AA77-4DEE769D8CCC> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
       0x19283a000 -        0x192846fff  libbz2.1.0.dylib (44) <34B7ADEF-D622-3ADA-897E-76F7CF1935C4> /usr/lib/libbz2.1.0.dylib
       0x192847000 -        0x19284bfff  libsystem_coreservices.dylib (127.1) <E281EB73-54F4-30A8-8E56-9208D17CEAEA> /usr/lib/system/libsystem_coreservices.dylib
       0x19284c000 -        0x19287cfff  com.apple.CoreServices.OSServices (1122.38 - 1122.38) <D262A8A2-3F20-3BE3-9BB8-A1AB475FC685> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
       0x19287d000 -        0x19298dfff  com.apple.AuthKit (1.0 - 1) <EB198902-3B08-3E58-A0C3-BD753CA2D094> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
       0x192a31000 -        0x192a42fff  libz.1.dylib (76) <B0979A3D-EEF8-32FE-AF37-643FA12FEFA1> /usr/lib/libz.1.dylib
       0x192a43000 -        0x192a70fff  libsystem_m.dylib (3186.100.3) <62AE5ECE-F59B-36CC-BE4F-935C4AAA5A50> /usr/lib/system/libsystem_m.dylib
       0x192a71000 -        0x192a71fff  libcharset.1.dylib (59) <ED972381-A5D2-3F1D-ACE5-4BBA1E1E0318> /usr/lib/libcharset.1.dylib
       0x192a72000 -        0x192a77fff  libmacho.dylib (980) <A93DD379-6612-3200-9B02-84803274B6B9> /usr/lib/system/libmacho.dylib
       0x192a78000 -        0x192a8ffff  libkxld.dylib (7195.121.3) <BD750615-9265-3DC3-B16D-1B2ED8C996A3> /usr/lib/system/libkxld.dylib
       0x192a90000 -        0x192a9dfff  libcommonCrypto.dylib (60178.120.3) <4F46EA59-019E-34AA-8EFA-44534DC4321F> /usr/lib/system/libcommonCrypto.dylib
       0x192a9e000 -        0x192aa8fff  libunwind.dylib (201) <241E3D3F-802A-39EA-8F5F-2F03137BE8D3> /usr/lib/system/libunwind.dylib
       0x192aa9000 -        0x192ab0fff  liboah.dylib (203.46) <F1CBF4AA-033C-3ABA-A13E-696ADC7A9E6A> /usr/lib/liboah.dylib
       0x192ab1000 -        0x192ab9fff  libcopyfile.dylib (173.40.2) <54BE801A-ACD8-32B4-9462-215F6E28BE34> /usr/lib/system/libcopyfile.dylib
       0x192aba000 -        0x192abdfff  libcompiler_rt.dylib (102.2) <B71B5432-79C8-3D81-97C0-B48528BCFB28> /usr/lib/system/libcompiler_rt.dylib
       0x192abe000 -        0x192ac0fff  libsystem_collections.dylib (1439.100.3) <BBCEB3ED-935C-322D-8E19-B9E1DFD28A72> /usr/lib/system/libsystem_collections.dylib
       0x192ac1000 -        0x192ac3fff  libsystem_secinit.dylib (87.60.1) <87E4EC68-41CF-31FF-BE03-1F281BEB2CDE> /usr/lib/system/libsystem_secinit.dylib
       0x192ac4000 -        0x192ac6fff  libremovefile.dylib (49.120.1) <890BF916-C32E-37CA-8469-155E62F7E8EC> /usr/lib/system/libremovefile.dylib
       0x192ac7000 -        0x192ac7fff  libkeymgr.dylib (31) <F477F112-549F-3C72-B6BD-0281BC046E54> /usr/lib/system/libkeymgr.dylib
       0x192ac8000 -        0x192ad0fff  libsystem_dnssd.dylib (1310.120.71) <89358F53-4E2F-39C9-A55C-FFA55B27BA1A> /usr/lib/system/libsystem_dnssd.dylib
       0x192ad1000 -        0x192ad6fff  libcache.dylib (83) <776133A5-A09C-310F-B0FE-4CA311433D94> /usr/lib/system/libcache.dylib
       0x192ad7000 -        0x192ad8fff  libSystem.B.dylib (1292.120.1) <1ADA647F-F493-3C49-AD69-C24F0D76F491> /usr/lib/libSystem.B.dylib
       0x192ad9000 -        0x192adcfff  libfakelink.dylib (3) <2DA3D2FC-1021-3A10-9C63-A84C90509076> /usr/lib/libfakelink.dylib
       0x192add000 -        0x192addfff  com.apple.SoftLinking (1.0 - 1) <3DC6F566-FF09-36AD-9333-2D4AABFE0453> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
       0x192ade000 -        0x192b19fff  libpcap.A.dylib (98.100.3) <7114A7A0-C84C-3C99-987B-D6124582A393> /usr/lib/libpcap.A.dylib
       0x192b1a000 -        0x192c0ffff  libiconv.2.dylib (59) <786CC1ED-EF4D-3895-A12C-49FC686A829E> /usr/lib/libiconv.2.dylib
       0x192c10000 -        0x192c22fff  libcmph.dylib (8) <F45A632F-C988-3328-B95D-56ED7366AAA6> /usr/lib/libcmph.dylib
       0x192c23000 -        0x192c93fff  libarchive.2.dylib (83.100.2) <4E2A1F50-D628-3AF5-8BB5-3FF2EE08292C> /usr/lib/libarchive.2.dylib
       0x192c94000 -        0x192d04fff  com.apple.SearchKit (1.4.1 - 1.4.1) <267E00D9-BDD6-30BB-882A-432209EEDD6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
       0x192d05000 -        0x192d06fff  libThaiTokenizer.dylib (3) <7A8D922E-8B5A-31A2-A2CF-1C946FDB2B2E> /usr/lib/libThaiTokenizer.dylib
       0x192d07000 -        0x192d2bfff  com.apple.applesauce (1.0 - 16.28) <F0A7E1DC-42FC-3DB3-874F-AFDEEA3C5213> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
       0x192d2c000 -        0x192d42fff  libapple_nghttp2.dylib (1.41) <C82731AA-2123-3931-99BD-B3B14653392D> /usr/lib/libapple_nghttp2.dylib
       0x192d43000 -        0x192d55fff  libSparseBLAS.dylib (1336.120.1) <6DC81B37-ABEA-3C5B-A250-C7DF06BADE96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
       0x192d56000 -        0x192d57fff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <3554A169-AC05-3325-A1C8-ED12CF5DCD37> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
       0x192d58000 -        0x192d5cfff  libpam.2.dylib (28.40.1) <718B663D-5669-3648-A553-7D16C8A28375> /usr/lib/libpam.2.dylib
       0x192d5d000 -        0x192d7bfff  libcompression.dylib (96.120.1) <37EFD63D-14F8-3875-843B-3B1EDDCB40F4> /usr/lib/libcompression.dylib
       0x192d7c000 -        0x192d80fff  libQuadrature.dylib (7) <7634E4F5-D4ED-31E2-9434-2549505616D1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
       0x192d81000 -        0x19323dfff  libLAPACK.dylib (1336.120.1) <7EDB616F-10A0-3F2E-A79A-74DD5F25288A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
       0x19323e000 -        0x193290fff  com.apple.DictionaryServices (1.2 - 341) <3025D64A-5CA8-3BF9-8D53-06B731CDE7F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
       0x193291000 -        0x1932a9fff  liblzma.5.dylib (16) <AF855D96-AE71-3298-8CCE-79355F768108> /usr/lib/liblzma.5.dylib
       0x1932aa000 -        0x1932abfff  libcoretls_cfhelpers.dylib (169.100.1) <C772655D-462B-3C34-BFD6-3EF57F3C44EB> /usr/lib/libcoretls_cfhelpers.dylib
       0x1932ac000 -        0x193390fff  com.apple.APFS (1677.120.9 - 1677.120.9) <F020B03B-7C8E-3CED-BC75-417D04344882> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
       0x193391000 -        0x19339efff  libxar.1.dylib (452) <9550EE69-6008-34E5-BA02-C3D9B1B63339> /usr/lib/libxar.1.dylib
       0x19339f000 -        0x1933a2fff  libutil.dylib (58.40.2) <27C12BE3-F01D-3787-827E-C1E70B0F1456> /usr/lib/libutil.dylib
       0x1933a3000 -        0x1933ccfff  libxslt.1.dylib (17.4) <BE03A4E9-2FDE-3A3A-ACA6-97D7BB94A508> /usr/lib/libxslt.1.dylib
       0x1933cd000 -        0x1933d7fff  libChineseTokenizer.dylib (37.1) <AE45D59F-C41B-35A7-B59D-4686CE5E0473> /usr/lib/libChineseTokenizer.dylib
       0x1933d8000 -        0x193447fff  libvMisc.dylib (760.100.3) <74A30320-EE4C-33CA-A153-5C66AB7D8418> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
       0x193448000 -        0x1934d9fff  libate.dylib (3.0.6) <7CAECF39-55D1-3B33-9FDF-930CB1039A83> /usr/lib/libate.dylib
       0x1934da000 -        0x1934e1fff  libIOReport.dylib (64.100.1) <ED0F0862-9F8C-3006-AF1B-C1027F02038D> /usr/lib/libIOReport.dylib
       0x1934e2000 -        0x1934f6fff  com.apple.CrashReporterSupport (10.13 - 15053) <8DF1936D-CDA3-300B-9159-EDB45D03CD28> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
       0x1934f7000 -        0x19350efff  com.apple.AppSSOCore (1.0 - 1) <5AF3876D-2264-3C66-9AF5-F128EBF76403> /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore
       0x19350f000 -        0x193589fff  com.apple.CVNLP (1.0 - 119) <F0E6D75F-350E-3C89-ABA8-C421BB2FB7AD> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP
       0x1935ab000 -        0x1935dcfff  com.apple.pluginkit.framework (1.0 - 1) <1FE58181-56F7-3482-9540-958979F2D954> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
       0x1935dd000 -        0x1935e4fff  libMatch.1.dylib (38) <F3F0B43C-00A1-37EF-A93F-66B56C70F062> /usr/lib/libMatch.1.dylib
       0x1935e5000 -        0x193668fff  libCoreStorage.dylib (554) <255AA0CC-671A-30A6-B247-2FF39250DE09> /usr/lib/libCoreStorage.dylib
       0x193669000 -        0x1936b4fff  com.apple.AppleVAFramework (6.1.3 - 6.1.3) <81A9F673-402F-34DC-BC12-8DD62EED6F91> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
       0x1936b5000 -        0x1936cefff  libexpat.1.dylib (26) <F3E01E8A-5E6B-389E-AE33-B5912FF2C518> /usr/lib/libexpat.1.dylib
       0x1936cf000 -        0x1936d7fff  libheimdal-asn1.dylib (597.121.1) <C51F5F2F-5B10-3EBE-BA1D-3F1A3B235194> /usr/lib/libheimdal-asn1.dylib
       0x1936d8000 -        0x1936eafff  com.apple.IconFoundation (479.4 - 479.4) <3A050EBC-E3B2-3738-B41D-68051B1C5830> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
       0x1936eb000 -        0x19374efff  com.apple.IconServices (479.4 - 479.4) <AC9E09B3-770C-3143-A725-5A45D2595B05> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
       0x19374f000 -        0x1937f1fff  com.apple.MediaExperience (1.0 - 1) <58FEB028-E2DD-3A32-839F-D82C53C4BD01> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
       0x1937f2000 -        0x193818fff  com.apple.persistentconnection (1.0 - 1.0) <8FA98467-4D4B-3A2D-AEA3-7AAE9DDFA6B6> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
       0x193819000 -        0x193826fff  com.apple.GraphVisualizer (1.0 - 100.1) <66E6C7E0-95A9-3250-9539-EDDBF9F991F5> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
       0x193827000 -        0x193c39fff  com.apple.vision.FaceCore (4.3.2 - 4.3.2) <016BC413-A782-30F0-B5DD-D9574B995862> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
       0x193c3a000 -        0x193c79fff  com.apple.OTSVG (1.0 - 677.5.0.5) <B2188DA9-C977-3FD4-94DD-4FD22F90A7CA> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
       0x193c7a000 -        0x193c81fff  com.apple.xpc.AppServerSupport (1.0 - 2038.120.1) <EF0EBEA1-19C6-3897-A020-3601DA31DE1A> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
       0x193c82000 -        0x193c90fff  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <809B4FD4-CDB3-30E7-B3D3-4C5513DD3C69> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
       0x193c91000 -        0x193c97fff  libspindump.dylib (295.2) <48864B10-7BC6-351F-84D2-F59DE85E9D96> /usr/lib/libspindump.dylib
       0x193c98000 -        0x193d4afff  com.apple.Heimdal (4.0 - 2.0) <B25FF5B1-8825-3859-8469-B97BE8949257> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
       0x193d4b000 -        0x193d65fff  com.apple.login (3.0 - 3.0) <06043B71-F572-3065-B710-2F947C5A7113> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
       0x193d66000 -        0x193e3efff  com.apple.corebrightness (1.0 - 1) <489D91A5-CC5B-3FF2-950A-3049021091BF> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
       0x193edb000 -        0x193edefff  libodfde.dylib (26) <FA7085F8-8421-3530-80FB-94F08450BE10> /usr/lib/libodfde.dylib
       0x193edf000 -        0x193f19fff  com.apple.bom (14.0 - 235) <651C578A-3CE4-3664-AB43-0534FDCDF980> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
       0x193f1a000 -        0x193f5dfff  com.apple.AppleJPEG (1.0 - 1) <B7DB184F-AFE9-3F7A-B3ED-99ED30FDFDFE> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
       0x193f5e000 -        0x19403ffff  libJP2.dylib (2130.5.4) <A2004936-9E75-3A84-A257-C250D9FDF626> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
       0x194040000 -        0x194043fff  com.apple.WatchdogClient.framework (1.0 - 98.120.2) <282995C7-306F-37FE-9CC0-3F58F0938407> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
       0x194044000 -        0x19407cfff  com.apple.MultitouchSupport.framework (4440.3 - 4440.3) <D188455A-AD91-3877-9B98-D916E3BDD57D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
       0x19407d000 -        0x1941adfff  com.apple.VideoToolbox (1.0 - 2775.22) <DE23927C-DC37-3F50-BF13-92E690643C74> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
       0x1941ae000 -        0x1941e0fff  libAudioToolboxUtility.dylib (1181.68) <D4E3746C-BFC6-382E-ACA3-2EF77512FB98> /usr/lib/libAudioToolboxUtility.dylib
       0x1941e1000 -        0x194207fff  libPng.dylib (2130.5.4) <FCCFFD42-480A-3404-8C14-CDEF711E633E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
       0x194208000 -        0x194264fff  libTIFF.dylib (2130.5.4) <72CC8464-9A23-3EAA-8A75-4F01255F4E78> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
       0x194265000 -        0x194283fff  com.apple.IOPresentment (58 - 37) <9E12564E-98DF-3647-91F9-FFC998EF8004> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
       0x194284000 -        0x194288fff  com.apple.GPUWrangler (6.3.3 - 6.3.3) <39E5B0D8-68FD-3BE1-B6CF-F635F0F88C3D> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
       0x194289000 -        0x19428bfff  libRadiance.dylib (2130.5.4) <094641D4-1897-3916-B668-80909D7E394B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
       0x19428c000 -        0x194291fff  com.apple.DSExternalDisplay (3.1 - 380) <1F162E65-13D1-3EA0-AA67-1E7E14FCE771> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
       0x194292000 -        0x1942b2fff  libJPEG.dylib (2130.5.4) <0666E6AC-0ECE-3849-A97E-A6E4EF86BE95> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
       0x1942b3000 -        0x1942e2fff  com.apple.ATSUI (1.0 - 1) <E4D6CEFA-B926-3A61-8CF1-D24DE88D8916> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
       0x1942e3000 -        0x1942e7fff  libGIF.dylib (2130.5.4) <D25D8549-1412-3FEB-8CCC-89C3B26902E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
       0x1942e8000 -        0x1942f1fff  com.apple.CMCaptureCore (1.0 - 82.6) <CC855443-58AD-3261-85DC-12C869F44B36> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
       0x1942f2000 -        0x194339fff  com.apple.print.framework.PrintCore (16.1 - 531.1) <86B415D3-8765-33BC-B0A0-6FC56220EE36> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
       0x19433a000 -        0x1943edfff  com.apple.TextureIO (3.10.9 - 3.10.9) <703D9913-1B5E-37F0-AE84-D2DEA74AC05D> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
       0x1943ee000 -        0x1943f6fff  com.apple.InternationalSupport (1.0 - 61.1) <E674DF8B-C30D-3990-99DD-4FEDD76FD8E4> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
       0x1943f7000 -        0x19446bfff  com.apple.datadetectorscore (8.0 - 674) <2F89EFFE-5014-3FE5-8693-66821AC55FC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
       0x19446c000 -        0x1944cbfff  com.apple.UserActivity (439 - 439) <0E926B52-0E73-36F2-A7D7-099E8998DCE8> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
       0x1944cc000 -        0x194c69fff  com.apple.MediaToolbox (1.0 - 2775.22) <E97A2AB6-B3ED-3D85-B480-8863AFE4AF7B> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
       0x194c6a000 -        0x194cd2fff  libusrtcp.dylib (2288.121.1) <1A00B13A-1990-3535-AC2E-B4AF172ECBC2> /usr/lib/libusrtcp.dylib
       0x194cd3000 -        0x195118fff  libswiftCore.dylib (5.4 - 1205.0.24.15) <98916006-2A73-3E9C-8ABD-A07B28336614> /usr/lib/swift/libswiftCore.dylib
       0x195119000 -        0x195183fff  com.apple.imfoundation (10.0 - 1000) <FDD5796B-2005-3B58-AEA9-07E982C6F8B9> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
       0x195184000 -        0x1951abfff  com.apple.locationsupport (2420.19.23 - 2420.19.23) <12A30A97-9AF0-3C00-9914-01F93B0DDA9D> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
       0x1951ac000 -        0x1951e1fff  libSessionUtility.dylib (76.69) <99F56F22-891F-3FFC-A1C7-71CF621E2DD7> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
       0x1951e2000 -        0x19530afff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <CF1C0B9C-DBB1-3714-9EAB-C934CF53253E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
       0x19530b000 -        0x195372fff  com.apple.audio.AudioSession (1.0 - 76.69) <BA4A8AA2-720B-3470-8EAA-76CF1AA4964C> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
       0x195373000 -        0x195385fff  libAudioStatistics.dylib (27.64) <0FBD676E-50B3-33EF-95B9-CBFE54ECAD16> /usr/lib/libAudioStatistics.dylib
       0x195386000 -        0x195399fff  com.apple.speech.synthesis.framework (9.0.65 - 9.0.65) <20007D73-80A6-3879-8162-A16405844353> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
       0x19539a000 -        0x195408fff  com.apple.ApplicationServices.ATS (377 - 516) <4D585E4B-7BD2-32E0-82A4-94AA8411A5AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
       0x195409000 -        0x195421fff  libresolv.9.dylib (68) <C92059BC-C994-30E3-BD12-E744718565F1> /usr/lib/libresolv.9.dylib
       0x195422000 -        0x195435fff  libsasl2.2.dylib (214) <0996C03D-89F1-3FA1-85AA-E712AFB0EBE8> /usr/lib/libsasl2.2.dylib
       0x19549f000 -        0x1954cffff  com.apple.securityinterface (10.0 - 55149.120.1) <1A106ABB-81B1-3A7F-98F1-C8C80DB9F34B> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
       0x1954e9000 -        0x19554dfff  com.apple.CoreMediaIO (1000.0 - 5325) <7003ED6F-109C-3ECD-B1A3-B3546794D31B> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
       0x19554e000 -        0x19562dfff  libSMC.dylib (20) <51C99B4A-1CA6-3FC5-A506-33E9BED00745> /usr/lib/libSMC.dylib
       0x19562e000 -        0x19568bfff  libcups.2.dylib (494.1) <25B83D68-0370-3622-BAFC-DE51206825D3> /usr/lib/libcups.2.dylib
       0x19568c000 -        0x19569ffff  com.apple.LangAnalysis (1.7.0 - 254) <B170B944-DE2A-3A22-B024-D796B2152893> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
       0x1956a0000 -        0x1956acfff  com.apple.NetAuth (6.2 - 6.2) <212DF4E0-3F00-3F0D-BD4F-F1C4B1EE7950> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
       0x1956ad000 -        0x1956b4fff  com.apple.ColorSyncLegacy (4.13.0 - 1) <898B8161-C57B-3903-9683-36CB9B31BECE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
       0x1956b5000 -        0x1956c0fff  com.apple.QD (4.0 - 416) <E70D782A-B157-39CC-BB3C-00E48DCF1703> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
       0x1956c1000 -        0x195cb1fff  com.apple.audio.AudioResourceArbitration (1.0 - 1) <5D5F959D-33DF-3086-9B39-2C932A8E2901> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
       0x195cb2000 -        0x195cbdfff  com.apple.perfdata (1.0 - 67.40.1) <D8991B51-2802-3554-AB10-4A57AA8BD66F> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
       0x195cbe000 -        0x195ccbfff  libperfcheck.dylib (41) <30D32B51-A34B-33C8-8149-5D0A63B948A0> /usr/lib/libperfcheck.dylib
       0x195ccc000 -        0x195cdcfff  com.apple.Kerberos (3.0 - 1) <0C5C27D2-1E2A-33A5-92BA-6F75414277D6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
       0x195cdd000 -        0x195d24fff  com.apple.GSS (4.0 - 2.0) <D8C358B4-1778-34DC-B541-4280CF61A024> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
       0x195d25000 -        0x195d34fff  com.apple.CommonAuth (4.0 - 2.0) <A301DFBA-3C81-39CD-A799-053F82013317> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
       0x195d88000 -        0x195da5fff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <46084158-4AE2-32C4-8BF9-5E60FC6B2ACD> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
       0x195da6000 -        0x195daefff  com.apple.CorePhoneNumbers (1.0 - 1) <FE2958D2-2F91-3257-BF2C-862642FB4ED7> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
       0x195daf000 -        0x195e3efff  libTelephonyUtilDynamic.dylib (5359.1) <F7B722E4-1032-3D5A-8BC5-2666FC8A0195> /usr/lib/libTelephonyUtilDynamic.dylib
       0x195ef8000 -        0x195ef8fff  liblaunch.dylib (2038.120.1) <477FFDB4-6279-3B73-ADF7-933CD1E9491E> /usr/lib/system/liblaunch.dylib
       0x1961fc000 -        0x196451fff  com.apple.NetworkExtension (1.0 - 1) <1BB03A95-FF87-318E-B657-AFCE2F751231> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
       0x196452000 -        0x196558fff  com.apple.ids (10.0 - 1000) <89755D41-9150-32BA-BF42-CA12D73AB7DB> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
       0x196559000 -        0x1966a6fff  com.apple.idsfoundation (10.0 - 1000) <38CAF96D-2010-3B4B-AA1A-71AD55B097E3> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
       0x1966a7000 -        0x1967e3fff  com.apple.Sharing (1622.1 - 1622.1) <DA669C45-C231-38A4-9BAC-CDC3CB71D80D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
       0x1967e4000 -        0x1968cefff  com.apple.Bluetooth (8.0.5 - 8.0.5d7) <5A55E3D7-7547-3B2A-AC67-6E3A59B42E85> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
       0x1968e7000 -        0x19693ffff  com.apple.ProtectedCloudStorage (1.0 - 1) <D558CFA5-2A2D-3648-ADFA-7837831CFB00> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
       0x196940000 -        0x19699efff  com.apple.QuickLookFramework (5.0 - 928.3) <563697A5-CE50-3D86-9474-AF0B33F535F3> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
       0x19699f000 -        0x1969bafff  com.apple.MetalKit (147.1 - 147.1) <D101F911-DB45-3B41-9BA5-3AF803070B39> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
       0x1969bb000 -        0x1969bffff  libxcselect.dylib (2384) <19968EFC-50C1-3C13-8E19-9CC3E2443857> /usr/lib/libxcselect.dylib
       0x196aa4000 -        0x196bdffff  com.apple.combine (1.0 - 252.158) <12B5B4FD-7629-35A7-9E65-3BC5CECF627D> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
       0x196be0000 -        0x19812bfff  com.apple.GeoServices (1.0 - 1757.25.3.15.4) <6F3BD590-8E1A-3880-8E69-D94392EEC3AB> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
       0x19812c000 -        0x198137fff  com.apple.DirectoryService.Framework (11.4 - 230.40.1) <23B1A715-E0AB-3800-B0E1-B675A5DE500E> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
       0x198138000 -        0x19815ffff  com.apple.RemoteViewServices (2.0 - 163) <C5BB5AC8-0480-3C26-96F6-158E362384B9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
       0x198160000 -        0x19816ffff  com.apple.SpeechRecognitionCore (6.1.24 - 6.1.24) <E23AF847-6C4B-3C1C-B20A-33D71CAC3591> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
       0x198170000 -        0x198177fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <98CEA8CD-0125-3916-95DA-294153B3BED7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
       0x1983a6000 -        0x1983a6fff  libsystem_product_info_filter.dylib (8.40.1) <188B6361-3ABE-3320-AFF7-C4C6A0F316EC> /usr/lib/system/libsystem_product_info_filter.dylib
       0x19841e000 -        0x198434fff  libnetworkextension.dylib (1295.120.5) <C8D0E629-3813-3EEA-9201-2AB1A1218F99> /usr/lib/libnetworkextension.dylib
       0x198479000 -        0x198479fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <31320A8A-4011-3A35-9960-3C22B56578D1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x19849b000 -        0x19849bfff  com.apple.CoreServices (1122.38 - 1122.38) <2AF9A4B7-CA2C-38CC-A6CB-951E6DD3F2A3> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
       0x198658000 -        0x198658fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <71EB3025-AFEA-3D12-8403-18A582480B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
       0x19869b000 -        0x1986a7fff  com.apple.MediaAccessibility (1.0 - 130) <97F667BF-A463-32C1-9A11-A92A6C636697> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
       0x1986a8000 -        0x1986c7fff  com.apple.networking.AlgosScoreFramework (1.0 - 1) <C81B6973-E7F6-3D46-A58A-28331D8E4172> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework
       0x1986c8000 -        0x1986cdfff  com.apple.AppleSRP (5.0 - 1) <D5F5A265-65AB-3D3E-805B-DEDEDB17AD0A> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
       0x1986ce000 -        0x1986d8fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <B2EEC832-21B2-3424-BAA2-8F06D2D4E5AE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
       0x1986d9000 -        0x19870dfff  com.apple.framework.SystemAdministration (1.0 - 1.0) <25E897BA-C748-3471-801A-25FD56BF989B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
       0x1989c1000 -        0x198b23fff  libswiftFoundation.dylib (25.103) <ECA9819A-4E62-3DD9-B843-62037F83DDC9> /usr/lib/swift/libswiftFoundation.dylib
       0x198eb5000 -        0x198f10fff  com.apple.CoreBluetooth (1.0 - 1) <F91905B9-3A6E-3698-8B0F-C34A6AF0BBEC> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
       0x198f11000 -        0x198f1bfff  com.apple.SymptomDiagnosticReporter (1.0 - 79.120.1) <8BDA662C-2488-3D12-8E5D-E07CAD43B1D1> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
       0x198f1c000 -        0x198f2ffff  com.apple.PowerLog (1.0 - 1) <F8049516-E05F-31C4-90B7-2A88F24B12F2> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
       0x198f30000 -        0x198f3bfff  com.apple.AppleIDAuthSupport (1.0 - 1) <7E9E45E1-1ABD-3DD3-ABB0-C53283D51A0C> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
       0x198f3c000 -        0x198ff0fff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <DD51DF5C-441D-310C-8A31-14C0310026CE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
       0x198ff1000 -        0x199024fff  com.apple.MediaKit (16 - 927.40.2) <67D3BA75-CF79-335F-9EFB-1808C42E28A9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
       0x199025000 -        0x199105fff  com.apple.DiskManagement (14.0 - 1733.100.4) <A958E361-88A8-3C6E-8B9D-8F737B21605B> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
       0x199106000 -        0x199111fff  com.apple.CoreAUC (326.2.0 - 326.2.0) <A4D54519-51F1-3BA1-A745-CE41273FCED1> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
       0x199112000 -        0x199115fff  com.apple.Mangrove (1.0 - 25) <1200BD3C-FF69-365E-9B8D-BAC2B34D15E9> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
       0x199116000 -        0x199145fff  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <49895A3B-16AC-3A27-8230-E57D58D0A1E2> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
       0x199146000 -        0x19929cfff  com.apple.FileProvider (348.8 - 348.8) <C45CC095-DE10-3640-B1DD-2C377EDA4500> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
       0x19929d000 -        0x1992bffff  com.apple.GenerationalStorage (2.0 - 323) <F08CE20A-E0F4-3C3E-923F-E95D30A7DBFB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
       0x19965f000 -        0x199737fff  com.apple.CoreTelephony (113 - 8260) <ABF9B98E-7C98-31BA-B021-E16C82E17EA5> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
       0x199745000 -        0x19975dfff  libswiftDispatch.dylib (4.100.1) <E3D89F82-FA0C-34E6-A717-576CD89D47CD> /usr/lib/swift/libswiftDispatch.dylib
       0x19975e000 -        0x199915fff  com.apple.AVFCore (1.0 - 2015.22.4.1) <FEFBEDF2-4D7F-3A0A-9F76-2D5F9915173F> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
       0x199916000 -        0x19998cfff  com.apple.FrontBoardServices (703.16 - 703.16) <FD180EC2-0988-36EA-B347-BAA3EEA0044B> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
       0x19998d000 -        0x1999b6fff  com.apple.BoardServices (1.0 - 526) <4A1E64CA-55D0-3AE9-9808-CD6553E8DA21> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
       0x199a1e000 -        0x199a5ffff  com.apple.CryptoTokenKit (1.0 - 1) <93420378-16CC-33A5-9681-E1DCE3F9E02B> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit
       0x199a60000 -        0x199a76fff  com.apple.LocalAuthentication (1.0 - 827.120.2) <802A9A60-B62F-34C8-965A-3853C2431E7C> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
       0x199a77000 -        0x199aa3fff  com.apple.CoreAuthentication.SharedUtils (1.0 - 827.120.2) <8D64F0C7-CA6D-338C-B1FE-DADCF7EFB053> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
       0x199c22000 -        0x199c5cfff  com.apple.DebugSymbols (195.1 - 195.1) <01B43774-03A6-307C-996E-2DB5CA66E19A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
       0x199c5d000 -        0x199d0efff  com.apple.CoreSymbolication (12.5 - 64544.69.1) <F38E4FE9-8A9C-34C5-A618-C7653C61FA87> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
       0x199d0f000 -        0x199d1cfff  com.apple.CoreTime (284.0.4) <9C8FE9A2-4C61-395B-9FBF-4E2CB1914DE6> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
       0x199d1d000 -        0x199d94fff  com.apple.Rapport (2.5.0 - 250.5) <026C7480-0F71-3644-87AC-344B50A6F8F5> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
       0x19a5fd000 -        0x19a64cfff  com.apple.coreduetcontext (1.0 - 1) <E4A29F38-3EF8-3B97-A9A6-45F1CCA82411> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
       0x19a64d000 -        0x19abfafff  com.apple.Intents (1.0 - 1) <6FBC3186-8C17-3AA4-85F4-DCED1EE50C24> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
       0x19abfb000 -        0x19ac5afff  com.apple.framework.Apple80211 (17.0 - 1728) <706345E3-28F6-30A7-9DC2-8D8A7A684BC8> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
       0x19ac5b000 -        0x19ad86fff  com.apple.CoreWiFi (3.0 - 341) <40AC4512-DDCF-3BDF-AAEA-1941685102A9> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
       0x19ad87000 -        0x19ada3fff  com.apple.BackBoardServices (1.0 - 1.0) <53B4DABA-0D94-37C1-AB96-B7E6A304D2A8> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
       0x19ada4000 -        0x19addffff  com.apple.LDAPFramework (2.4.28 - 194.5) <8DB06063-766B-3288-B0ED-6A925B91C2D1> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
       0x19ade0000 -        0x19ade1fff  com.apple.TrustEvaluationAgent (2.0 - 35) <8D1A6475-8427-329A-8A01-ABD9AB7BB703> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
       0x19ade2000 -        0x19aeddfff  libcrypto.44.dylib (56.60.2) <3891BE9E-8DF5-3AE1-89B0-EDD5FFB2C852> /usr/lib/libcrypto.44.dylib
       0x19aede000 -        0x19af0afff  libssl.46.dylib (56.60.2) <18563134-E3F4-3DAC-A243-C9A0291CE42A> /usr/lib/libssl.46.dylib
       0x19af0b000 -        0x19afbefff  com.apple.DiskImagesFramework (595.120.2 - 595.120.2) <650F550C-65B8-3CD5-8CA3-C8CF3F89A098> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
       0x19afbf000 -        0x19aff4fff  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <70DD08BC-8FA1-388A-AEA8-86FACBA98B1C> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
       0x19aff5000 -        0x19b004fff  com.apple.RemoteServiceDiscovery (1.0 - 1.120.1) <ECB530A3-B833-357D-8E6D-E6276E189E13> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
       0x19b05f000 -        0x19b062fff  com.apple.help (1.3.8 - 71) <4C7655E0-469D-3082-A601-1CACAA39897D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
       0x19b063000 -        0x19b06afff  com.apple.EFILogin (2.0 - 2) <F84E13BB-E446-3870-8E07-3F82D8AA7E05> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
       0x19b06b000 -        0x19b076fff  libcsfde.dylib (554) <870FFC0C-9830-3C13-9A76-5CAE9C530001> /usr/lib/libcsfde.dylib
       0x19b077000 -        0x19b0d7fff  libcurl.4.dylib (121.100.3) <46AADD1E-4F4E-3E34-B9E7-966AC5F67F2E> /usr/lib/libcurl.4.dylib
       0x19b0d8000 -        0x19b0dffff  com.apple.LoginUICore (4.0 - 4.0) <A9F2C69D-0721-30BB-9170-077DBCF24B9D> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
       0x19b0e0000 -        0x19b13afff  com.apple.AppSupport (1.0.0 - 29) <41C96C30-8F10-3BBE-BCC2-9F8092399386> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
       0x19b2a9000 -        0x19b2a9fff  com.apple.ApplicationServices (48 - 50) <5916ADD6-E4F5-36B8-87C1-D6C4B2F88135> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
       0x19b482000 -        0x19b4d8fff  com.apple.CorePrediction (1.0 - 1) <7124B8AD-EC59-3EED-8225-1436020FB09C> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
       0x19b595000 -        0x19b598fff  com.apple.security.CryptoKit-C-Bridging (1.0 - 1) <EA5D6229-03A2-34DE-BC2C-30A33E23CD28> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/Versions/A/CryptoKitCBridging
       0x19b599000 -        0x19b599fff  libHeimdalProxy.dylib (79) <6BF8928C-CF16-3268-943D-685C2E2E0221> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
       0x19b640000 -        0x19b640fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <1F2FB144-A9B5-3875-92C4-F2BF5102AAEA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
       0x19b6aa000 -        0x19b6cbfff  com.apple.DuetActivityScheduler (1.0 - 1) <5F7778AA-3A4F-3F1A-889B-6142924B7AF2> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
       0x19b6cc000 -        0x19b6cefff  libswiftObjectiveC.dylib (3) <9662187A-DCF6-3981-8521-0F0858484EE9> /usr/lib/swift/libswiftObjectiveC.dylib
       0x19b6cf000 -        0x19b6e1fff  libswiftos.dylib (1000.120.2) <F7F90FF3-DEC3-3C5F-ACC0-30A9DEDBC407> /usr/lib/swift/libswiftos.dylib
       0x19b6e2000 -        0x19b6effff  com.apple.IntentsFoundation (1.0 - 1) <D98AF636-838E-3B1F-99B6-EB1326B69E7D> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
       0x19b6f0000 -        0x19b6f6fff  com.apple.PushKit (1.0 - 1) <913B41BD-67C1-303E-8573-C0677FD11E82> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
       0x19b6f7000 -        0x19b72cfff  com.apple.C2 (1.3 - 573) <C88B5462-CE97-33C0-92ED-B5B5C24F7930> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
       0x19b72d000 -        0x19b75ffff  com.apple.QuickLookThumbnailing (1.0 - 135.5) <410DCE09-3359-35A8-A1A3-6B992D736747> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
       0x19b760000 -        0x19be64fff  com.apple.vision.EspressoFramework (1.0 - 256.4.4) <B169D097-BAB1-3EB4-8041-58EED859057C> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
       0x19be65000 -        0x19be7cfff  com.apple.ANEServices (4.75 - 4.75) <A7128F9A-F09E-3350-8065-2985F0175FDF> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
       0x19bf9e000 -        0x19bfa0fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <58B7AFA9-EF59-3A44-9FB8-9EBE841BCA09> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
       0x19bfa1000 -        0x19bfadfff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <93B66585-E1BE-38F3-AE87-41423FE789F7> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
       0x19bfae000 -        0x19bfb4fff  com.apple.ASEProcessing (1.26.0 - 1.26.0) <717A5157-744C-3044-A211-D11134AA4056> /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
       0x19c24a000 -        0x19c4fefff  com.apple.spotlight.index (10.7.0 - 2150.21) <F4EC49B6-87EF-3F69-A438-D2CBCF0A37AF> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
       0x19cc0a000 -        0x19cdacfff  com.apple.WebKitLegacy (16611 - 16611.2.7.1.4) <FCE52247-32F5-3B57-A2B0-FE1D5B3AE39E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
       0x19cdad000 -        0x19cdb0fff  com.apple.ConstantClasses (1.0 - 1) <918B9ED7-8448-3DC4-AB25-45C7E0692D5C> /System/Library/PrivateFrameworks/ConstantClasses.framework/Versions/A/ConstantClasses
       0x19cdcc000 -        0x19cde1fff  com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <60B946E8-DBA6-3DAB-9ECE-EF1F23F6C5AC> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
       0x19cf3b000 -        0x19cf3efff  com.apple.Cocoa (6.11 - 23) <72158147-592E-31AB-A1D5-800AC618735D> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
       0x19d46a000 -        0x19d46dfff  com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0) <9A04B608-EAFA-3E6D-BCC6-CF5572F88260> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
       0x19dba9000 -        0x19dbb0fff  com.apple.DisplayServicesFW (3.1 - 380) <613A9A71-1022-31FF-AA94-04C4965F5F62> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
       0x19e101000 -        0x19e3eafff  libAWDSupportFramework.dylib (4205) <848D267A-3FAC-3F55-A304-CFEF97FEC561> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
       0x19e45a000 -        0x19e48bfff  libtidy.A.dylib (18.1) <56A720A7-0415-3F57-A704-79CA96A25982> /usr/lib/libtidy.A.dylib
       0x19e48c000 -        0x19e4acfff  com.apple.MarkupUI (1.0 - 383.6) <6DDAF11D-C170-3DCE-978F-DCC6BA483E0C> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
       0x19e4ad000 -        0x19e4c2fff  com.apple.Engram (1.0 - 1) <324E3B80-8689-3CE9-A187-2AC968E8A268> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
       0x19e4c3000 -        0x19e4eafff  com.apple.openscripting (1.7 - 190) <6833A542-0CD6-3F94-8F5D-3DF8D96183F3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
       0x19e4eb000 -        0x19e4eefff  com.apple.securityhi (9.0 - 55008) <5FC33A97-A99D-3FF5-BD92-4626B43B1678> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
       0x19e4ef000 -        0x19e4f2fff  com.apple.ink.framework (10.15 - 227) <72A0FB66-2ABF-302D-8A93-18BFAA0974A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
       0x19e4f3000 -        0x19e4f6fff  com.apple.CommonPanels (1.2.6 - 101) <1D35ED67-719E-3992-B117-03415914FE12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
       0x19e4f7000 -        0x19e4fefff  com.apple.ImageCapture (1711.5.2 - 1711.5.2) <DAB793BA-D58D-3EB1-B66B-B0C464DB5BDD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
       0x19e4ff000 -        0x19f5d3fff  com.apple.JavaScriptCore (16611 - 16611.2.7.1.4) <32CF7F72-E2E4-3D61-B18B-8797E05C7416> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
       0x19f641000 -        0x19f755fff  com.apple.AVFCapture (1.0 - 82.6) <E327622C-A4A6-33F8-B914-FF7699003CB3> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
       0x19f756000 -        0x19f7e7fff  com.apple.Quagga (47 - 47) <F4FB788E-BE27-3EB7-952A-ADFF609C1F12> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
       0x19f7e8000 -        0x19fa1efff  com.apple.CMCapture (1.0 - 82.6) <F1CDD807-4CF4-3EBB-A36D-A3E2CD782255> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
       0x19fa1f000 -        0x19fa86fff  com.apple.RenderBox (77 - 77) <BDE72560-2A94-3928-8C8E-561F721B5260> /System/Library/PrivateFrameworks/RenderBox.framework/Versions/A/RenderBox
       0x1a0438000 -        0x1a0444fff  com.apple.HID (1.0 - 1) <9BA6A804-1733-3423-A9B9-B2E1B92F4477> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
       0x1a0445000 -        0x1a0544fff  com.apple.QuickLookUIFramework (5.0 - 928.3) <0916F900-859E-3590-98CE-184CA1754BE4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
       0x1a0b3d000 -        0x1a0b3dfff  com.apple.marco (10.0 - 1000) <1E40AB0F-65BE-379D-B646-DABFBCE35107> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
       0x1a1208000 -        0x1a120ffff  com.apple.URLFormatting (146 - 146.22) <2D17C796-4E77-3DA5-871E-474D153E049E> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
       0x1a1210000 -        0x1a1221fff  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <F04C7929-6569-32D9-8FBD-4057EE05EB3E> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
       0x1a1222000 -        0x1a123cfff  libAccessibility.dylib (2885.46) <75D921BA-5916-3C83-8E37-48FE6FE344ED> /usr/lib/libAccessibility.dylib
       0x1a123d000 -        0x1a37dbfff  com.apple.WebCore (16611 - 16611.2.7.1.4) <E0A6478D-774B-36B0-B705-4E8CABE8BBA2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
       0x1a3ac2000 -        0x1a3ae2fff  com.apple.quicklook.QuickLookSupport (1.0 - 135.5) <0A2FA993-32E9-3F0A-949D-31C8BA4D3D91> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
       0x1a3ae3000 -        0x1a3b76fff  com.apple.AirPlaySync (1.0 - 2775.22) <8ECD7270-42F0-39D5-9BD9-9C01C3B90612> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync
       0x1a3d59000 -        0x1a3d63fff  libswiftCoreGraphics.dylib (2) <C452A15C-5D85-3850-ADFF-58C67037537A> /usr/lib/swift/libswiftCoreGraphics.dylib
       0x1a3d64000 -        0x1a3d6dfff  libswiftDarwin.dylib (??? - ???) <AC7408ED-3BDF-3CAE-A360-06914FACF8C9> /usr/lib/swift/libswiftDarwin.dylib
       0x1a3dbc000 -        0x1a3e07fff  com.apple.Safari.SafeBrowsing (16611 - 16611.2.7.1.4) <4A1439F7-9C12-3F41-94D8-6EEECE7EF2B3> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
       0x1a3e08000 -        0x1a45effff  com.apple.WebKit (16611 - 16611.2.7.1.4) <A9D48EFD-4BAC-3CAB-8C14-A710EAA120CE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
       0x1a4732000 -        0x1a47b1fff  com.apple.CorePDF (4.0 - 529) <B10185DF-4688-33B2-81EB-D9751ED6E7ED> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
       0x1a47b2000 -        0x1a47b5fff  com.apple.print.framework.Print (15 - 271) <6B807A02-ADD0-3004-9218-86AA15A0E638> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
       0x1a47b6000 -        0x1a47b9fff  com.apple.Carbon (160 - 164) <233C018F-FF8E-36B5-805F-759D590EF578> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
       0x1a48ba000 -        0x1a48bafff  com.apple.avfoundation (2.0 - 2015.22.4.1) <71F8266A-5DAA-341E-91C5-2EEB4F9B3440> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
       0x1a49d6000 -        0x1a4a75fff  libquic.dylib (2288.121.1) <AE49CB6B-E09A-3871-B166-D6F07A3B5E75> /usr/lib/libquic.dylib
       0x1a4a80000 -        0x1a4a9cfff  com.apple.private.SystemPolicy (1.0 - 1) <32A303BB-8CD1-3DB5-BAA4-32A6DDF99558> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
       0x1a4be3000 -        0x1a4c3bfff  com.apple.AccessibilitySharedSupport (1.0 - 1) <31579008-182D-3BA5-A1B2-132833807B35> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport
       0x1a4c3c000 -        0x1a4c5bfff  com.apple.sidecar-core (1.0 - 231) <1FA82863-D59F-3442-A748-6D3941DBAE2A> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
       0x1a4c5c000 -        0x1a4c63fff  com.apple.QuickLookNonBaseSystem (1.0 - 1) <B5B33EF0-E5A0-3844-ABCF-739419553096> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
       0x1a5095000 -        0x1a5099fff  com.apple.CoreOptimization (1.0 - 1) <2F3CB0F4-1D6D-39B3-8644-6DC113930780> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
       0x1a5213000 -        0x1a522efff  com.apple.SafariServices.framework (16611 - 16611.2.7.1.4) <8BC40CB8-ABCB-33E2-AEF6-6FC75FE10B40> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
       0x1a53e5000 -        0x1a53f0fff  com.apple.MallocStackLogging (1.0 - 1) <F2395229-EBF0-3642-AB83-E52D1885F562> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
       0x1a53f1000 -        0x1a53f3fff  liblog_network.dylib (2288.121.1) <087B341E-600D-368E-9C7D-1A071B54ED34> /usr/lib/log/liblog_network.dylib
       0x1a5405000 -        0x1a5417fff  libmis.dylib (274.120.2) <3FE2F455-62BC-346E-B085-5FC871758BC6> /usr/lib/libmis.dylib
       0x1a5425000 -        0x1a5425fff  libswiftCoreFoundation.dylib (1.6) <B746F6A1-7BB3-34E6-ACF9-88E32C7A4091> /usr/lib/swift/libswiftCoreFoundation.dylib
       0x1a5432000 -        0x1a5432fff  libswiftXPC.dylib (1.1) <D57F77A4-303B-359B-9BA4-82E21DECA0B0> /usr/lib/swift/libswiftXPC.dylib
       0x1a5433000 -        0x1a5433fff  libswiftCoreImage.dylib (1) <637DB73D-9875-37E6-875C-16F682E49423> /usr/lib/swift/libswiftCoreImage.dylib
       0x1a5434000 -        0x1a5434fff  libswiftIOKit.dylib (1) <809EFAD5-D1DA-333F-A286-D579521D7DE1> /usr/lib/swift/libswiftIOKit.dylib
       0x1a5435000 -        0x1a5569fff  com.apple.CoreHandwriting (161 - 1.2) <96050535-D4B4-3062-8B99-32ACC7ADE185> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
       0x1a556a000 -        0x1a5770fff  com.apple.imageKit (3.0 - 1100) <82776336-D63E-3EC6-9F66-A715C7C449A9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
       0x1a5771000 -        0x1a587bfff  com.apple.PencilKit (1.0 - 1) <C2E0B2A3-834F-3852-B241-23D263C55529> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
       0x1a587c000 -        0x1a588dfff  com.apple.sidecar-ui (1.0 - 231) <19EEF49B-92E2-3055-9ECA-BFF0C68780A5> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
       0x1a5899000 -        0x1a589cfff  com.apple.WebInspectorUI (16611 - 16611.2.7.1.4) <CA768BFB-B378-31A7-AC1F-A44F9E4EE257> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
       0x1a5ee1000 -        0x1a5f3afff  com.apple.ImageCaptureCore (1711.5.2 - 1711.5.2) <51AF289D-A6EF-306E-B163-E6A709B85442> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
       0x1a5f3b000 -        0x1a5f60fff  com.apple.quartzfilters (1.10.0 - 98) <399B960A-3661-380D-9804-0051CE444219> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
       0x1a5f61000 -        0x1a5f8dfff  com.apple.IntlPreferences (2.0 - 332.3) <5F13B979-7C45-33AD-8DF4-015DCADEE8C3> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
       0x1a6635000 -        0x1a6751fff  com.apple.AnnotationKit (1.0 - 383.6) <BF96CEA1-7549-38CA-8CB9-213668AA1040> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
       0x1a6752000 -        0x1a6c0afff  com.apple.QuartzComposer (5.1 - 383) <71D9C2D9-6164-3B29-A03C-D8C2DF78C18E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
       0x1a6c0b000 -        0x1a6cebfff  com.apple.PDFKit (1.0 - 950.40.3) <77836B36-5713-3521-BC54-7C9F9ADBF6DF> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
       0x1a798e000 -        0x1a79a0fff  libswiftsimd.dylib (1.3) <E369933D-34BE-3424-98B3-440B4623EBDB> /usr/lib/swift/libswiftsimd.dylib
       0x1a7a3b000 -        0x1a7abdfff  com.apple.TextInput (1.0 - 1.0) <3FCB6894-6CBC-3C4E-ABD0-7B527AA135E8> /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
       0x1a867a000 -        0x1a8686fff  com.apple.CaptiveNetworkSupport (13.0 - 1) <347CE1D2-88AB-3E4E-893C-7A29272808C5> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork
       0x1a8ae6000 -        0x1a8ae9fff  com.apple.quartzframework (1.5 - 25) <DE12B953-2CD7-3B96-AD2F-65DE09ACB036> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
       0x1a8de5000 -        0x1a8dfefff  libCGInterfaces.dylib (544.4) <8FF0F487-9137-38C4-ADB9-AAAC66E299F7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x1a8dff000 -        0x1a8e00fff  libswiftCoreLocation.dylib (5) <7860A647-1743-3400-9665-11CC3D2D1A6C> /usr/lib/swift/libswiftCoreLocation.dylib
       0x1a96f3000 -        0x1a96f7fff  libswiftCoreData.dylib (3) <9ADC9C57-A4B5-32B3-BE8E-4E55B678FCC6> /usr/lib/swift/libswiftCoreData.dylib
       0x1a9875000 -        0x1aa3fcfff  com.apple.SwiftUI (134 - 134) <DD82788B-170C-34B9-A087-0E6FDC71C19C> /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI
       0x1aa3fd000 -        0x1aa42cfff  com.apple.AttributeGraph (81 - 81) <BF207B33-0A3B-3178-8A6B-662777B09677> /System/Library/PrivateFrameworks/AttributeGraph.framework/Versions/A/AttributeGraph
       0x1ad629000 -        0x1ad62efff  libswiftMetal.dylib (1.3.1) <8A0F801B-B627-3916-BB74-716DD5AC7C3C> /usr/lib/swift/libswiftMetal.dylib
       0x1ad636000 -        0x1ad642fff  libswiftCloudKit.dylib (985) <6D3EA09C-6EC2-35F0-B9DA-7B2A6B797E06> /usr/lib/swift/libswiftCloudKit.dylib
       0x1af2b5000 -        0x1af2f0fff  com.apple.osanalytics.OSAnalytics (1.0 - 1) <80B58300-0731-3ABC-B285-1DA1BAF8CD5F> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
       0x1afb21000 -        0x1afb36fff  libswiftAppKit.dylib (104) <58E2E650-EE1B-3347-B8B9-746CC78E3EB5> /usr/lib/swift/libswiftAppKit.dylib
       0x1afb37000 -        0x1afb38fff  libswiftQuartzCore.dylib (1) <8043B840-A1BC-3797-BF9E-CEBDD5E3D576> /usr/lib/swift/libswiftQuartzCore.dylib
       0x1b316d000 -        0x1b3170fff  com.apple.FinderSyncPriv (1.6 - 1350.5.3) <A66EEB5C-1151-3681-99F1-40C5CA2313ED> /System/Library/PrivateFrameworks/FinderSyncPriv.framework/Versions/A/FinderSyncPriv
       0x1b327d000 -        0x1b3293fff  libswiftUniformTypeIdentifiers.dylib (637) <C729393C-D35D-3B1C-A680-C0B5347DB1FC> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
       0x1b3294000 -        0x1b32fffff  libswiftAccelerate.dylib (10.40.1) <181FE79B-7A58-384E-88C0-E20E364515F4> /usr/lib/swift/libswiftAccelerate.dylib
       0x1b5a51000 -        0x1b5a52fff  libswiftCryptoTokenKit.dylib (487.120.2) <0FBB8721-382A-3FAA-AD82-977F5324A3E8> /usr/lib/swift/libswiftCryptoTokenKit.dylib
       0x1b8ba7000 -        0x1b8c45fff  com.apple.Symbolication (12.5 - 64544.70.1) <3A17A013-EDA4-37C3-97F8-D0BA3B774A48> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
       0x1bcae5000 -        0x1bcb2dfff  com.apple.security.CryptoKit (1.0 - 1) <41098773-015E-3C2F-B9AA-BCC238F5681A> /System/Library/Frameworks/CryptoKit.framework/Versions/A/CryptoKit
       0x1cb02f000 -        0x1cb035fff  libCoreFSCache.dylib (200.9) <B24F0A1E-218F-3721-820B-83EBAE601AF6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x1cb036000 -        0x1cb03bfff  libCoreVMClient.dylib (200.9) <9FCB6CF9-9E74-30C5-B1EF-6DC91F8538BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
       0x1cb03c000 -        0x1cb04bfff  com.apple.opengl (18.5.9 - 18.5.9) <46C8A36B-04AF-3B2B-A07B-81F18DC38A08> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
       0x1cb04c000 -        0x1cb04efff  libCVMSPluginSupport.dylib (18.5.9) <AC54999C-2300-3769-9DFA-357D02D14939> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
       0x1cb04f000 -        0x1cb057fff  libGFXShared.dylib (18.5.9) <5DC8E881-0092-37CE-945E-43392DC84245> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
       0x1cb058000 -        0x1cb090fff  libGLImage.dylib (18.5.9) <46B15C22-B004-3BE3-BE18-B070FBDCF2CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
       0x1cb091000 -        0x1cb0c9fff  libGLU.dylib (18.5.9) <A216E56E-4166-3753-9DDA-285369A91C16> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
       0x1cb237000 -        0x1cb241fff  libGL.dylib (18.5.9) <320BE048-A77E-3495-B42D-5E5B1ED6C035> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
       0x1cb3d2000 -        0x1cb431fff  com.apple.opencl (4.6 - 4.6) <947BA746-7E16-3B41-A718-16A09A8033C1> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
       0x1cbeb7000 -        0x1cbf9dfff  com.apple.audio.AVFAudio (1.0 - 477.87) <E75A4586-D6A0-3DCD-AB2C-4AB1DB8BDCE0> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
       0x1cdb75000 -        0x1cdb7ffff  com.apple.AccessibilityBundles (1.0 - 174) <58DAD2A2-687B-3B76-8567-0A6104A6C489> /System/Library/PrivateFrameworks/AccessibilityBundles.framework/Versions/A/AccessibilityBundles
       0x1ce47b000 -        0x1ce486fff  com.apple.CMImaging (1.0 - 82.6) <A1403DA5-51B1-33EE-B90B-7B1C56B693BB> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging
       0x1dc474000 -        0x1dc47bfff  libRosetta.dylib (203.46) <F1CBF4AA-033C-3ABA-A13E-696ADC7A9E6A> /usr/lib/libRosetta.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=867.3M resident=0K(0%) swapped_out_or_unallocated=867.3M(100%)
Writable regions: Total=2.5G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.5G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               512K        4 
Activity Tracing                   256K        1 
CG backing stores                 8832K       12 
CG image                           144K        6 
CG raster data                      96K        3 
CoreAnimation                     12.7M      201 
CoreGraphics                        48K        3 
CoreUI image data                 2624K       22 
Foundation                          64K        2 
Kernel Alloc Once                   32K        1 
MALLOC                             1.5G      179 
MALLOC guard page                  288K       16 
MALLOC_MEDIUM (reserved)         952.0M        8         reserved VM address space (unallocated)
SQLite page cache                  128K        2 
STACK GUARD                       56.2M       12 
Stack                             13.8M       12 
VM_ALLOCATE                        1.0G       26 
__AUTH                            1128K      242 
__AUTH_CONST                      17.1M      432 
__DATA                            9602K      424 
__DATA_CONST                      14.9M      439 
__DATA_DIRTY                      1819K      185 
__FONT_DATA                          4K        1 
__LINKEDIT                       490.4M       15 
__OBJC_CONST                      2664K      213 
__OBJC_RO                         75.0M        1 
__OBJC_RW                         2576K        1 
__TEXT                           377.0M      459 
__UNICODE                          588K        1 
libnetwork                         128K        8 
mapped file                      258.4M       62 
shared memory                      992K       17 
===========                     =======  ======= 
TOTAL                              4.7G     3010 
TOTAL, minus reserved VM space     3.8G     3010 

Model: Macmini9,1, BootROM 6723.120.36, proc 8:4:4 processors, 16 GB, SMC 
Graphics: kHW_AppleM1Item, Apple M1, spdisplays_builtin
Memory Module: LPDDR4
AirPort: spairport_wireless_card_type_airport_extreme, wl0: Apr 28 2021 19:53:33 version 18.50.40.7.7.8.119 FWID 01-e6894c69
Bluetooth: Version 8.0.5d7, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
USB Device: USB 3.1 Bus
USB Device: Extreme SSD
USB Device: USB 3.1 Bus
USB Device: Hub
USB Device: Texas Instruments USB Billboard Device
USB Device: USB 3.0 Bus
USB Device: Apple Watch Magnetic Charging Cable
Thunderbolt Bus: Mac mini, Apple Inc.
Thunderbolt Bus: Mac mini, Apple Inc.

Support for More Languages

Welsh is jumping to mind for me and my app personally, but Xcode supports hundreds more languages than Stringz currently shows 👀

🏴󠁧󠁢󠁷󠁬󠁳󠁿

reserve the extra spaces between each lines

the Localize file was like

"About-Privacy" = "隐私政策";


"About-Protocol" = "用户协议";


"ActiveRoadshow-Reserve" = "立即预约";

........

after a using StringZ, and append an item, it suddenly be like this

"About-Privacy" = "隐私政策";
"About-Protocol" = "用户协议";
"ActiveRoadshow-Reserve" = "立即预约";
"Another-Item" = "Useful info";
........

Could u plz do not remove extra spaces due to our project regulation

Stringz Files

It'd be nice if Stringz could generate a Stringz specific file from an xcode project that could be sent off to a 3rd party for translations and then on return of that edited file could be applied back to the xcode project.

Error on saving file with symbolic link

I use symbolic link in Localizable.strings such as ../../../xxx-l10n/Localizable/zh-Hans.lproj/Localizable.strings, but Stringz overwrites the file on saving.

Localizable.xcstrings file not showed

Hi, I'm opening my Xcode project (a Swift/UI 5 project) but the app is only showing two Info.plist for my widget and notificationservice extensions, and does not show the Localizable.xcstrings file I have on the root of the project nor the plist file of the main app.

CleanShot 2023-10-24 at 4  26 00@2x

Do you have any idea? Thanks!

Multiline Rows

Any chance of adding multiline support to prevent clipping?

Allow translations table to scroll horizontally

I just learned about this app today, and I'm excited to start using it!

Because my project has a lot of languages, I'm seeing an issue where each column is really small by default, and when I manually expand a column, the columns at the end get even smaller.

Is it possible for the view to scroll horizontally, so that columns can be wider?

Screen Shot 2021-09-14 at 12 56 35 PM

Screen Shot 2021-09-14 at 12 57 09 PM

Duplicate Values Warning

It'd be great to display yellow fields for keys that have the same values across languages in case one language was used a placeholder for another. App is great too. Thanks for your work.

Fix NSInternalInconsistencyException: Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread. in Stringz.EditorManager.(reloadAll in _C47C1A07C10E7462CB3946BBCD87F1A8)() -> () (EditorManager.swift:151)

Version 0.6.3(40)

Stacktrace

MSACCrashesUncaughtCXXTerminateHandler() + 788;Stringz

Reason

NSInternalInconsistencyException: Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread.

Link to App Center

Chinese Traditional (Hong Kong) (zh-Hant-HK) doesn't show up

Hi, I have Chinese Simplified, Chinese Traditional (Taiwan), Chinese Traditional (Hong Kong) in my project,
but I only see Chinese Simplified and Chinese Traditional (Taiwan) in Stringz editor.
Chinese Traditional (Hong Kong) (zh-Hant-HK) doesn't show up
Don't know it's a problem or just my mistake?

Fix SIGILL in Stringz.SidebarViewController.viewDidLoad() -> ()

Version 0.4.0(29)

Stacktrace

Stringz.SidebarViewController.viewDidLoad() -> () (SidebarViewController.swift:0);Stringz

@objc Stringz.SidebarViewController.viewDidLoad() -> () (:0);Stringz

Stringz.AppDelegate.openProject(Foundation.URL) -> Swift.Bool (AppDelegate.swift:186);Stringz

closure #1 (__C.NSModalResponse) -> () in Stringz.AppDelegate.openClicked(Any?) -> () (AppDelegate.swift:166);Stringz

reabstraction thunk helper from @escaping @callee_guaranteed (@unowned __C.NSModalResponse) -> () to @escaping @callee_unowned @convention(block) (@unowned __C.NSModalResponse) -> () (:0);Stringz

main (AppDelegate.swift:18);Stringz

Reason

SIGILL

Link to App Center

Use more horizontal space

Thanks for building Stringz so far, it's already proven to be a super valuable tool to quickly see localization strings across all supported languages in a project. Something I'd wish for however would be for language columns to take up a little more space by default, especially the first Key column and have the entire view scroll horizontally.

For reference, this is what it currently looks like in fullscreen mode for me, adjusting the columns at the far right manually is a bit tedious.
Screen Shot 2021-01-11 at 21 18 45

Thanks for considering!

Please add xcloc/xliff files support.

This app is beneficial when editing existing translations. But It can't find missing strings from codes.

Xcode can generate xcloc/xliff files with "Product/Export Localizations". It will add missing strings from code, which is safer than adding them by hand. It will be very helpful if you can support these formats.

Reload Capability

Would be nice to have a reload capability (cmd + R) to reload the project's files. Right now I have to close and open again the project.

Opening and translating just a single .strings file

Hi!

I really love the design and what this app does. In my free time, I like to translate apps into my native language. I was looking for an application in which I could translate files such as localizable.strings

​Translating those files in an ordinary Text Editor is really not comfortable for me. If I can choose, I prefer to use platforms such as Crowdin, Localazy, Weblate, ... But developers do not always use such services for various reasons.

I am not a developer, so I do not create projects or use Xcode. Is there any possibility how I could open in Stringz .strings files so I can contribute and translate apps, that are not yet in my native language?

Would it be possible to add please an option to open directly .strings files, please?

Thank you.

Incorrect national flag emoji for Traditional Chinese language

Incorrect national flag emoji for traditional Chinese language.

Version:
0.6.4 (41)

Steps to reproduce:
From the language dropdown button, select Chinese (Traditional) -> At the first row, the national flag emoji is showing China's national flag.

Screenshot:
Screen Shot 2021-03-19 at 6 05 54 PM

Suggestion to fix this issue:
Change the national flag emoji from 🇨🇳(China) to 🇹🇼(Taiwan).

Thank you very much!

The code is incomplete and the preferences cannot be opened

Hi, thank you so much for creating Stringz such a great app, I am very interested in macOS development myself, running your open-source code on Github found that it was different from the Release version, it lacked many languages (compared to the Release version when opening the same project) and the Settings interface could not be opened. Could you please review the source code and commit it, I would be happy to contribute code to this project.

Support Android Resource XML Files

Currently, I don't see the support for Android XML yets. I think it's a great feature to have. The translation is also difficult in Android Studio. Looking forward to seeing it coming.

Automatic International English Conversion

Overview

Apple supports providing string definitions for a number of sub-English languages including (but not limited to):

  • British (en-GB)
  • American (en-US)
  • Canadian (en-CA)
  • Australian (en-AU)

I highlight these ones in particular because they are notable, large, audiences which applications may find value in providing custom translations for.

Language Differences

https://en.wikipedia.org/wiki/American_and_British_English_spelling_differences

image
Image Source: Wikipedia

Feature Request

It would be helpful if Stringz provided the option to automatically adapt translations made in one English language into one or more other English languages from those highlighted above. The most important (and well documented) option being to translate American English into British English and vice-versa.

There are a number of open-source libraries and command line tools which achieve this functionality, so we would need to reinvent the wheel.

In this example, the user would only provide one translation (such as British English) and the strings file for the other languages (such as American English) would be automatically generated and maintained by Stringz providing the alternate translations where necessary.

Crashing on macOS Catalina

The app is crashing immediately after opening a project on macOS Catalina

macOS version 10.15.6
App version 0.3.2

error: Multiple commands produce about Intermediates.noindex

After using auto save, Xcode project seems can not be compiled due to "Multiple commands produce".
The whole error message is as follow:

Multiple commands produce '/Users/amos/Library/Developer/Xcode/DerivedData/AmosTesla-brjlpcwfqjauwafxmmsqtqbgcnty/Build/Intermediates.noindex/Previews/AmosTesla/Products/Debug-iphonesimulator/.app':


SchemeBuildError: Failed to build the scheme "AmosTesla"

Multiple commands produce '/Users/amos/Library/Developer/Xcode/DerivedData/AmosTesla-brjlpcwfqjauwafxmmsqtqbgcnty/Build/Intermediates.noindex/Previews/AmosTesla/Products/Debug-iphonesimulator/.app':

Build system information:
error: Multiple commands produce '/Users/amos/Library/Developer/Xcode/DerivedData/AmosTesla-brjlpcwfqjauwafxmmsqtqbgcnty/Build/Intermediates.noindex/Previews/AmosTesla/Products/Debug-iphonesimulator/.app':

  1. Target 'AmosTesla' has link command with output '/Users/amos/Library/Developer/Xcode/DerivedData/AmosTesla-brjlpcwfqjauwafxmmsqtqbgcnty/Build/Intermediates.noindex/Previews/AmosTesla/Products/Debug-iphonesimulator/.app'
  2. Target 'AmosTesla' has create directory command with output '/Users/amos/Library/Developer/Xcode/DerivedData/AmosTesla-brjlpcwfqjauwafxmmsqtqbgcnty/Build/Intermediates.noindex/Previews/AmosTesla/Products/Debug-iphonesimulator/.app'

Crashes while opening .xcodeproj file


Translated Report (Full Report Below)

Process: Stringz [17162]
Path: /Applications/Stringz.app/Contents/MacOS/Stringz
Identifier: dev.stringz.stringz
Version: 0.7.5 (44)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2023-10-28 13:53:02.5607 +0800
OS Version: macOS 13.4 (22F66)
Report Version: 12
Anonymous UUID: 47512716-F26A-EE71-1507-32047258CD25

Sleep/Wake UUID: 1A23D067-FA30-4597-AF57-0B05B1F70763

Time Awake Since Boot: 450000 seconds
Time Since Wake: 438620 seconds

System Integrity Protection: enabled

Crashed Thread: 2 Dispatch queue: com.apple.root.default-qos

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
abort() called

Thread 0:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x1809b5c20 cache_t::insert(objc_selector*, void ()(), objc_object) + 248
1 libobjc.A.dylib 0x18099e490 lookUpImpOrForward + 576
2 libobjc.A.dylib 0x18099df64 _objc_msgSend_uncached + 68
3 AppKit 0x18408ff34 NSCellImageRectWithSize_centeredInRect_scaling_flipped + 688
4 AppKit 0x1844040ac NSButtonCellScaledImageMetricsInSize + 136
5 AppKit 0x1844031ec -[NSButtonCell _contentMetricsInFrame:allowImageScaling:compactContent:compressionOptions:inView:] + 968
6 AppKit 0x184401364 -[NSButtonCell _imageOrProgressRect:titleRect:forBounds:] + 168
7 AppKit 0x184628d84 -[NSPopUpButtonCell _imageOrProgressRect:titleRect:forBounds:] + 176
8 AppKit 0x1840d6df8 -[NSPopUpButtonCell imageRectForBounds:] + 72
9 AppKit 0x184182be8 -[NSPopUpButtonCell _imageViewFrameWithFrame:inView:] + 28
10 AppKit 0x1840ccbb4 -[NSButtonCell _updateImageViewWithFrame:inView:] + 40
11 AppKit 0x1840c9184 -[NSButtonCell layoutLayerWithFrame:inView:] + 156
12 AppKit 0x18416fcd4 -[NSPopUpButtonCell layoutLayerWithFrame:inView:] + 80
13 AppKit 0x18407f770 -[NSControl layout] + 72
14 AppKit 0x18407fa0c -[NSButton layout] + 620
15 AppKit 0x18480232c ___NSViewLayout_block_invoke + 592
16 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
17 AppKit 0x18407e790 _NSViewLayout + 96
18 AppKit 0x1847f8c14 __36-[NSView _layoutSubtreeWithOldSize:]_block_invoke + 364
19 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
20 AppKit 0x18407e724 -[NSView _layoutSubtreeWithOldSize:] + 100
21 AppKit 0x1847f8d58 __36-[NSView _layoutSubtreeWithOldSize:]_block_invoke + 688
22 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
23 AppKit 0x18407e724 -[NSView _layoutSubtreeWithOldSize:] + 100
24 AppKit 0x1847f9718 __56-[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:]_block_invoke + 800
25 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
26 AppKit 0x18407e274 -[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:] + 100
27 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
28 AppKit 0x18407e204 -[NSView layoutSubtreeIfNeeded] + 96
29 AppKit 0x18411e7ac -[NSToolbarView layout] + 208
30 AppKit 0x18480232c ___NSViewLayout_block_invoke + 592
31 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
32 AppKit 0x18407e790 _NSViewLayout + 96
33 AppKit 0x1847f8c14 __36-[NSView _layoutSubtreeWithOldSize:]_block_invoke + 364
34 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
35 AppKit 0x18407e724 -[NSView _layoutSubtreeWithOldSize:] + 100
36 AppKit 0x1847f8d58 __36-[NSView _layoutSubtreeWithOldSize:]_block_invoke + 688
37 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
38 AppKit 0x18407e724 -[NSView _layoutSubtreeWithOldSize:] + 100
39 AppKit 0x1847f8d58 __36-[NSView _layoutSubtreeWithOldSize:]_block_invoke + 688
40 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
41 AppKit 0x18407e724 -[NSView _layoutSubtreeWithOldSize:] + 100
42 AppKit 0x1847f8d58 __36-[NSView _layoutSubtreeWithOldSize:]_block_invoke + 688
43 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
44 AppKit 0x18407e724 -[NSView _layoutSubtreeWithOldSize:] + 100
45 AppKit 0x1847f9718 __56-[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:]_block_invoke + 800
46 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
47 AppKit 0x18407e274 -[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:] + 100
48 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
49 AppKit 0x18407e204 -[NSView layoutSubtreeIfNeeded] + 96
50 AppKit 0x184802948 __NSViewLayoutIfNeededAndSendViewWillDrawAndRecurse_block_invoke + 36
51 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
52 AppKit 0x1847f9e74 __25-[NSView displayIfNeeded]_block_invoke + 424
53 AppKit 0x1840795f8 NSPerformVisuallyAtomicChange + 108
54 AppKit 0x1840e098c -[NSView displayIfNeeded] + 96
55 AppKit 0x1840ddee4 -[NSWindow displayIfNeeded] + 264
56 AppKit 0x1840ddd50 __NSWindowGetDisplayCycleObserverForDisplay_block_invoke + 516
57 AppKit 0x1840dcc30 NSDisplayCycleObserverInvoke + 168
58 AppKit 0x1840dc88c NSDisplayCycleFlush + 644
59 QuartzCore 0x1882f9ce4 CA::Transaction::run_commit_handlers(CATransactionPhase) + 120
60 QuartzCore 0x1882f8aa0 CA::Transaction::commit() + 320
61 AppKit 0x18415ec7c __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 272
62 AppKit 0x18483af7c ___NSRunLoopObserverCreateWithHandler_block_invoke + 64
63 CoreFoundation 0x180e159f0 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 36
64 CoreFoundation 0x180e158dc __CFRunLoopDoObservers + 532
65 CoreFoundation 0x180e14f14 __CFRunLoopRun + 776
66 CoreFoundation 0x180e144b8 CFRunLoopRunSpecific + 612
67 HIToolbox 0x18a65ec40 RunCurrentEventLoopInMode + 292
68 HIToolbox 0x18a65e8d0 ReceiveNextEventCommon + 220
69 HIToolbox 0x18a65e7d4 _BlockUntilNextEventMatchingListInModeWithFilter + 76
70 AppKit 0x184035d44 _DPSNextEvent + 636
71 AppKit 0x184034ee0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716
72 AppKit 0x184029344 -[NSApplication run] + 464
73 AppKit 0x184000794 NSApplicationMain + 880
74 Stringz 0x1043d94b4 0x1043d4000 + 21684
75 dyld 0x1809dff28 start + 2236

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

Thread 2 Crashed:: Dispatch queue: com.apple.root.default-qos
0 libsystem_kernel.dylib 0x180d00724 __pthread_kill + 8
1 libsystem_pthread.dylib 0x180d37c28 pthread_kill + 288
2 libsystem_c.dylib 0x180c45ae8 abort + 180
3 libswiftCore.dylib 0x18fddfae8 swift::fatalErrorv(unsigned int, char const*, char*) + 136
4 libswiftCore.dylib 0x18fddfb08 swift::fatalError(unsigned int, char const*, ...) + 32
5 libswiftCore.dylib 0x18fdd5970 swift::swift_dynamicCastFailure(void const*, char const*, void const*, char const*, char const*) + 80
6 libswiftCore.dylib 0x18fdd59ec swift::swift_dynamicCastFailure(swift::TargetMetadataswift::InProcess const*, swift::TargetMetadataswift::InProcess const*, char const*) + 124
7 libswiftCore.dylib 0x18fdda370 swift_dynamicCast + 344
8 Stringz 0x1044067e4 0x1043d4000 + 206820
9 Stringz 0x104427f90 0x1043d4000 + 343952
10 Stringz 0x1043eb140 0x1043d4000 + 94528
11 libdispatch.dylib 0x180b86874 _dispatch_call_block_and_release + 32
12 libdispatch.dylib 0x180b88400 _dispatch_client_callout + 20
13 libdispatch.dylib 0x180b8b4e0 _dispatch_queue_override_invoke + 788
14 libdispatch.dylib 0x180b99e98 _dispatch_root_queue_drain + 396
15 libdispatch.dylib 0x180b9a6c0 _dispatch_worker_thread2 + 164
16 libsystem_pthread.dylib 0x180d34038 _pthread_wqthread + 228
17 libsystem_pthread.dylib 0x180d32d94 start_wqthread + 8

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

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

Thread 5:
0 libsystem_kernel.dylib 0x180cf7f14 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x180d0a240 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x180d00b78 mach_msg_overwrite + 604
3 libsystem_kernel.dylib 0x180cf8290 mach_msg + 24
4 Stringz 0x1045abc18 0x1043d4000 + 1932312
5 libsystem_pthread.dylib 0x180d37fa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x180d32da0 thread_start + 8

Thread 6:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x180cf7f14 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x180d0a240 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x180d00b78 mach_msg_overwrite + 604
3 libsystem_kernel.dylib 0x180cf8290 mach_msg + 24
4 CoreFoundation 0x180e167e4 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x180e150c4 __CFRunLoopRun + 1208
6 CoreFoundation 0x180e144b8 CFRunLoopRunSpecific + 612
7 AppKit 0x184160334 _NSEventThread + 172
8 libsystem_pthread.dylib 0x180d37fa8 _pthread_start + 148
9 libsystem_pthread.dylib 0x180d32da0 thread_start + 8

Thread 7:
0 libsystem_pthread.dylib 0x180d32d8c start_wqthread + 0

Thread 8:
0 libsystem_pthread.dylib 0x180d32d8c start_wqthread + 0

Thread 9:
0 libsystem_pthread.dylib 0x180d32d8c start_wqthread + 0

Thread 2 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x0000000000011c20 x5: 0x0000000000000020 x6: 0x0000600003b44000 x7: 0x0000000000000003
x8: 0x412c0d0c87d1e103 x9: 0x412c0d0dec6d5103 x10: 0x0000000000000000 x11: 0x0000600003b44000
x12: 0x0000000000000060 x13: 0x00000000ffffff56 x14: 0x00000000000007fb x15: 0x0000000083c54ffb
x16: 0x0000000000000148 x17: 0x00000001e0858f60 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x000000016bbcb000 x21: 0x0000000000004e03 x22: 0x000000016bbcb0e0 x23: 0x000000016bbca7a0
x24: 0x000000016bbca9f0 x25: 0x0000600001066010 x26: 0x0000600001065fe0 x27: 0x0000000000000000
x28: 0x0000600003b20360 fp: 0x000000016bbca6b0 lr: 0x0000000180d37c28
sp: 0x000000016bbca690 pc: 0x0000000180d00724 cpsr: 0x40001000
far: 0x000000011386403c esr: 0x56000080 Address size fault

Binary Images:
0x1043d4000 - 0x10462bfff dev.stringz.stringz (0.7.5) <1cff6e5b-89c7-3a59-8a1b-d8c9173096cf> /Applications/Stringz.app/Contents/MacOS/Stringz
0x104884000 - 0x1048dbfff org.sparkle-project.Sparkle (2.3.0) /Applications/Stringz.app/Contents/Frameworks/Sparkle.framework/Versions/B/Sparkle
0x1106a8000 - 0x1106c7fff com.apple.security.csparser (3.0) /System/Library/Frameworks/Security.framework/Versions/A/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x110668000 - 0x11066ffff com.apple.CloudDocsFileProvider (1.0) <017e043e-5737-3068-9b3a-ddb9a40d7896> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider
0x110680000 - 0x110687fff com.apple.FileProviderOverride (855.121.1) <96bff6ca-1a7e-3003-bbbb-c1a2840a2159> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
0x11076c000 - 0x11078bfff com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (13.4) /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
0x110f40000 - 0x110f4bfff libobjc-trampolines.dylib () <570c31f7-94c6-3b86-ae44-1694db0a4bcd> /usr/lib/libobjc-trampolines.dylib
0x180994000 - 0x1809d9f3f libobjc.A.dylib (
) <5beafa2b-3af4-3ed2-b054-1f58a7c851ef> /usr/lib/libobjc.A.dylib
0x183ffd000 - 0x184f0bfff com.apple.AppKit (6.9) <041c7d21-21cc-3eea-ae53-d39f5ca6a24e> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x1882f6000 - 0x188673fff com.apple.QuartzCore (1.11) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x180d97000 - 0x181270fff com.apple.CoreFoundation (6.9) <203e4401-8c2e-3157-a24b-92f52551d43e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x18a62e000 - 0x18a961fff com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x1809da000 - 0x180a68553 dyld () /usr/lib/dyld
0x180d31000 - 0x180d3dfff libsystem_pthread.dylib (
) <46d35233-a051-3f4f-bba4-ba56dddc4d1a> /usr/lib/system/libsystem_pthread.dylib
0x180cf7000 - 0x180d30fe7 libsystem_kernel.dylib () <42f503e2-9273-360a-a086-c1b19bbd3962> /usr/lib/system/libsystem_kernel.dylib
0x180bcf000 - 0x180c4dff7 libsystem_c.dylib (
) <95a70e20-1df3-3ddf-900c-315ed0b2c067> /usr/lib/system/libsystem_c.dylib
0x18fa47000 - 0x18ff7ffff libswiftCore.dylib () <5285709c-f140-3a18-95ff-ab77b12dc473> /usr/lib/swift/libswiftCore.dylib
0x180b84000 - 0x180bcbfff libdispatch.dylib (
) /usr/lib/system/libdispatch.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=1.4G resident=0K(0%) swapped_out_or_unallocated=1.4G(100%)
Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 2
Activity Tracing 256K 1
CG backing stores 3136K 8
ColorSync 480K 24
CoreAnimation 112K 7
CoreGraphics 48K 3
CoreUI image data 1072K 6
Foundation 16K 1
Kernel Alloc Once 32K 1
MALLOC 281.3M 51
MALLOC guard page 192K 10
MALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
SQLite page cache 128K 1
STACK GUARD 56.2M 10
Stack 12.8M 10
VM_ALLOCATE 176K 11
__AUTH 1842K 340
__AUTH_CONST 28.0M 560
__CTF 824 1
__DATA 13.1M 551
__DATA_CONST 27.4M 569
__DATA_DIRTY 1981K 214
__FONT_DATA 2352 1
__INFO_FILTER 8 1
__LINKEDIT 802.7M 8
__OBJC_RO 66.3M 1
__OBJC_RW 2011K 1
__TEXT 607.0M 590
dyld private memory 272K 2
mapped file 214.8M 140
shared memory 1040K 21
=========== ======= =======
TOTAL 3.4G 3155
TOTAL, minus reserved VM space 2.1G 3155


Full Report

{"app_name":"Stringz","timestamp":"2023-10-28 13:53:05.00 +0800","app_version":"0.7.5","slice_uuid":"1cff6e5b-89c7-3a59-8a1b-d8c9173096cf","build_version":"44","platform":1,"bundleID":"dev.stringz.stringz","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.4 (22F66)","roots_installed":0,"name":"Stringz","incident_id":"5F073E77-6783-4A20-8556-12B6E8B96A00"}
{
"uptime" : 450000,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookAir10,1",
"coalitionID" : 27369,
"osVersion" : {
"train" : "macOS 13.4",
"build" : "22F66",
"releaseType" : "User"
},
"captureTime" : "2023-10-28 13:53:02.5607 +0800",
"incident" : "5F073E77-6783-4A20-8556-12B6E8B96A00",
"pid" : 17162,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2023-10-28 13:52:55.0704 +0800",
"procStartAbsTime" : 10802624391551,
"procExitAbsTime" : 10802804094260,
"procName" : "Stringz",
"procPath" : "/Applications/Stringz.app/Contents/MacOS/Stringz",
"bundleInfo" : {"CFBundleShortVersionString":"0.7.5","CFBundleVersion":"44","CFBundleIdentifier":"dev.stringz.stringz"},
"storeInfo" : {"deviceIdentifierForVendor":"A2B43901-7223-551C-87CB-32F11AB8BA41","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "dev.stringz.stringz",
"crashReporterKey" : "47512716-F26A-EE71-1507-32047258CD25",
"codeSigningID" : "dev.stringz.stringz",
"codeSigningTeamID" : "PHGV4R6G9J",
"codeSigningFlags" : 570503953,
"codeSigningValidationCategory" : 6,
"codeSigningTrustLevel" : 0,
"wakeTime" : 438620,
"sleepWakeUUID" : "1A23D067-FA30-4597-AF57-0B05B1F70763",
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
"asi" : {"libsystem_c.dylib":["abort() called"]},
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":1080,"task_for_pid":53},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 2,
"threads" : [{"id":4953943,"queue":"com.apple.main-thread","frames":[{"imageOffset":138272,"symbol":"cache_t::insert(objc_selector*, void ()(), objc_object)","symbolLocation":248,"imageIndex":7},{"imageOffset":42128,"symbol":"lookUpImpOrForward","symbolLocation":576,"imageIndex":7},{"imageOffset":40804,"symbol":"_objc_msgSend_uncached","symbolLocation":68,"imageIndex":7},{"imageOffset":601908,"symbol":"NSCellImageRectWithSize_centeredInRect_scaling_flipped","symbolLocation":688,"imageIndex":8},{"imageOffset":4223148,"symbol":"NSButtonCellScaledImageMetricsInSize","symbolLocation":136,"imageIndex":8},{"imageOffset":4219372,"symbol":"-[NSButtonCell _contentMetricsInFrame:allowImageScaling:compactContent:compressionOptions:inView:]","symbolLocation":968,"imageIndex":8},{"imageOffset":4211556,"symbol":"-[NSButtonCell _imageOrProgressRect:titleRect:forBounds:]","symbolLocation":168,"imageIndex":8},{"imageOffset":6471044,"symbol":"-[NSPopUpButtonCell _imageOrProgressRect:titleRect:forBounds:]","symbolLocation":176,"imageIndex":8},{"imageOffset":892408,"symbol":"-[NSPopUpButtonCell imageRectForBounds:]","symbolLocation":72,"imageIndex":8},{"imageOffset":1596392,"symbol":"-[NSPopUpButtonCell _imageViewFrameWithFrame:inView:]","symbolLocation":28,"imageIndex":8},{"imageOffset":850868,"symbol":"-[NSButtonCell _updateImageViewWithFrame:inView:]","symbolLocation":40,"imageIndex":8},{"imageOffset":835972,"symbol":"-[NSButtonCell layoutLayerWithFrame:inView:]","symbolLocation":156,"imageIndex":8},{"imageOffset":1518804,"symbol":"-[NSPopUpButtonCell layoutLayerWithFrame:inView:]","symbolLocation":80,"imageIndex":8},{"imageOffset":534384,"symbol":"-[NSControl layout]","symbolLocation":72,"imageIndex":8},{"imageOffset":535052,"symbol":"-[NSButton layout]","symbolLocation":620,"imageIndex":8},{"imageOffset":8409900,"symbol":"___NSViewLayout_block_invoke","symbolLocation":592,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":530320,"symbol":"_NSViewLayout","symbolLocation":96,"imageIndex":8},{"imageOffset":8371220,"symbol":"__36-[NSView _layoutSubtreeWithOldSize:]_block_invoke","symbolLocation":364,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":530212,"symbol":"-[NSView _layoutSubtreeWithOldSize:]","symbolLocation":100,"imageIndex":8},{"imageOffset":8371544,"symbol":"__36-[NSView _layoutSubtreeWithOldSize:]_block_invoke","symbolLocation":688,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":530212,"symbol":"-[NSView _layoutSubtreeWithOldSize:]","symbolLocation":100,"imageIndex":8},{"imageOffset":8374040,"symbol":"__56-[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:]_block_invoke","symbolLocation":800,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":529012,"symbol":"-[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:]","symbolLocation":100,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":528900,"symbol":"-[NSView layoutSubtreeIfNeeded]","symbolLocation":96,"imageIndex":8},{"imageOffset":1185708,"symbol":"-[NSToolbarView layout]","symbolLocation":208,"imageIndex":8},{"imageOffset":8409900,"symbol":"___NSViewLayout_block_invoke","symbolLocation":592,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":530320,"symbol":"_NSViewLayout","symbolLocation":96,"imageIndex":8},{"imageOffset":8371220,"symbol":"__36-[NSView _layoutSubtreeWithOldSize:]_block_invoke","symbolLocation":364,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":530212,"symbol":"-[NSView _layoutSubtreeWithOldSize:]","symbolLocation":100,"imageIndex":8},{"imageOffset":8371544,"symbol":"__36-[NSView _layoutSubtreeWithOldSize:]_block_invoke","symbolLocation":688,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":530212,"symbol":"-[NSView _layoutSubtreeWithOldSize:]","symbolLocation":100,"imageIndex":8},{"imageOffset":8371544,"symbol":"__36-[NSView _layoutSubtreeWithOldSize:]_block_invoke","symbolLocation":688,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":530212,"symbol":"-[NSView _layoutSubtreeWithOldSize:]","symbolLocation":100,"imageIndex":8},{"imageOffset":8371544,"symbol":"__36-[NSView _layoutSubtreeWithOldSize:]_block_invoke","symbolLocation":688,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":530212,"symbol":"-[NSView _layoutSubtreeWithOldSize:]","symbolLocation":100,"imageIndex":8},{"imageOffset":8374040,"symbol":"__56-[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:]_block_invoke","symbolLocation":800,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":529012,"symbol":"-[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:]","symbolLocation":100,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":528900,"symbol":"-[NSView layoutSubtreeIfNeeded]","symbolLocation":96,"imageIndex":8},{"imageOffset":8411464,"symbol":"__NSViewLayoutIfNeededAndSendViewWillDrawAndRecurse_block_invoke","symbolLocation":36,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":8375924,"symbol":"__25-[NSView displayIfNeeded]_block_invoke","symbolLocation":424,"imageIndex":8},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":8},{"imageOffset":932236,"symbol":"-[NSView displayIfNeeded]","symbolLocation":96,"imageIndex":8},{"imageOffset":921316,"symbol":"-[NSWindow displayIfNeeded]","symbolLocation":264,"imageIndex":8},{"imageOffset":920912,"symbol":"__NSWindowGetDisplayCycleObserverForDisplay_block_invoke","symbolLocation":516,"imageIndex":8},{"imageOffset":916528,"symbol":"NSDisplayCycleObserverInvoke","symbolLocation":168,"imageIndex":8},{"imageOffset":915596,"symbol":"NSDisplayCycleFlush","symbolLocation":644,"imageIndex":8},{"imageOffset":15588,"symbol":"CA::Transaction::run_commit_handlers(CATransactionPhase)","symbolLocation":120,"imageIndex":9},{"imageOffset":10912,"symbol":"CA::Transaction::commit()","symbolLocation":320,"imageIndex":9},{"imageOffset":1449084,"symbol":"__62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke","symbolLocation":272,"imageIndex":8},{"imageOffset":8642428,"symbol":"___NSRunLoopObserverCreateWithHandler_block_invoke","symbolLocation":64,"imageIndex":8},{"imageOffset":518640,"symbol":"CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION","symbolLocation":36,"imageIndex":10},{"imageOffset":518364,"symbol":"__CFRunLoopDoObservers","symbolLocation":532,"imageIndex":10},{"imageOffset":515860,"symbol":"__CFRunLoopRun","symbolLocation":776,"imageIndex":10},{"imageOffset":513208,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":10},{"imageOffset":199744,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":11},{"imageOffset":198864,"symbol":"ReceiveNextEventCommon","symbolLocation":220,"imageIndex":11},{"imageOffset":198612,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":11},{"imageOffset":232772,"symbol":"_DPSNextEvent","symbolLocation":636,"imageIndex":8},{"imageOffset":229088,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":716,"imageIndex":8},{"imageOffset":181060,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":8},{"imageOffset":14228,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":8},{"imageOffset":21684,"imageIndex":0},{"imageOffset":24360,"symbol":"start","symbolLocation":2236,"imageIndex":12}]},{"id":4953966,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":13}]},{"triggered":true,"id":4953972,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":72736},{"value":32},{"value":105553178411008},{"value":3},{"value":4696142858910032131},{"value":4696142864892907779},{"value":0},{"value":105553178411008},{"value":96},{"value":4294967126},{"value":2043},{"value":2210746363},{"value":328},{"value":8061816672},{"value":0},{"value":6},{"value":6102495232},{"value":19971},{"value":6102495456},{"value":6102493088},{"value":6102493680},{"value":105553133461520},{"value":105553133461472},{"value":0},{"value":105553178264416}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6456310824},"cpsr":{"value":1073745920},"fp":{"value":6102492848},"sp":{"value":6102492816},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6456084260,"matchesCrashFrame":1},"far":{"value":4622532668}},"queue":"com.apple.root.default-qos","frames":[{"imageOffset":38692,"symbol":"__pthread_kill","symbolLocation":8,"imageIndex":14},{"imageOffset":27688,"symbol":"pthread_kill","symbolLocation":288,"imageIndex":13},{"imageOffset":486120,"symbol":"abort","symbolLocation":180,"imageIndex":15},{"imageOffset":3771112,"symbol":"swift::fatalErrorv(unsigned int, char const*, char*)","symbolLocation":136,"imageIndex":16},{"imageOffset":3771144,"symbol":"swift::fatalError(unsigned int, char const*, ...)","symbolLocation":32,"imageIndex":16},{"imageOffset":3729776,"symbol":"swift::swift_dynamicCastFailure(void const*, char const*, void const*, char const*, char const*)","symbolLocation":80,"imageIndex":16},{"imageOffset":3729900,"symbol":"swift::swift_dynamicCastFailure(swift::TargetMetadataswift::InProcess const*, swift::TargetMetadataswift::InProcess const*, char const*)","symbolLocation":124,"imageIndex":16},{"imageOffset":3748720,"symbol":"swift_dynamicCast","symbolLocation":344,"imageIndex":16},{"imageOffset":206820,"imageIndex":0},{"imageOffset":343952,"imageIndex":0},{"imageOffset":94528,"imageIndex":0},{"imageOffset":10356,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":17},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":17},{"imageOffset":29920,"symbol":"_dispatch_queue_override_invoke","symbolLocation":788,"imageIndex":17},{"imageOffset":89752,"symbol":"_dispatch_root_queue_drain","symbolLocation":396,"imageIndex":17},{"imageOffset":91840,"symbol":"_dispatch_worker_thread2","symbolLocation":164,"imageIndex":17},{"imageOffset":12344,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":13},{"imageOffset":7572,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":13}]},{"id":4953988,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":13}]},{"id":4953999,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":13}]},{"id":4954004,"frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":14},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":14},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":14},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":14},{"imageOffset":1932312,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":13},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":13}]},{"id":4954171,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":14},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":14},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":14},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":14},{"imageOffset":522212,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":10},{"imageOffset":516292,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":10},{"imageOffset":513208,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":10},{"imageOffset":1454900,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":8},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":13},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":13}]},{"id":4954288,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":13}]},{"id":4954289,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":13}]},{"id":4954290,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":13}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4366090240,
"CFBundleShortVersionString" : "0.7.5",
"CFBundleIdentifier" : "dev.stringz.stringz",
"size" : 2457600,
"uuid" : "1cff6e5b-89c7-3a59-8a1b-d8c9173096cf",
"path" : "/Applications/Stringz.app/Contents/MacOS/Stringz",
"name" : "Stringz",
"CFBundleVersion" : "44"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4371005440,
"CFBundleShortVersionString" : "2.3.0",
"CFBundleIdentifier" : "org.sparkle-project.Sparkle",
"size" : 360448,
"uuid" : "baa801db-601e-35f9-bc9e-e91214ae7edb",
"path" : "/Applications/Stringz.app/Contents/Frameworks/Sparkle.framework/Versions/B/Sparkle",
"name" : "Sparkle",
"CFBundleVersion" : "2021"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4570382336,
"CFBundleShortVersionString" : "3.0",
"CFBundleIdentifier" : "com.apple.security.csparser",
"size" : 131072,
"uuid" : "ab8de20f-ecaa-3540-8abe-fcf57e740bec",
"path" : "/System/Library/Frameworks/Security.framework/Versions/A/PlugIns/csparser.bundle/Contents/MacOS/csparser",
"name" : "csparser",
"CFBundleVersion" : "60420.121.2"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4570120192,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.CloudDocsFileProvider",
"size" : 32768,
"uuid" : "017e043e-5737-3068-9b3a-ddb9a40d7896",
"path" : "/System/Library/Frameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider",
"name" : "CloudDocsFileProvider",
"CFBundleVersion" : "1553.120.155"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4570218496,
"CFBundleShortVersionString" : "855.121.1",
"CFBundleIdentifier" : "com.apple.FileProviderOverride",
"size" : 32768,
"uuid" : "96bff6ca-1a7e-3003-bbbb-c1a2840a2159",
"path" : "/System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride",
"name" : "FileProviderOverride",
"CFBundleVersion" : "855.121.1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4571185152,
"CFBundleShortVersionString" : "13.4",
"CFBundleIdentifier" : "com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride",
"size" : 131072,
"uuid" : "b463deea-6610-346d-bd23-63b7501604c6",
"path" : "/System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride",
"name" : "FinderSyncCollaborationFileProviderOverride",
"CFBundleVersion" : "1564.6.2"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4579393536,
"size" : 49152,
"uuid" : "570c31f7-94c6-3b86-ae44-1694db0a4bcd",
"path" : "/usr/lib/libobjc-trampolines.dylib",
"name" : "libobjc-trampolines.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6452494336,
"size" : 286528,
"uuid" : "5beafa2b-3af4-3ed2-b054-1f58a7c851ef",
"path" : "/usr/lib/libobjc.A.dylib",
"name" : "libobjc.A.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6509547520,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 15790080,
"uuid" : "041c7d21-21cc-3eea-ae53-d39f5ca6a24e",
"path" : "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2299.60.124"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6579773440,
"CFBundleShortVersionString" : "1.11",
"CFBundleIdentifier" : "com.apple.QuartzCore",
"size" : 3661824,
"uuid" : "cf853bbd-01b6-3f46-ada1-ec70fd2dc9dc",
"path" : "/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore",
"name" : "QuartzCore",
"CFBundleVersion" : "1045.16"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6456700928,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5087232,
"uuid" : "203e4401-8c2e-3157-a24b-92f52551d43e",
"path" : "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1977"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6616702976,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3358720,
"uuid" : "d800278b-4e6c-3032-b56f-027a938a51d6",
"path" : "/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6452781056,
"size" : 582996,
"uuid" : "bd993f39-c902-37d6-8bd8-6d827c7f121e",
"path" : "/usr/lib/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6456283136,
"size" : 53248,
"uuid" : "46d35233-a051-3f4f-bba4-ba56dddc4d1a",
"path" : "/usr/lib/system/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6456045568,
"size" : 237544,
"uuid" : "42f503e2-9273-360a-a086-c1b19bbd3962",
"path" : "/usr/lib/system/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6454833152,
"size" : 520184,
"uuid" : "95a70e20-1df3-3ddf-900c-315ed0b2c067",
"path" : "/usr/lib/system/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6704885760,
"size" : 5476352,
"uuid" : "5285709c-f140-3a18-95ff-ab77b12dc473",
"path" : "/usr/lib/swift/libswiftCore.dylib",
"name" : "libswiftCore.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6454525952,
"size" : 294912,
"uuid" : "c2fd3094-b465-39a4-b774-16583ff53c4b",
"path" : "/usr/lib/system/libdispatch.dylib",
"name" : "libdispatch.dylib"
}
],
"sharedCache" : {
"base" : 6452117504,
"size" : 3551805440,
"uuid" : "7d9faa84-5c6b-3ef4-9379-faba64346673"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.4G resident=0K(0%) swapped_out_or_unallocated=1.4G(100%)\nWritable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG backing stores 3136K 8 \nColorSync 480K 24 \nCoreAnimation 112K 7 \nCoreGraphics 48K 3 \nCoreUI image data 1072K 6 \nFoundation 16K 1 \nKernel Alloc Once 32K 1 \nMALLOC 281.3M 51 \nMALLOC guard page 192K 10 \nMALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSQLite page cache 128K 1 \nSTACK GUARD 56.2M 10 \nStack 12.8M 10 \nVM_ALLOCATE 176K 11 \n__AUTH 1842K 340 \n__AUTH_CONST 28.0M 560 \n__CTF 824 1 \n__DATA 13.1M 551 \n__DATA_CONST 27.4M 569 \n__DATA_DIRTY 1981K 214 \n__FONT_DATA 2352 1 \n__INFO_FILTER 8 1 \n__LINKEDIT 802.7M 8 \n__OBJC_RO 66.3M 1 \n__OBJC_RW 2011K 1 \n__TEXT 607.0M 590 \ndyld private memory 272K 2 \nmapped file 214.8M 140 \nshared memory 1040K 21 \n=========== ======= ======= \nTOTAL 3.4G 3155 \nTOTAL, minus reserved VM space 2.1G 3155 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "com.apple.root.default-qos"
}
},
"logWritingSignature" : "f5dec5b742b8273c7808ca1ed6ecb38b331db05c",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "61675b89201f677a9a4cbd65",
"factorPackIds" : {
"HEALTH_FEATURE_AVAILABILITY" : "64d14f3e1008ca2fac17a163"
},
"deploymentId" : 240000064
},
{
"rolloutId" : "6246d6a916a70b047e454124",
"factorPackIds" : {

  },
  "deploymentId" : 240000010
}

],
"experiments" : [
{
"treatmentId" : "6dd670af-0633-45e4-ae5f-122ae4df02be",
"experimentId" : "64406ba83deb637ac8a04419",
"deploymentId" : 900000017
}
]
}
}

Model: MacBookAir10,1, BootROM 8422.121.1, proc 8:4:4 processors, 8 GB, SMC
Graphics: Apple M1, Apple M1, Built-In
Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online
Display: DELL U2722DX, 2560 x 1440 (QHD/WQHD - Wide Quad High Definition), MirrorOff, Online
Memory Module: LPDDR4, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Jan 12 2023 05:52:26 version 18.20.383.14.7.8.149 FWID 01-1469d19d
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: Belkin USB-C Multimedia Hub
USB Device: AX88179A
USB Device: Belkin USB-C Multimedia Hub
USB Device: USB 2.0 Hub
USB Device: Belkin USB-C Multimedia Hub
USB Device: USB Storage
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.