Giter Site home page Giter Site logo

swiftdefaultapps's Introduction

ANNOUNCEMENT: I have recently noticed Apple has introduced replacements for the deprecated APIs used in this prefpane. As a result, slow as it may be, I plan to resume development. I will be taking PRs as well, if somebody wishes to contribute.

SwiftDefaultApps

This Preference pane is chiefly intended to be a modern replacement for the amazing RCDefaultApp developed way back when by Carl Lindberg, which stopped working in 10.12 due to deprecation of ObjC Garbage collection. Additionally, I guess it was a good way to teach myself Swift.

Feel free to contribute, comment or report issues at https://github.com/Lord-Kamina/SwiftDefaultApps.

Installing & Uninstalling

Installting with brew

Run:

brew install swiftdefaultappsprefpane

then use Spotlight to open the SwiftDefaultApps.prefpane. It will open the System Preferences and you find the app on the bottom of the icons.

How to use the "Do Nothing" app

The Do Nothing dummy app needs to be launched before you can use it in the pref pane. For this, open a terminal and run the following commands:

appDir="/Library/PreferencePanes/SwiftDefaultApps.prefPane/Contents/Resources/ThisAppDoesNothing.app"

if ! [[ -d "$appDir" ]]; then appDir="$HOME/$appDir"; fi

# Remove quanrantine flag
xattr -d com.apple.quarantine "$appDir"
# Open the app
open "$appDir"

After these 2 steps, the Do Nothing app should work when you pick it up.

Usage Notes

This Preference pane will let you view and change default application associations for basically any URI Scheme and/or filetype in macOS. The user-interface should be pretty self-explanatory; but, there are some things that might require an explanation:

  • Selecting any URI Scheme or File type (always represented by a UTI), will give you a list of all valid applications for each LaunchServices role. This data is generated by LaunchServices itself.
    • There's two additional options:
      • One of them is "Do Nothing", what this does is register the item to be handled by a dummy application which basically does nothing. Its only function is being able to open any URI Scheme or UTI whatsoever, printing a line to the console (specifying whatever it was that launched it) and immediately quitting. By default this application should be located in the Resources folder inside the prefpane bundle; SwiftDefaultApps will, however, also look for it in the directory it is itself located in (for the CLI version) and every Applicationsfolder in the computer.
      • The second is "Other...", which obviously will allow you to select an application not in the list; with a caveat. In recent versions of macOS, the LaunchServices have become quite a bit smarter under the hood than they used to be. In practice, what this means is that although you can choose any application to handle anything, only valid associations will be preserved, as the LaunchServices is permanently looking for invalid or stale associations and removing them.
    • One final note: In the URI Schemes tab, you have the option of adding a custom URI Scheme (Removing them on demand is neither possible nor necessary, due to the same thing explained above). This options is provided for completeness' sake; you should virtually never need to use it, since Launch Services should be able to properly detect any valid URL Handlers. As a further cautionary note: If you add a custom URI Scheme when it is not needed, you may not be able to remove it except by uninstalling and reinstalling SwiftDefaultApps. Why? Because new schemes are by default associated to *"Do Nothing", which means Launch Services will always find a valid handler as long as SwiftDefaultApps is installed.

How to Find Out File UTI

Run in your terminal the following command (replace my_song.mp3 by your file):

mdls -name kMDItemContentType -name kMDItemContentTypeTree -name kMDItemKind my_song.mp3

Acknowledgments & Attributions

Current Version

  • Version: 2.0.1
  • Date: 2019-07-26

Known Issues

See https://github.com/Lord-Kamina/SwiftDefaultApps/issues

TO DO

  • Localizations

Release Notes

[2.0.1] - 2019-07-26

  • Fixed

    • CLI: Crash when displaying the results for setHandler with shortcuts such as internet, browser, email, etc.

[2.0.0] - 2019-06-12

  • Added

    • Signed prefpane, CLI and Dummy apps.
    • Both the prefpane and the CLI version will now automatically try to locate ThisAppDoesNothing.app if it does not appear registered with launch services.
  • Changed

    • SwiftCLI is now built and linked as a static library instead of a framework.
    • Updated to Swift 5
    • The content array is now populated by overriding didSelect() instead of relying on an arbitrary sleep timer.
    • Changed the CLI app's name from lsreg to swda.
    • Messages in both the CLI and Preference Pane are now a bit more verbose.
    • Under the hood, folded most of the app's feedback to the user into a single displayAlert() function.
  • Fixed

    • Updated the Swift Package Manager manifest to version 5.
    • Updated the SynchronizedArray code and corrected the attribution; Before, I had inadvertently credited an unrelated project with the same name.
    • Various small optimizations, fixes and text corrections.

[1.1.3] - 2018-11-15

  • Fixed

    • Bug causing crash on related to force-unwrapping bundleIdentifier.

[1.1.2] - 2018-10-07

  • Changed

    • Migrated to Swift 4.2
    • Force Static linking of standard library, which should fix issues running on Mojave.

[1.1.1] - 2018-04-15

  • Changed

    • Small changes for Swift 4.1.

[1.1.0] - 2017-09-27

  • Changed

    • Migrated code to Swift 4.
  • Fixed

    • Fixed an unwrapped Optional when changing associations in the "Applications" tab.
    • Fixed CLI tool.
    • Some other cleanups.

[1.0.0] - 2017-05-01

  • Added

    • Initial release!
  • Changed

  • Fixed

swiftdefaultapps's People

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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

swiftdefaultapps's Issues

Running a bash script

Hi,

I want to run a bash script when a custom URI scheme is called, with the URI passed as an argument - how would I do that with SwiftDefaultApps?

Thanks in advance!

Extensions Tab

Hi, sorry for this silly question but nobody asked (or I didn't find) :
Where can I find the extensions list ?

Trivial: Logo Change

Hello, Love the app, but I think that the logo looks a little outdated.

Just as an idea, I changed it to this one on my machine

SwiftDefaultApps2

Preference pane won't open on Catalina beta

I just get the error "Could not load preferences pane" and before that a dialog saying the app needs to be updated. Maybe this is related to the new notarization stuff? Here's a log:

2019-07-29 00:59:34.006 System Preferences[1292:21367] NSSoftLinking - The function 'SLSIsSuppressedByScreenTime' can't be found in the (null) framework.
2019-07-29 00:59:34.077 System Preferences[1292:21367]  ### AE 1868656752 sender's PID is 1292 (System Preferences)
2019-07-29 00:59:34.140 System Preferences[1292:21370] building USER cache...
2019-07-29 00:59:34.185 AllowPasswordPref[1298:21405] error == Error Domain=com.apple.LocalAuthentication Code=-6 "Biometry is not available on this device." UserInfo={BiometryType=0, NSLocalizedDescription=Biometry is not available on this device.} isSupported ==  0
2019-07-29 00:59:34.185 AllowPasswordPref[1298:21405] Hardware Check err == 0
2019-07-29 00:59:34.185 AllowPasswordPref[1298:21405] Result -1
2019-07-29 00:59:37.141 System Preferences[1292:21369] ### writing USER cache...
2019-07-29 00:59:41.169 System Preferences[1292:21367] ### advanceToConfigPhaseIfNeeded error :Error Domain=com.apple.ViewBridge Code=14 "(null)" UserInfo={com.apple.ViewBridge.error.hint={
    callStackSymbols =     (
        "0   CoreFoundation                      __exceptionPreprocess + 250",
        "1   libobjc.A.dylib                     objc_exception_throw + 48",
        "2   CoreFoundation                      +[NSException raise:format:arguments:] + 88",
        "3   Foundation                          -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 191",
        "4   ViewBridge                          -[NSViewServiceMarshal _bootstrap:replyData:completion:] + 3369",
        "5   ViewBridge                          -[NSViewServiceMarshal bootstrap:withReply:] + 380",
        "6   CoreFoundation                      __invoking___ + 140",
        "7   CoreFoundation                      -[NSInvocation invoke] + 273",
        "8   CoreFoundation                      -[NSInvocation invokeWithTarget:] + 70",
        "9   ViewBridge                          -[NSVB_ViewServiceImplicitAnimationDecodingProxy forwardInvocation:] + 85",
        "10  CoreFoundation                      ___forwarding___ + 829",
        "11  CoreFoundation                      _CF_forwarding_prep_0 + 120",
        "12  CoreFoundation                      __invoking___ + 140",
        "13  CoreFoundation                      -[NSInvocation invoke] + 273",
        "14  CoreFoundation                      -[NSInvocation invokeWithTarget:] + 70",
        "15  ViewBridge                          -[NSVB_QueueingProxy forwardInvocation:] + 321",
        "16  CoreFoundation                      ___forwarding___ + 829",
        "17  CoreFoundation                      _CF_forwarding_prep_0 + 120",
        "18  CoreFoundation                      __invoking___ + 140",
        "19  CoreFoundation                      -[NSInvocation invoke] + 273",
        "20  CoreFoundation                      -[NSInvocation invokeWithTarget:] + 70",
        "21  CoreFoundation                      ___forwarding___ + 829",
        "22  CoreFoundation                      _CF_forwarding_prep_0 + 120",
        "23  CoreFoundation                      __invoking___ + 140",
        "24  CoreFoundation                      -[NSInvocation invoke] + 273",
        "25  ViewBridge                          __deferNSXPCInvocationOntoMainThread_block_invoke + 228",
        "26  ViewBridge                          __wrapBlockWithVoucher_block_invoke + 37",
        "27  ViewBridge                          __deferBlockOntoMainThread_block_invoke_2 + 507",
        "28  CoreFoundation                      __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12",
        "29  CoreFoundation                      __CFRunLoopDoBlocks + 379",
        "30  CoreFoundation                      __CFRunLoopRun + 2792",
        "31  CoreFoundation                      CFRunLoopRunSpecific + 499",
        "32  HIToolbox                           RunCurrentEventLoopInMode + 292",
        "33  HIToolbox                           ReceiveNextEventCommon + 600",
        "34  HIToolbox                           _BlockUntilNextEventMatchingListInModeWithFilter + 64",
        "35  AppKit                              _DPSNextEvent + 990",
        "36  AppKit                              -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352",
        "37  ViewBridge                          -[NSViewServiceApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 95",
        "38  AppKit                              -[NSApplication run] + 658",
        "39  AppKit                              NSApplicationMain + 777",
        "40  libxpc.dylib                        _xpc_objc_main.cold.3 + 56",
        "41  libxpc.dylib                        _xpc_objc_main + 515",
        "42  libxpc.dylib                        _xpc_copy_xpcservice_dictionary + 0",
        "43  ViewBridge                          xpc_connection_handler + 0",
        "44  ViewBridge                          NSViewServiceApplicationMain + 3071",
        "45  PreferencePanes                     PreferencePaneMain + 179",
        "46  legacyLoader                        main + 40",
        "47  libdyld.dylib                       start + 1",
        "48  ???                                 0x0 + 1"
    );
    name = NSInternalInconsistencyException;
    reason = "<NSViewServiceMarshal: 0x7ffdaa707cf0 <NSLegacyPrefRemoteViewService: 0x600000518b40 <(null): 0x0>>> was unable to obtain a view; the -setView: method of <NSLegacyPrefRemoteViewService: 0x600000518b40 <(null): 0x0>> was invoked 0 times and the most recent parameter was nil";
}, com.apple.ViewBridge.error.description=NSViewBridgeServiceBootstrapError}
2019-07-29 00:59:41.170 System Preferences[1292:21367] ### cl.fail.lordkamina.SwiftDefaultApps willSelect/willBecomeActive exception:com.apple.ViewBridge

Allow window resizing; if not possible, use a larger window size

When opening different System Preferences panes, the window resizes to fit the content. Unfortunately, the size for SwiftDefaultApps is about as small as they come, and it's hard to get clear view of the long lists of items shown in the scrolling fields.

I don't know of any resizable preference panes, but if it's possible then being able to resize SwiftDefaultApps (and remembering the size) would be the best of all possible worlds. Absent that, making the (fixed-size) pane much larger would be very helpful, e.g. making it the same height as the default System Preferences index would double the height of the text field for an application's handlers.

Delay in collecting updated UTIs after setting?

What I ran swda setHandler --UTI public.comma-separated-values-text --app "Microsoft Excel" it says it completes successfully . However, when I run a swda getUTIs immediately afterward it still shows the initial default app (Numbers) as the default. That being said, when the CSV is opened it does use the correct the correct app. After running swda getUTIs 10-15 seconds later it does show Excel as the default app.

Thinking that there is some timing / caching of UTIs that only acknowledges the change after 10 - 15 seconds?

Not sure if this is so much an issue as that I'm trying to script collecting the UTIs after making the change in order to verify it's set correctly.

Me vs. XCode

Hi --

Could you add some build instructions to the README.md for us XCode newbies? When I try to build, nothing seems to happen except an error message that "MainMenu.nib cannot be found".

Thanks!

-- Perry

Settings gone after restart

I've been using this for a while without issue, but two days ago I restarted my computer and now the the settings on the Internet and URI Schemes tabs are totally blank. Everything is gone.

image

image

Error -10810 ?

This happens for some apps, consistently:

swda setHandler --app /Applications/Google\ Chrome.app --UTI public.html --role Viewer
SwiftDefaultApps ERROR -10810: An unknown error has occurred.

OS: Darwin 19.5.0 / macOS Catalina 10.15.5 (19F96)

"Media" tab

would it be possible to have a "Media" tab with CD, DVD and BD associations like the one in RCDefaultApp?

Suggestion: reveal handler app or show full path in label

Some apps that handle custom URL schemes are installed in ~/Library/Application Support/ and cannot be discovered via Spotlight by default. So it'd be cool to show the app's location in the results, or add a "Reveal in Finder" action.

I would personally prefer both: add a small label in the table view below the app name with the full path information, and add a contextual menu with "Reveal in Finder".

Before tinkering on this, I want to check with you if that makes sense or if you prefer a different approach.

Where is the .prefpane file?

Hi, does the project come with a .prefpane file already compiled? I can't seem to compile my own from your source code. Thank you!

System Preference pane crashes immediately

I just installed the preference pane on my Mac running Mojave / macOS version 10.14.6 (18G6032)

As soon as I try to open the System Preference pane, System Preferences crashes.

Here are the crash logs (which don't help me but I hope will help the developer)

SystemPreferences-swda.zip

I even tried manually removing the quarantine flag from it (xattr -r -d com.apple.quarantine) to make sure that wasn't causing the problem.

Edited to Add…

It works fine on my other Macs running Big Sur and High Sierra. Not sure why it's not working on the one Mac where I really need it, or what I should try to help fix it.

Dark Mode

Hey, just a suggestion: Dark mode & the option to follow the system theme/mode …
Other than that - so far so good!

installation unclear

Maybe because I don't know this RCDefaultApp thing this is replacing. Where is the .prefpane i need to double-click? I don't have that locally and it's not in the repo either

Switching to "Do Nothing" doesn't work

I installed the application using brew cask on Mac OS 10.14.3, and am able to access the prefpane and change default handlers from one app to another. However, if I press "Do Nothing", both radio buttons appear selected:
Screen Shot 2019-03-31 at 3 51 18 PM
And if I switch to another tab and then switch back, the original app is still selected:
Screen Shot 2019-03-31 at 3 51 21 PM

In Console.app, I find the following error:
default 15:51:12.677201 -0400 System Preferences cl.fail.lordkamina.ThisAppDoesNothing is not a valid application.

Can't add custom URL scheme

Hi, I want to add a custom URL scheme, which from the README I understood is possible, but when I try it, it shows me this error:

imatge

Edit: I tried it with 10.13.6.

dyld error with swda in macOS 10.13.6

$ swda -?

dyld: Symbol not found: _$s15_ObjectiveCTypes01_A11CBridgeablePTl
  Referenced from: /Users/smccandlish/Downloads/temp/SwiftDefaultApps-v2.0.1/swda
  Expected in: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCore.dylib
 in /Users/smccandlish/Downloads/temp/SwiftDefaultApps-v2.0.1/swda
Abort trap: 6

Maybe this is some super-duper-obvious thing to Swift devs, but not so much for me. I'm mostly a Linux/Unix guy. The library in question is present:

$ ls -al /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCore.dylib

-rwxr-xr-x 3 smccandlish wheel 6544080 Oct 19  2018 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCore.dylib*

missing UTI

the UTI of my file is 'dyn.ah62d4rv4ge8063xt'
It does not show up in the UTI prefpane

mdls -name kMDItemContentType -name kMDItemContentTypeTree -name kMDItemKind (somefile)
kMDItemContentType     = "dyn.ah62d4rv4ge8063xt"
kMDItemContentTypeTree = (
    "public.item",
    "dyn.ah62d4rv4ge8063xt",
    "public.data"
)
kMDItemKind            = "Document"

Association Types

In RCDefault Apps, I was able to see a list of file types, and choose the file type, then choose an association.

I would like to find BDVM and AVCHD, and let its be a normal folder, and not a "video" file. I know I can right click and open, but it gets tedious.

Is it possible to view by file association in SwiftDefaultApps?

Doesn't work under 10.12.6

When I am trying to load the prefpane I get:

**Preferences Error

Could not load SwiftDefaultApps preference pane**

bildschirmfoto 2017-12-02 um 11 05 44

I've build the product using the "Build Prefpane" scheme with Xcode 9.1 (9B55). Is there anything I could have missed?

Running commands through MDM

Hey, glad you've built this tool - I can't get DUTI to work in Catalina, and so far swda seems to be getting the job done. I'm running commands in it through an MDM called Addigy and everything works except for setting browsers. Any time I push a command using the --web or --browser arguments, I get this response:

SwiftDefaultApps ERROR -10822: There was an error trying to communicate with the Launch Services Server.

Setting individual apps or even email clients works just fine, browser is the only one that doesn't. Using the same command on the computer locally in Terminal works just fine, it only fails when pushed through this external service. The command itself is:

/usr/local/bin/swda setHandler --web --app com.google.Chrome

Have any insight as to how the other arguments follow through for the current user while run via root in an MDM but this one doesn't?

Many thanks!

Precompiled version?

First, thank you for writing this!

Any chance you'll release a precompiled prefPane on GitHub? It was pretty easy to build with Xcode, but it would still be convenient to have.

switching to "Applications" tab crashes

On 10.13.6 switching to "Applications" starts loading and then crashes (for me).

Process:               System Preferences [41873]
Path:                  /Applications/System Preferences.app/Contents/MacOS/System Preferences
Identifier:            com.apple.systempreferences
Version:               14.0 (14.0)
Build Info:            SystemPrefsApp-360000000000000~4
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           System Preferences [41873]
User ID:               501

PlugIn Path:             /Users/USER/Library/PreferencePanes/SwiftDefaultApps.prefPane/Contents/MacOS/SwiftDefaultApps
PlugIn Identifier:       cl.fail.lordkamina.SwiftDefaultApps
PlugIn Version:          1.1.2 (224)

Date/Time:             2018-11-14 11:41:13.602 +0100
OS Version:            Mac OS X 10.13.6 (17G3025)
Report Version:        12
Anonymous UUID:        C5809969-9982-626B-185C-C71743BF1FC0

Sleep/Wake UUID:       803907BF-0D31-4A19-ABFD-F13334D8294C

Time Awake Since Boot: 150000 seconds
Time Since Wake:       1000 seconds

System Integrity Protection: enabled

Crashed Thread:        6  Dispatch queue: com.apple.root.user-interactive-qos

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

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

Application Specific Information:
cl.fail.lordkamina.SwiftDefaultApps v.224 (SwiftDefaultApps)

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff7c17320a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff7c172724 mach_msg + 60
2   com.apple.QuartzCore          	0x00007fff5f48346e _CASSynchronize + 245
3   com.apple.QuartzCore          	0x00007fff5f483335 CA::Context::Generic::synchronize(unsigned int, int) + 125
4   com.apple.QuartzCore          	0x00007fff5f483280 CABackingStoreSynchronize(CABackingStore*, CA::GenericContext*, unsigned int, int) + 72
5   com.apple.QuartzCore          	0x00007fff5f508417 CABackingStorePrepareUpdates_(CABackingStore*, unsigned long, unsigned long, unsigned int, unsigned int, unsigned int, unsigned long long, CA::GenericContext*, UpdateState*) + 844
6   com.apple.QuartzCore          	0x00007fff5f47d4cb CABackingStoreUpdate_ + 145
7   com.apple.QuartzCore          	0x00007fff5f47d433 invocation function for block in CA::Layer::display_() + 53
8   com.apple.QuartzCore          	0x00007fff5f47ccaa -[CALayer _display] + 2238
9   com.apple.AppKit              	0x00007fff517e059e _NSBackingLayerDisplay + 556
10  com.apple.AppKit              	0x00007fff517d5409 -[_NSViewBackingLayer display] + 242
11  com.apple.QuartzCore          	0x00007fff5f46ddc1 CA::Layer::display_if_needed(CA::Transaction*) + 633
12  com.apple.QuartzCore          	0x00007fff5f46d87f CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35
13  com.apple.QuartzCore          	0x00007fff5f46c880 CA::Context::commit_transaction(CA::Transaction*) + 326
14  com.apple.QuartzCore          	0x00007fff5f46c425 CA::Transaction::commit() + 487
15  com.apple.QuartzCore          	0x00007fff5f4788ca CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 66
16  com.apple.CoreFoundation      	0x00007fff541192f7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
17  com.apple.CoreFoundation      	0x00007fff5411921f __CFRunLoopDoObservers + 527
18  com.apple.CoreFoundation      	0x00007fff540fb06f CFRunLoopRunSpecific + 543
19  com.apple.HIToolbox           	0x00007fff533e5d96 RunCurrentEventLoopInMode + 286
20  com.apple.HIToolbox           	0x00007fff533e5b06 ReceiveNextEventCommon + 613
21  com.apple.HIToolbox           	0x00007fff533e5884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
22  com.apple.AppKit              	0x00007fff51695a73 _DPSNextEvent + 2085
23  com.apple.AppKit              	0x00007fff51e2be34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
24  com.apple.AppKit              	0x00007fff5168a885 -[NSApplication run] + 764
25  com.apple.AppKit              	0x00007fff51659a72 NSApplicationMain + 804
26  libdyld.dylib                 	0x00007fff7c02c015 start + 1

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff7c17320a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff7c172724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff540fc665 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff540fb9b7 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff540fb033 CFRunLoopRunSpecific + 483
5   com.apple.AppKit              	0x00007fff517d2fc4 _NSEventThread + 184
6   libsystem_pthread.dylib       	0x00007fff7c344661 _pthread_body + 340
7   libsystem_pthread.dylib       	0x00007fff7c34450d _pthread_start + 377
8   libsystem_pthread.dylib       	0x00007fff7c343bf9 thread_start + 13

Thread 2:: Dispatch queue: com.apple.root.user-interactive-qos
0   libsystem_kernel.dylib        	0x00007fff7c17e142 read + 10
1   com.apple.Foundation          	0x00007fff561ecef0 _NSReadFromFileDescriptorWithProgress + 232
2   com.apple.Foundation          	0x00007fff561eb538 _NSReadBytesFromFileWithExtendedAttributes + 833
3   com.apple.Foundation          	0x00007fff56303e00 -[NSData(NSData) initWithContentsOfFile:options:maxLength:error:] + 200
4   com.apple.Foundation          	0x00007fff56303d03 +[NSData(NSData) dataWithContentsOfURL:options:maxLength:error:] + 70
5   com.apple.LaunchServices      	0x00007fff555d6bd7 -[FSNode(MiscellaneousProperties) getHFSType:creator:error:] + 199
6   com.apple.LaunchServices      	0x00007fff555903b7 FSNodeGetHFSTypeAndCreatorCodes + 85
7   com.apple.LaunchServices      	0x00007fff55596c20 BindingBlueprint::initialzeFileType(FileInfo*) + 596
8   com.apple.LaunchServices      	0x00007fff555963f6 BindingBlueprint::initialize(__CFDictionary const*) + 1428
9   com.apple.LaunchServices      	0x00007fff55595d07 BindingBlueprint::BindingBlueprint(__CFURL const*) + 131
10  com.apple.LaunchServices      	0x00007fff5559b067 BindingManager::CreateWithURL(__CFURL const*, bool) + 31
11  com.apple.LaunchServices      	0x00007fff555de41c GetBindingFromFSRefAndName(FSRef const*, unsigned long, unsigned short const*, unsigned char) + 52
12  com.apple.LaunchServices      	0x00007fff55595a13 GetIconRefFromFileInfo + 70
13  com.apple.AppKit              	0x00007fff519572b3 -[NSWorkspace iconForFile:] + 171
14  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af9dc7d 0x10af64000 + 236669
15  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af6deb5 0x10af64000 + 40629
16  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af8e29f 0x10af64000 + 172703
17  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af90de5 0x10af64000 + 183781
18  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af90c50 0x10af64000 + 183376
19  cl.fail.lordkamina.SwiftDefaultApps	0x000000010afe9701 0x10af64000 + 546561
20  cl.fail.lordkamina.SwiftDefaultApps	0x000000010afdb644 0x10af64000 + 489028
21  libdispatch.dylib             	0x00007fff7bffd1d1 _dispatch_client_callout2 + 8
22  libdispatch.dylib             	0x00007fff7bffd10d _dispatch_apply_invoke + 159
23  libdispatch.dylib             	0x00007fff7bff2db8 _dispatch_client_callout + 8
24  libdispatch.dylib             	0x00007fff7bff4b2c _dispatch_root_queue_drain + 902
25  libdispatch.dylib             	0x00007fff7bff4755 _dispatch_worker_thread3 + 101
26  libsystem_pthread.dylib       	0x00007fff7c344169 _pthread_wqthread + 1387
27  libsystem_pthread.dylib       	0x00007fff7c343be9 start_wqthread + 13

Thread 3:: Dispatch queue: com.apple.root.user-interactive-qos
0   com.apple.LaunchServices      	0x00007fff555939da std::__1::__hash_table<Binding*, BindingManager::Hash, BindingManager::EqualTo, std::__1::allocator<Binding*> >::__rehash(unsigned long) + 222
1   com.apple.LaunchServices      	0x00007fff555935a9 BindingManager::findOrRegister(Binding*, bool) + 447
2   com.apple.LaunchServices      	0x00007fff5559b072 BindingManager::CreateWithURL(__CFURL const*, bool) + 42
3   com.apple.LaunchServices      	0x00007fff555de41c GetBindingFromFSRefAndName(FSRef const*, unsigned long, unsigned short const*, unsigned char) + 52
4   com.apple.LaunchServices      	0x00007fff55595a13 GetIconRefFromFileInfo + 70
5   com.apple.AppKit              	0x00007fff519572b3 -[NSWorkspace iconForFile:] + 171
6   cl.fail.lordkamina.SwiftDefaultApps	0x000000010af9dc7d 0x10af64000 + 236669
7   cl.fail.lordkamina.SwiftDefaultApps	0x000000010af6deb5 0x10af64000 + 40629
8   cl.fail.lordkamina.SwiftDefaultApps	0x000000010af8e29f 0x10af64000 + 172703
9   cl.fail.lordkamina.SwiftDefaultApps	0x000000010af90de5 0x10af64000 + 183781
10  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af90c50 0x10af64000 + 183376
11  cl.fail.lordkamina.SwiftDefaultApps	0x000000010afe9701 0x10af64000 + 546561
12  cl.fail.lordkamina.SwiftDefaultApps	0x000000010afdb644 0x10af64000 + 489028
13  libdispatch.dylib             	0x00007fff7bffd1d1 _dispatch_client_callout2 + 8
14  libdispatch.dylib             	0x00007fff7bffd10d _dispatch_apply_invoke + 159
15  libdispatch.dylib             	0x00007fff7bff2db8 _dispatch_client_callout + 8
16  libdispatch.dylib             	0x00007fff7bff4b2c _dispatch_root_queue_drain + 902
17  libdispatch.dylib             	0x00007fff7bff4755 _dispatch_worker_thread3 + 101
18  libsystem_pthread.dylib       	0x00007fff7c344169 _pthread_wqthread + 1387
19  libsystem_pthread.dylib       	0x00007fff7c343be9 start_wqthread + 13

Thread 4:: Dispatch queue: com.apple.launchservices.UTType-0x604000302760.queue
0   libsystem_platform.dylib      	0x00007fff7c33d745 os_unfair_lock_lock_with_options + 16
1   com.apple.CoreFoundation      	0x00007fff54079609 CFBasicHashGetPtrIndex + 41
2   com.apple.CoreFoundation      	0x00007fff54079204 CFBasicHashCreate + 948
3   com.apple.CoreFoundation      	0x00007fff54080aaf CFDictionaryCreateMutable + 207
4   com.apple.CoreFoundation      	0x00007fff5409c016 parseXMLElement + 3398
5   com.apple.CoreFoundation      	0x00007fff5409bfda parseXMLElement + 3338
6   com.apple.CoreFoundation      	0x00007fff5409ca4a parseXMLElement + 6010
7   com.apple.CoreFoundation      	0x00007fff5409bfda parseXMLElement + 3338
8   com.apple.CoreFoundation      	0x00007fff5409b85e parseXMLElement + 1422
9   com.apple.CoreFoundation      	0x00007fff5409a874 _CFPropertyListCreateFromUTF8Data + 2932
10  com.apple.CoreFoundation      	0x00007fff54099199 _CFPropertyListCreateWithData + 681
11  com.apple.CoreFoundation      	0x00007fff54098e40 CFPropertyListCreateWithData + 80
12  com.apple.CoreFoundation      	0x00007fff54097a88 _CFBundleCopyInfoDictionaryInDirectoryWithVersion + 904
13  com.apple.CoreFoundation      	0x00007fff5409738b CFBundleGetInfoDictionary + 139
14  com.apple.CoreFoundation      	0x00007fff54093394 _CFBundleCreate + 788
15  com.apple.LaunchServices      	0x00007fff5560e4b7 -[_LSStringLocalizer(Private) bundle] + 86
16  com.apple.LaunchServices      	0x00007fff5560cb95 -[_LSStringLocalizer localizedStringsWithStrings:preferredLocalizations:] + 868
17  com.apple.LaunchServices      	0x00007fff5560c6bf -[_LSStringLocalizer localizedStringWithString:preferredLocalizations:] + 116
18  com.apple.LaunchServices      	0x00007fff55694078 +[_UTType(Internal) _localizationDictionaryForTypeWithIdentifier:unit:preferredLocalizations:] + 788
19  com.apple.LaunchServices      	0x00007fff556aade4 __83-[_UTDeclaredType _localizedDescriptionWithPreferredLocalizations:checkingParents:]_block_invoke + 156
20  com.apple.LaunchServices      	0x00007fff555e0598 ___LSLazyLoadObject_block_invoke.63 + 41
21  libdispatch.dylib             	0x00007fff7bff2db8 _dispatch_client_callout + 8
22  libdispatch.dylib             	0x00007fff7c0061e1 _dispatch_queue_barrier_sync_invoke_and_complete + 60
23  com.apple.LaunchServices      	0x00007fff555e01dc _LSLazyLoadObject + 315
24  com.apple.LaunchServices      	0x00007fff556aac3a -[_UTDeclaredType _localizedDescriptionWithPreferredLocalizations:checkingParents:] + 394
25  com.apple.LaunchServices      	0x00007fff5559d83c UTTypeCopyDescription + 198
26  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af6aba8 0x10af64000 + 27560
27  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af6dd13 0x10af64000 + 40211
28  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af98f84 0x10af64000 + 216964
29  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af9a4a7 0x10af64000 + 222375
30  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af6def8 0x10af64000 + 40696
31  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af8e29f 0x10af64000 + 172703
32  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af90de5 0x10af64000 + 183781
33  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af90c50 0x10af64000 + 183376
34  cl.fail.lordkamina.SwiftDefaultApps	0x000000010afe9701 0x10af64000 + 546561
35  cl.fail.lordkamina.SwiftDefaultApps	0x000000010afdb644 0x10af64000 + 489028
36  libdispatch.dylib             	0x00007fff7bffd1d1 _dispatch_client_callout2 + 8
37  libdispatch.dylib             	0x00007fff7c00a7e4 _dispatch_apply_invoke_and_wait + 159
38  libdispatch.dylib             	0x00007fff7bffcfa1 dispatch_apply_f + 820
39  cl.fail.lordkamina.SwiftDefaultApps	0x000000010afdabd3 0x10af64000 + 486355
40  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af8e675 0x10af64000 + 173685
41  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af90cf9 0x10af64000 + 183545
42  cl.fail.lordkamina.SwiftDefaultApps	0x000000010af92b60 0x10af64000 + 191328
43  libdispatch.dylib             	0x00007fff7bffa5fa _dispatch_call_block_and_release + 12
44  libdispatch.dylib             	0x00007fff7bff2db8 _dispatch_client_callout + 8
45  libdispatch.dylib             	0x00007fff7bff4b2c _dispatch_root_queue_drain + 902
46  libdispatch.dylib             	0x00007fff7bff4755 _dispatch_worker_thread3 + 101
47  libsystem_pthread.dylib       	0x00007fff7c344169 _pthread_wqthread + 1387
48  libsystem_pthread.dylib       	0x00007fff7c343be9 start_wqthread + 13

Thread 5:
0   libsystem_pthread.dylib       	0x00007fff7c343bdc start_wqthread + 0
1   ???                           	0x0000700004f4fb20 0 + 123145385474848

Thread 6 Crashed:: Dispatch queue: com.apple.root.user-interactive-qos
0   cl.fail.lordkamina.SwiftDefaultApps	0x000000010af9dd22 0x10af64000 + 236834
1   cl.fail.lordkamina.SwiftDefaultApps	0x000000010af6deb5 0x10af64000 + 40629
2   cl.fail.lordkamina.SwiftDefaultApps	0x000000010af8e29f 0x10af64000 + 172703
3   cl.fail.lordkamina.SwiftDefaultApps	0x000000010af90de5 0x10af64000 + 183781
4   cl.fail.lordkamina.SwiftDefaultApps	0x000000010af90c50 0x10af64000 + 183376
5   cl.fail.lordkamina.SwiftDefaultApps	0x000000010afe9701 0x10af64000 + 546561
6   cl.fail.lordkamina.SwiftDefaultApps	0x000000010afdb644 0x10af64000 + 489028
7   libdispatch.dylib             	0x00007fff7bffd1d1 _dispatch_client_callout2 + 8
8   libdispatch.dylib             	0x00007fff7bffd10d _dispatch_apply_invoke + 159
9   libdispatch.dylib             	0x00007fff7bff2db8 _dispatch_client_callout + 8
10  libdispatch.dylib             	0x00007fff7bff4b2c _dispatch_root_queue_drain + 902
11  libdispatch.dylib             	0x00007fff7bff4755 _dispatch_worker_thread3 + 101
12  libsystem_pthread.dylib       	0x00007fff7c344169 _pthread_wqthread + 1387
13  libsystem_pthread.dylib       	0x00007fff7c343be9 start_wqthread + 13

Thread 7:
0   libsystem_pthread.dylib       	0x00007fff7c343bdc start_wqthread + 0
1   ???                           	0x0000000000000020 0 + 32

Thread 8:
0   libsystem_pthread.dylib       	0x00007fff7c343bdc start_wqthread + 0
1   ???                           	0x0000000000000010 0 + 16

Thread 6 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x00007fffae303570  rdx: 0x0080200c03000000
  rdi: 0x0000000000000000  rsi: 0x0000600000679040  rbp: 0x0000700004fd2be0  rsp: 0x0000700004fd2a80
   r8: 0x00007fffae20cfd8   r9: 0x0000000000000040  r10: 0x00007fffae303570  r11: 0x00007fae5a0cd600
  r12: 0x4000600000a482e0  r13: 0x0000600000119500  r14: 0x00006000002a46e0  r15: 0x00006000002a46e0
  rip: 0x000000010af9dd22  rfl: 0x0000000000010246  cr2: 0x000000010c018038
  
Logical CPU:     0
Error Code:      0x02000003
Trap Number:     133


Binary Images:
       0x1066c7000 -        0x1066f5ff7  com.apple.systempreferences (14.0 - 14.0) <D44411C0-3676-3EBE-BC29-4AEDA77CF296> /Applications/System Preferences.app/Contents/MacOS/System Preferences
       0x108c8a000 -        0x108cd4acf  dyld (551.5) <30B355CB-35BA-3112-AA76-4E46CD45F699> /usr/lib/dyld
       0x10af64000 -        0x10b4ccfff +cl.fail.lordkamina.SwiftDefaultApps (1.1.2 - 224) <2BB9F124-A261-3670-A04C-68661025A5F4> /Users/USER/Library/PreferencePanes/SwiftDefaultApps.prefPane/Contents/MacOS/SwiftDefaultApps
    0x7fff4c62c000 -     0x7fff4c97aff7  com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <CAF490E6-CB0E-3EF0-B3D2-C4880CF85077> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff4df89000 -     0x7fff4e00eff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.36.19 - 10.3.6) <16137B5F-2385-332F-8832-7946E28E944C> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff5024e000 -     0x7fff5042eff3  com.apple.avfoundation (2.0 - 1536.36) <BB65ED51-CE44-31BD-A6EC-4B1EC5EADDD9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff5042f000 -     0x7fff504e8fff  com.apple.audio.AVFAudio (1.0 - ???) <ECE63BA3-4344-3522-904B-71F89677AC7D> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff505ee000 -     0x7fff505eefff  com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff505ef000 -     0x7fff50605fef  libCGInterfaces.dylib (417.2) <E08ADB62-DF87-3BC8-81C6-60438991D4E1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff50606000 -     0x7fff50b04fc3  com.apple.vImage (8.1 - ???) <A243A7EF-0C8E-3A9A-AA38-44AFD7507F00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff50b05000 -     0x7fff50c5ffe3  libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff50c60000 -     0x7fff50c8efef  libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff50c8f000 -     0x7fff5104eff7  libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff5104f000 -     0x7fff51064ff7  libLinearAlgebra.dylib (1211.50.2) <E8E0B7FD-A0B7-31E5-AF01-81781F71EBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff51065000 -     0x7fff5106aff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff5106b000 -     0x7fff510ebfff  libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff510ec000 -     0x7fff510fffff  libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff51100000 -     0x7fff512adfc3  libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff512ae000 -     0x7fff5135ffff  libvMisc.dylib (622.50.5) <BA2532DF-2D68-3DD0-9B59-D434BF702AA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff51360000 -     0x7fff51360fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff51654000 -     0x7fff524b2fff  com.apple.AppKit (6.9 - 1561.60.100) <6857AED3-9D72-3B73-AAC1-82E3D0D28FF0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff52504000 -     0x7fff52504fff  com.apple.ApplicationServices (48 - 50) <35B88A29-7E2D-39CA-80DF-CB2967ECA054> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff52505000 -     0x7fff5256bfff  com.apple.ApplicationServices.ATS (377 - 445.5) <703CE7E4-426A-35C0-A229-F140F30F5340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff52604000 -     0x7fff52726fff  libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff52727000 -     0x7fff52771ff7  libFontRegistry.dylib (221.5) <8F68EA59-C8EE-3FA3-BD19-0F1A58441440> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff52816000 -     0x7fff52849ff7  libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff528b3000 -     0x7fff528b7ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff52957000 -     0x7fff529a9ffb  com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff529aa000 -     0x7fff529b8fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff529b9000 -     0x7fff52a05fff  com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff52a06000 -     0x7fff52a40fff  com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff52a41000 -     0x7fff52a4dfff  com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff52a4e000 -     0x7fff52cdcff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff52cde000 -     0x7fff52cdefff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABF8778E-4F9D-305E-A528-DE406A1A2B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff53001000 -     0x7fff5339cff7  com.apple.CFNetwork (902.3.1 - 902.3.1) <4C012538-BB8A-32F3-AACA-011092BEFAB1> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff533b1000 -     0x7fff533b1fff  com.apple.Carbon (158 - 158) <F8B370D9-2103-3276-821D-ACC756167F86> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff533b2000 -     0x7fff533b5ffb  com.apple.CommonPanels (1.2.6 - 98) <2391761C-5CAA-3F68-86B7-50B37927B104> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff533b6000 -     0x7fff536bbfff  com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff536bc000 -     0x7fff536bfffb  com.apple.help (1.3.8 - 66) <DEBADFA8-C189-3195-B0D6-A1F2DE95882A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff536c0000 -     0x7fff536c5fff  com.apple.ImageCapture (9.0 - 9.0) <23B4916F-3B43-3DFF-B956-FC390EECA284> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff536c6000 -     0x7fff5375bffb  com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff5375c000 -     0x7fff53776ff7  com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff53797000 -     0x7fff53798fff  com.apple.print.framework.Print (12 - 267) <3682ABFB-2561-3419-847D-02C247F4800D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff53799000 -     0x7fff5379bff7  com.apple.securityhi (9.0 - 55006) <C1406B8D-7D05-3959-808F-9C82189CF57F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff5379c000 -     0x7fff537a2fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff538c3000 -     0x7fff538c3fff  com.apple.Cocoa (6.11 - 22) <80C1AABB-FC32-3833-A53B-0E36E70EBABA> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff538d1000 -     0x7fff5398afff  com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff53b17000 -     0x7fff53baaff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff53c11000 -     0x7fff53c3affb  com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff53c3b000 -     0x7fff53f91fef  com.apple.CoreData (120 - 851) <A2B59780-FB16-36A3-8EE0-E0EF072454E0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff53f92000 -     0x7fff54075fff  com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff54076000 -     0x7fff54517ff7  com.apple.CoreFoundation (6.9 - 1454.93) <BA2165CA-0860-34A5-9238-75260E06E94B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff54519000 -     0x7fff54b29fef  com.apple.CoreGraphics (2.0 - 1161.21) <9A0BCB56-F93A-3648-82CC-A47AD4D42084> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff54b2b000 -     0x7fff54e1afff  com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff550a9000 -     0x7fff5519fffb  com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff551a0000 -     0x7fff551eefff  com.apple.CoreMediaIO (814.0 - 4995) <939D45FA-950D-3220-A5EA-ED237CA90D9D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff551ef000 -     0x7fff551effff  com.apple.CoreServices (822.37 - 822.37) <264305C4-BB1C-3D3B-A2B1-D4EAA02669BF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff551f0000 -     0x7fff55264ffb  com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff55265000 -     0x7fff5553cfff  com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff5553d000 -     0x7fff55571fff  com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff55572000 -     0x7fff5557affb  com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff5557b000 -     0x7fff55739ff7  com.apple.LaunchServices (822.37 - 822.37) <6AA93307-220A-3417-BBC2-FE1C0DE0B652> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff5573a000 -     0x7fff557eafff  com.apple.Metadata (10.7.0 - 1191.7) <3DD530A7-E104-3469-98BB-20449834B2FE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff557eb000 -     0x7fff5584bfff  com.apple.CoreServices.OSServices (822.37 - 822.37) <4AD2FC98-C6CB-392A-A22F-196A723D7FAE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff5584c000 -     0x7fff558bafff  com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff558bb000 -     0x7fff558dfffb  com.apple.coreservices.SharedFileList (71.21 - 71.21) <1B5228EF-D869-3A50-A373-7F4B0289FADD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff55b80000 -     0x7fff55cd0fff  com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff55cd1000 -     0x7fff55d0bfff  com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff55d0c000 -     0x7fff55d97ff3  com.apple.framework.CoreWLAN (13.0 - 1350.2) <53966601-3913-3027-92AC-D79506F4DB6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff55f31000 -     0x7fff55febfff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <35D1FF9A-432C-39AD-9C1F-9022246EC5C0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff56012000 -     0x7fff56017fff  com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff561d8000 -     0x7fff5659eff3  com.apple.Foundation (6.9 - 1454.93) <4780F1E1-7F46-3028-B2D1-C7960A8BD5AB> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff5660f000 -     0x7fff5663fff3  com.apple.GSS (4.0 - 2.0) <F0458628-964B-3B96-8C84-6FACB03CA63D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff56751000 -     0x7fff56855ffb  com.apple.Bluetooth (6.0.7 - 6.0.7f11) <2C81A646-8D1E-3FAE-8A36-154DB2EE9651> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff568b5000 -     0x7fff56950ff7  com.apple.framework.IOKit (2.0.2 - 1445.71.3) <F4400010-3184-3501-996F-DF35213522F0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff56952000 -     0x7fff56959fff  com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff569b0000 -     0x7fff56b2aff7  com.apple.ImageIO.framework (3.3.0 - 1739.3) <7C579D3F-AE0B-31C9-8F80-67F2290B8DE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff56b2b000 -     0x7fff56b2fffb  libGIF.dylib (1739.3) <7AA44C9D-48E8-3090-B044-61FE6F0AEF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff56b30000 -     0x7fff56c17fef  libJP2.dylib (1739.3) <AEBF7260-0C10-30C0-8F0F-8B347DEE78B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff56c18000 -     0x7fff56c3bff7  libJPEG.dylib (1739.3) <D8C966AD-A00C-3E8B-A7ED-D7CC7ECB3224> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff56f17000 -     0x7fff56f3dfeb  libPng.dylib (1739.3) <1737F680-99D1-3F03-BFA5-5CDA30EB880A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff56f3e000 -     0x7fff56f40ffb  libRadiance.dylib (1739.3) <21746434-FCC7-36DE-9331-11277DF66AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff56f41000 -     0x7fff56f8ffef  libTIFF.dylib (1739.3) <C4CB5C1D-20F2-3BD4-B0E6-629FDB3EF8E8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff57e49000 -     0x7fff57e62ff7  com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff58121000 -     0x7fff58128fff  com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff581d8000 -     0x7fff58842ff7  com.apple.MediaToolbox (1.0 - 2276.68) <CB6791F2-B401-360E-9531-BFBC5138254E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff58844000 -     0x7fff588c5fff  com.apple.Metal (125.30 - 125.30) <6B9EBDEE-C64C-3C1C-922A-0363B642C9BC> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff588e2000 -     0x7fff588fdfff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff588fe000 -     0x7fff5896dfef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff5896e000 -     0x7fff58992fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff58993000 -     0x7fff58a7aff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff58a7b000 -     0x7fff58a7bff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff59a7a000 -     0x7fff59a86ffb  com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff5c878000 -     0x7fff5c8d2ff7  com.apple.opencl (2.8.24 - 2.8.24) <058114A8-6825-31D7-976E-0612B6A273E9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff5c8d3000 -     0x7fff5c8efffb  com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff5c8f0000 -     0x7fff5c8fbfff  com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff5da7a000 -     0x7fff5da7cfff  libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff5da7d000 -     0x7fff5da82ffb  libCoreFSCache.dylib (162.9) <DD9DD721-2957-3D05-B361-70AF9EBFB280> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff5da83000 -     0x7fff5da87fff  libCoreVMClient.dylib (162.9) <4E4F3EA2-5B53-31A3-8256-54EFAA94E4D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff5da88000 -     0x7fff5da91ff3  libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff5da92000 -     0x7fff5da9dfff  libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff5da9e000 -     0x7fff5dad9fe7  libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff5dc48000 -     0x7fff5dc86ffb  libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff5e5fe000 -     0x7fff5e60dff3  com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff5e86d000 -     0x7fff5e896ff7  com.apple.frameworks.preferencepanes (16.0 - 16.0) <7EE266B0-F752-37CB-B4EE-6F3B8630B17C> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff5f45c000 -     0x7fff5f6a8ff7  com.apple.QuartzCore (1.11 - 584.62.2) <C6A3A406-7DC2-3B02-ACEF-4E166AA01EA3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff5fede000 -     0x7fff60209fff  com.apple.security (7.0 - 58286.70.9) <DF83510E-B4BC-3CA7-8530-585AF7263EEB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff6020a000 -     0x7fff60296ff7  com.apple.securityfoundation (6.0 - 55185.50.5) <67B7E8AD-2C9A-35B0-B05E-88ED346FC02B> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff60297000 -     0x7fff602c7fff  com.apple.securityinterface (10.0 - 55109.50.6) <E27C0F28-EEF7-3D78-84AA-065871F35028> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff602c8000 -     0x7fff602ccffb  com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff60671000 -     0x7fff606e1ff3  com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff60896000 -     0x7fff60c11fff  com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff635de000 -     0x7fff63671fff  com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff6429c000 -     0x7fff642c4fff  com.apple.framework.Apple80211 (13.0 - 1370.4) <21593061-5389-3689-BBC2-F9F0E9D929F0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff642c6000 -     0x7fff642d5fef  com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff643d4000 -     0x7fff643dfff7  com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff64419000 -     0x7fff64461ff3  com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff6449c000 -     0x7fff644c4fff  com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff64591000 -     0x7fff645e1ff7  com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff64917000 -     0x7fff64bb0ffb  com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff64ce7000 -     0x7fff64ceeff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff64cef000 -     0x7fff64d76ff7  com.apple.backup.framework (1.9.5 - 1.9.5) <9171156B-6D2D-32FD-8588-5646E0EF793C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff65b58000 -     0x7fff65ba7ff3  com.apple.ChunkingLibrary (189 - 189) <C021A0EB-82E7-3A1E-A772-96B0E7E038D9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff65bae000 -     0x7fff65c3fff7  com.apple.CloudDocs (1.0 - 575.14) <7B39EEBE-88FA-39B9-BB89-F2AE6DF9FB50> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff66730000 -     0x7fff66739ff3  com.apple.CommonAuth (4.0 - 2.0) <230E9C02-9A73-3ED5-BD3D-9E04CAC5F74F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff66a75000 -     0x7fff66e7dfff  com.apple.CoreAUC (259.0.0 - 259.0.0) <1E0FB2C7-109E-3924-8E7F-8C6ACD78AF26> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff66e7e000 -     0x7fff66eaeff7  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff6724d000 -     0x7fff6725dff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff676c0000 -     0x7fff6771dff7  com.apple.CoreNLP (1.0 - 130.5.4) <1FDB3609-F745-3874-84EB-473570632E50> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff679f1000 -     0x7fff679f9ff3  com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff67b84000 -     0x7fff67bb5ff3  com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff67f2f000 -     0x7fff67fc0fff  com.apple.CoreSymbolication (9.3 - 64026.2) <A8D4315F-5DD5-3164-8672-ECDAF2766644> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff68043000 -     0x7fff68178fff  com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff68179000 -     0x7fff682aafff  com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff682ff000 -     0x7fff68363fff  com.apple.framework.CoreWiFi (13.0 - 1350.2) <373AD7DB-3947-300A-8B8C-9BABC6D1AE12> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff68364000 -     0x7fff68374ff7  com.apple.CrashReporterSupport (10.13 - 1) <A909F468-0648-3F51-A77E-3F9ADBC9A941> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff683f3000 -     0x7fff68402ff7  com.apple.framework.DFRFoundation (1.0 - 191.7) <3B8ED6F7-5DFF-34C3-BA90-DDB85679684C> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff68405000 -     0x7fff68409ffb  com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff6848b000 -     0x7fff68501fff  com.apple.datadetectorscore (7.0 - 590.3) <B4706195-CBE6-320D-A0E1-A9D4BDF52791> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff6854f000 -     0x7fff6858fff7  com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff68590000 -     0x7fff686bffff  com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff6889d000 -     0x7fff6898bff7  com.apple.DiskManagement (11.5 - 1429) <086D1935-D5AC-31DE-BBBE-813CFF596038> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff68a19000 -     0x7fff68a1cfff  com.apple.EFILogin (2.0 - 2) <63C8BB1B-B694-3B1B-A046-FC0C9CEC9454> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff694d9000 -     0x7fff69907fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff6993a000 -     0x7fff699c3ff3  com.apple.FileProvider (125.15 - 125.15) <037018DD-011E-33AB-A112-85C32DC211BA> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff6b563000 -     0x7fff6b563fff  libmetal_timestamp.dylib (802.4.8) <B428D084-681A-3A20-837D-6BCB3B2AE2A3> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
    0x7fff6cbcf000 -     0x7fff6cbd4fff  com.apple.GPUWrangler (3.20.0 - 3.20.0) <54EC174A-C5E6-3CA2-8A8D-9DA6ACE68C3D> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff6cf88000 -     0x7fff6cfadff3  com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff6d94a000 -     0x7fff6d959fff  com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff6d9dc000 -     0x7fff6da50fff  com.apple.Heimdal (4.0 - 2.0) <A5C34322-456F-3AF0-9B53-A32862C8B4E3> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff6e360000 -     0x7fff6e367ff7  com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff6e36b000 -     0x7fff6e382fff  com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff6e74d000 -     0x7fff6e773ffb  com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff6e880000 -     0x7fff6e883ff3  com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff6e8f1000 -     0x7fff6e901ffb  com.apple.IntlPreferences (2.0 - 227.5.2) <7FC3783F-C96A-3CD6-BBA8-2BC682BC7109> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff6e9f8000 -     0x7fff6ea0bff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <D919DF09-908E-34F8-99D0-28E7E548D932> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff6ea0c000 -     0x7fff6eb01ff7  com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff6eb02000 -     0x7fff6eb44fff  com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff6eb48000 -     0x7fff6eb4fff7  com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff6f34e000 -     0x7fff6f351fff  com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff6f46d000 -     0x7fff6f4a0ff7  com.apple.MediaKit (16 - 873) <EC6E742E-305D-362F-9E22-BF313013054C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff6f861000 -     0x7fff6f8caff7  com.apple.gpusw.MetalTools (1.0 - 1) <B4217182-B2AA-3AA3-80E8-F4C80B71BDDC> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff6f8d3000 -     0x7fff6f8eaff7  com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff6fa58000 -     0x7fff6fa71fff  com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff6fafd000 -     0x7fff6fb27ffb  com.apple.MultitouchSupport.framework (1614.1 - 1614.1) <A0709B43-FA9E-3617-8E7A-D68CDFAB2167> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff6fd8e000 -     0x7fff6fd99fff  com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff71636000 -     0x7fff71646ffb  com.apple.PerformanceAnalysis (1.194 - 194) <8022ED1F-CE70-388E-B37B-6FB1E5F90CF2> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff733ad000 -     0x7fff73404fff  com.apple.ProtectedCloudStorage (1.0 - 1) <99598601-64DB-3A82-A13B-B62641709213> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff73405000 -     0x7fff73423fff  com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff735f1000 -     0x7fff735fdfff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.70.9) <2937CFBF-587C-33A0-B493-FFB4E606A498> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff735fe000 -     0x7fff73621ffb  com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff73622000 -     0x7fff73637ff3  com.apple.xpc.RemoteXPC (1.0 - 1205.70.9) <C3DB7D30-903A-306C-9DFA-1669D2B60497> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff74f45000 -     0x7fff7505aff7  com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff75085000 -     0x7fff75086ff7  com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff75de3000 -     0x7fff7607fff7  com.apple.SkyLight (1.600.0 - 312.103.1) <9D0ECB22-52A9-3F55-AD92-0C54C5932C69> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff76848000 -     0x7fff76855fff  com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff76907000 -     0x7fff76b45ff3  com.apple.spotlight.index (10.7.0 - 1191.7) <FF5E4ADA-E2E7-3234-A688-5D52A7CC1B46> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
    0x7fff76d02000 -     0x7fff76d29fff  com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff773fb000 -     0x7fff77484fc7  com.apple.Symbolication (9.3 - 64033) <FAA17252-6378-34A4-BBBB-22DF54EC1626> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff77495000 -     0x7fff7749dffb  com.apple.SymptomDiagnosticReporter (1.0 - 820.60.3) <B74B4457-2E33-31BF-B442-1C651B5BDFA9> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff779f4000 -     0x7fff779fcff7  com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff77c09000 -     0x7fff77cc6ff7  com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff77d77000 -     0x7fff77f26fff  com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff78bfb000 -     0x7fff78ccaff7  com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff796a2000 -     0x7fff796a4ffb  com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff7980b000 -     0x7fff7983eff7  libclosured.dylib (551.5) <112BC241-6626-3848-8DD8-B34B5B6F7ABC> /usr/lib/closure/libclosured.dylib
    0x7fff798f8000 -     0x7fff79931ff7  libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
    0x7fff79932000 -     0x7fff7993dfff  libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
    0x7fff7993e000 -     0x7fff799cbff7  libCoreStorage.dylib (546.50.1) <6AFD6AAE-2EFE-3CF3-90C6-A66F67FCB309> /usr/lib/libCoreStorage.dylib
    0x7fff799cf000 -     0x7fff799d0ff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff79a07000 -     0x7fff79bd1ff3  libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
    0x7fff79c09000 -     0x7fff79c09fff  libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff79d40000 -     0x7fff79d44ffb  libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
    0x7fff79d45000 -     0x7fff79d46ffb  libSystem.B.dylib (1252.50.4) <5BDEB632-6CFD-30E4-B917-F6EE581DB4F2> /usr/lib/libSystem.B.dylib
    0x7fff79dc5000 -     0x7fff79dc6fff  libThaiTokenizer.dylib (2.2) <6F416F41-BF77-3078-A05C-AFF5DA5AB008> /usr/lib/libThaiTokenizer.dylib
    0x7fff79dd9000 -     0x7fff79dd9fff  libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
    0x7fff79dda000 -     0x7fff79df0ff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff79df1000 -     0x7fff79e1bff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff79e1c000 -     0x7fff79e9dfdf  libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib
    0x7fff79ea1000 -     0x7fff79ea1ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff79ea2000 -     0x7fff79f5aff3  libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
    0x7fff79f5b000 -     0x7fff79f6bff3  libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
    0x7fff79f6c000 -     0x7fff79f79ffb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff79f7a000 -     0x7fff79fd0fff  libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
    0x7fff79fd1000 -     0x7fff79ff5ff7  libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
    0x7fff79ff7000 -     0x7fff7a007fff  libcmph.dylib (6) <890DEC4C-4334-393C-8B56-7C8560BBED9D> /usr/lib/libcmph.dylib
    0x7fff7a008000 -     0x7fff7a01ffcf  libcompression.dylib (47.60.2) <543F07BF-2F2F-37D5-9866-E84BF659885B> /usr/lib/libcompression.dylib
    0x7fff7a2ca000 -     0x7fff7a2e2ff7  libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
    0x7fff7a2e3000 -     0x7fff7a2e4ff3  libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff7a7a9000 -     0x7fff7a7b4ff7  libcsfde.dylib (546.50.1) <D02562A4-CCE6-35FE-8BDE-05BB68DA0038> /usr/lib/libcsfde.dylib
    0x7fff7a7b5000 -     0x7fff7a80bff3  libcups.2.dylib (462.2.5) <EA944DD1-0B60-32E9-8FB4-BE642D2E7352> /usr/lib/libcups.2.dylib
    0x7fff7a94b000 -     0x7fff7a94bfff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff7a97d000 -     0x7fff7a981ff7  libgermantok.dylib (17) <37C1C061-5214-3050-9C3A-783A784435A8> /usr/lib/libgermantok.dylib
    0x7fff7a982000 -     0x7fff7a987ff3  libheimdal-asn1.dylib (520.50.7) <BC22EC07-A701-3B8F-B075-E29BB437E6CF> /usr/lib/libheimdal-asn1.dylib
    0x7fff7a9b3000 -     0x7fff7aaa4ff7  libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
    0x7fff7aaa5000 -     0x7fff7acccffb  libicucore.A.dylib (59181.0.1) <2CE6205F-D375-3BF5-AA0A-3254BC4773D0> /usr/lib/libicucore.A.dylib
    0x7fff7ad19000 -     0x7fff7ad1afff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff7ad1b000 -     0x7fff7ad34ffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff7ad35000 -     0x7fff7ad4bff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff7ad4c000 -     0x7fff7adfbfff  libmecab.1.0.0.dylib (779.7.6) <334D4742-BDDD-3C2D-BBEB-85B32643BFA0> /usr/lib/libmecab.1.0.0.dylib
    0x7fff7adfc000 -     0x7fff7b024ff7  libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
    0x7fff7b1fc000 -     0x7fff7b377fff  libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
    0x7fff7b3fe000 -     0x7fff7b7ec7e7  libobjc.A.dylib (723) <DD9E5EC5-B507-3249-B700-93433E2D5EDF> /usr/lib/libobjc.A.dylib
    0x7fff7b7ff000 -     0x7fff7b803fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff7b806000 -     0x7fff7b83afff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff7b8b9000 -     0x7fff7b8d5ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff7b924000 -     0x7fff7b925ff3  libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
    0x7fff7b926000 -     0x7fff7bab9ff7  libsqlite3.dylib (274.8.1) <FCAD6A57-829E-3701-B16E-1833D620E0E8> /usr/lib/libsqlite3.dylib
    0x7fff7bc8d000 -     0x7fff7bcedff3  libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
    0x7fff7bcee000 -     0x7fff7bcf1ffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff7bcf2000 -     0x7fff7bcfffff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff7bd03000 -     0x7fff7bdeafff  libxml2.2.dylib (31.13) <8C12B82A-66FD-330C-9BEA-AAC090C7076A> /usr/lib/libxml2.2.dylib
    0x7fff7bdeb000 -     0x7fff7be13fff  libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
    0x7fff7be14000 -     0x7fff7be26ffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff7bec2000 -     0x7fff7bec6ff7  libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
    0x7fff7bec7000 -     0x7fff7bed1ff3  libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
    0x7fff7bed2000 -     0x7fff7bed9fff  libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff7beda000 -     0x7fff7bee3ffb  libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
    0x7fff7bee4000 -     0x7fff7bf69ffb  libcorecrypto.dylib (562.70.2) <495BACA2-67D7-369D-ABB1-FE67FAF63A6A> /usr/lib/system/libcorecrypto.dylib
    0x7fff7bff1000 -     0x7fff7c02aff7  libdispatch.dylib (913.60.3) <BF368549-2DFB-3530-B4CB-31D5EDAC4F2F> /usr/lib/system/libdispatch.dylib
    0x7fff7c02b000 -     0x7fff7c048ff7  libdyld.dylib (551.5) <49BF9E96-8297-30CF-8AA6-128CC14054B2> /usr/lib/system/libdyld.dylib
    0x7fff7c049000 -     0x7fff7c049ffb  libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
    0x7fff7c04a000 -     0x7fff7c056ff3  libkxld.dylib (4570.71.13) <8B5CF013-E6D0-385D-B648-1153FCF3EAB3> /usr/lib/system/libkxld.dylib
    0x7fff7c057000 -     0x7fff7c057ff7  liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib
    0x7fff7c058000 -     0x7fff7c05cffb  libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
    0x7fff7c05d000 -     0x7fff7c05fff3  libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
    0x7fff7c060000 -     0x7fff7c061ff3  libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
    0x7fff7c062000 -     0x7fff7c079fff  libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
    0x7fff7c07a000 -     0x7fff7c07afff  libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
    0x7fff7c07b000 -     0x7fff7c104ff7  libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
    0x7fff7c105000 -     0x7fff7c108ffb  libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
    0x7fff7c109000 -     0x7fff7c10cffb  libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff7c10d000 -     0x7fff7c10efff  libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
    0x7fff7c10f000 -     0x7fff7c115ff7  libsystem_dnssd.dylib (878.70.2) <976168E4-0F95-3725-800F-CEC6166C9E76> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff7c116000 -     0x7fff7c15fff7  libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
    0x7fff7c160000 -     0x7fff7c186ff7  libsystem_kernel.dylib (4570.71.13) <7601E31F-FC69-3FD9-B2F4-1BA00E0E4381> /usr/lib/system/libsystem_kernel.dylib
    0x7fff7c187000 -     0x7fff7c1d2fcb  libsystem_m.dylib (3147.50.1) <17570F46-566C-39FC-BEF6-635A355DD549> /usr/lib/system/libsystem_m.dylib
    0x7fff7c1d3000 -     0x7fff7c1f2fff  libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
    0x7fff7c1f3000 -     0x7fff7c323ff7  libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
    0x7fff7c324000 -     0x7fff7c32effb  libsystem_networkextension.dylib (767.70.2) <9DC03712-552D-3AEE-9519-B5ED70980B70> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff7c32f000 -     0x7fff7c338ff3  libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
    0x7fff7c339000 -     0x7fff7c340ff7  libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
    0x7fff7c341000 -     0x7fff7c34cfff  libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
    0x7fff7c34d000 -     0x7fff7c350fff  libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff7c351000 -     0x7fff7c352ff3  libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff7c353000 -     0x7fff7c35aff7  libsystem_symptoms.dylib (820.60.3) <441C6CA0-5711-3BB1-8420-DDAC3D5272E1> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff7c35b000 -     0x7fff7c36efff  libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
    0x7fff7c370000 -     0x7fff7c375ff7  libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
    0x7fff7c376000 -     0x7fff7c3a3ff7  libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=367.2M resident=0K(0%) swapped_out_or_unallocated=367.2M(100%)
Writable regions: Total=141.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=141.6M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                 2028K        7 
CG image                           152K       29 
CoreAnimation                     2008K       50 
CoreGraphics                         8K        2 
CoreImage                           68K       16 
CoreServices                       256K        2 
CoreUI image data                 2440K       31 
CoreUI image file                  240K        8 
Foundation                           4K        2 
Image IO                           372K        9 
Kernel Alloc Once                    8K        2 
MALLOC                           121.9M       45 
MALLOC guard page                   48K       13 
Memory Tag 242                      12K        2 
Memory Tag 251                      24K        2 
STACK GUARD                       56.0M       10 
Stack                             12.1M       10 
VM_ALLOCATE                        140K       21 
__DATA                            25.8M      266 
__FONT_DATA                          4K        2 
__LINKEDIT                       193.7M        5 
__TEXT                           173.5M      270 
__UNICODE                          560K        2 
mapped file                       84.3M       96 
shared memory                     3048K       13 
===========                     =======  ======= 
TOTAL                            678.8M      892 

Model: MacBookAir6,2, BootROM 110.0.0.0.0, 2 processors, Intel Core i7, 1.7 GHz, 8 GB, SMC 2.13f15
Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.77.37.31.1a9)
Bluetooth: Version 6.0.7f11, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD0256F, 251 GB
USB Device: USB 3.0 Bus
USB Device: Internal Memory Card Reader
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Air, Apple Inc., 23.6

Cannot change URI schemes settings

v10.15.6

Attempting to turn off / deregister an application for testing. All 3 radio buttons can be selected at the same time, switching tabs and coming back returns the settings to the default/initial value.

image

minor typo in `swda`: "succesfully"

This command:

swda setHandler --UTI public.shell-script --app /Applications/BBEdit.app

resulted in this output:

SwiftDefaultApps SUCCESS: Default handler has succesfully changed to com.barebones.bbedit

succesfully should be successfully.

Assigning multiple extensions to a single application.

One of the handier features of RCDefaultApp was the ability to select every file type an app could handle at once and associate them all. With SwiftDefaultApps, files have to be assigned one by one. For an app like VSCode it's a bit of a chore. (#40 doesn't help much either.)

hHTUuRId

It would be great to see that in SwiftDefaultApps. Thanks for keeping the spirit of RCDefaultApp alive. 🖤

Add option to refresh specific apps' UTI entries

I deleted the 'XM Audio File' UTI entry from the IINA app because XM is a plaintext file extension for my purposes. It would be cool if this app could tell launch services to re-scan that app and update it's UTI entries

Also, UTI entries should tell you the bundle they reside in. That's really useful information.

No .prefpane file

I must be missing something obvious here. When I download I do not see a .prefpane file in the directory.

Remove the "Success" dialog?

I'm trying to assign many UTIs to one app and after checking each individual item, I get this dialog:

Success

SwiftDefaultApps SUCCESS: Default handler has succesfully changed to Code - Insiders

Screen Shot 2020-10-12 at 15 06 02

The UX would be much smoother without this, maybe the dialog should come up only if there was an error?!

Setting Viewer to "Do Nothing" does nothing

Summary

I can't set "Do Nothing" for a URI scheme.

Steps to Reproduce

  1. Open SwiftDefaultApps from Preference panes
  2. Switch to URI Schemes tab
  3. Select URI scheme (in my case tel)
  4. Current selection is Facetime.app, attempt to switch to Do Nothing

Expected result: Radio switches to Do Nothing, dialog of "Success" is shown, and selection is saved.

Actual result: Radio shows as selected, but existing selection also remains showing as selected. No "Success" dialog is shown, and selection isn't saved.

SwiftDefaultApps 2020-05-07 11-07-40

macOS 10.14.6 on 2017 MBP 15" (MacBookPro14,3)

selecting an app silently fails

I'm trying to use SwiftDefaultApps to associate a custom helper application (a simple bash script, actually) with a URI protocol called textedit.
This protocol is associated by default to an application called LilyPond. As LilyPond on Mac doesn't handle correctly this protocol, I had to make another "app" (the aforementioned bash script).

Problem: when I select my custom app, the selection is not saved and SwiftDefaultApps doesn't return any error message. I think it should, even if it might be well a problem in my Info.plist.
(I'm totally new to Mac and I'm using my father's Mac just to see how to fix this problem)

How can I validate a Info.plist file?

No longer working on 10.14 Mojave

Attempting to open the v1.1.1 prefpane results in:

You can’t open SwiftDefaultApps preferences pane because it doesn’t work on an Intel-based Mac.

ProductName: Mac OS X
ProductVersion: 10.14
BuildVersion: 18A391

Setting default email client and browser presents Illegal instruction: 4

(BTW, this is awesome) Using the swda CLI tool.

Following the usage guide for setHandler - swda setHandler <application> <type> [options] - I am running the following commands to set the default email client & the default browser.

swda setHandler --app /Applications/Microsoft\ Outlook.app --email
swda setHandler --app /Applications/Google\ Chrome.app --browser

In both cases, the result is "Illegal instruction: 4". In the case of the browser, however, this does produce the prompt to select the alternative browser or keep the current option.

I've tried changing the order of the parameters but I can't seem to get this to work using --email or --browser. Was trying to use what appeared to be a simpler option for configuring this, rather than --UTI.

Am I missing something obvious when using setHander with --email & --browser??

Does not seem to be able to change defaults for PDF if PDFExpert is installed

I'm using macOS Mojave.

FWIW, the Get Info pane (i.e. Finder's) has trouble with this as well, i.e. setting default app for a PDF file to "Preview" (for ex) immediately reverts it to PDFExpert. So, me opening this isssue is mostly like "what the heck is happening, is there a new way of specifying an association"? Maybe something happening only on Mojave?

how do I remove an association?

I had previously associated .nfo files with an application. I want these files to be just unrecognized generic files again, without any UTI entries. (it's a requirement for another extension I'm using)
Can this utility do that?

OMG AWESOME APP BEST EVER

MAN, THIS IS LIKE LITERARY 🔝 👌 APP OUT THERE. THERE'S NO OTHER EASY AND CLEAN WAY HOW TO HANDLE CUSTOM PROTOCOLS WITH DIGNITY IN MACOS.

MANY THANKS!!!

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.