Git Product home page Git Product logo

dsward2 / macsvg Goto Github PK

View Code? Open in Web Editor NEW
1.1K 42.0 70.0 9.21 MB

macSVG - An open-source macOS app for designing HTML5 SVG (Scalable Vector Graphics) art and animation with a WebKit web view ➤➤➤

Home Page: http://macsvg.org/

License: Other

Ruby 0.01% Objective-C 79.00% HTML 14.53% Swift 0.18% JavaScript 0.04% Makefile 0.01% C 4.96% Shell 0.03% Objective-C++ 0.46% Rich Text Format 0.78%
macos svg animation swift objective-c scalable-vector-graphics graphics html5 macos-webkit-framework webkit

macsvg's Introduction

macSVG 1.2

July 16, 2022 – This release of macSVG 1.2 adds support for Macs with Apple Silicon M1/M2 processors.


macSVG is a MIT-licensed open-source macOS app for designing HTML5 SVG 1.1 (Scalable Vector Graphics) art and animation.

macSVG Screenshot

macSVG can produce dynamic, high-quality graphics and animation for HTML5 web views that work on most major desktop and mobile platforms, including iOS, Android, macOS, Microsoft Windows and Linux.

macSVG uses the standard macOS WebKit framework for interactive editing and rendering of SVG documents, in addition to several Cocoa plug-in bundles for editing SVG elements and attributes.

The latest version of macSVG.app – code-signed with a registered Apple ID from the developer – is available for download at the Github project release page:

https://github.com/dsward2/macSVG/releases

See the macSVG website for more documentation and release notes - https://macsvg.org/

Examples:

Apple’s free Xcode system is required to build the macOS application from the source code. Most of the application source code is written in Objective-C language, but a Swift language target has been added recently for a plug-in editor bundle. To build macSVG.app, open "macSVG.xcworkspace" in Xcode, set the build target to "macSVG Debug", build and run.

See the macSVG.org Developer page for more info: https://macsvg.org/developer/

Future project goals:

Migration to Swift language, and Swift Package Manager for importing third-party code.

We are monitoring the WebKit project concerning their plans to remove the Legacy WebView framework, which is used extensively in macSVG.

Copyright (c) 2016-2022 by ArkPhone, LLC.

All trademarks are the property of their respective holders.

macsvg's People

Contributors

dsward2 avatar

Stargazers

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

Watchers

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

macsvg's Issues

Cannot copy from About box

I downloaded Version 1.0.1 (0656). I am using OS X 10.12.6 (16G29).

Steps: I select "About macSVG" from the "macSVG" menu. I select the text "Version 1.0.1 (0656)". I type Cmd-C.

Expected behavior: "Version 1.0.1 (0656)" is copied into the clipboard.

Observed behavior: Nothing happens.

Notes: Inability to copy the build number makes it more difficult to file issues :)

It's not clear how to construct anything like the examples. Tutorials?

Ideally there would be tutorials for each of the examples in https://macsvg.org/examples/, how to create each starting from scratch (or from a reasonable enough starting point to demonstrate the hard parts).

If some tutorials exist and I haven't seen them then my apologies for not searching better.

Besides movement on this as a issue in abstract, if anyone can point me at any resources for achieving my particular goal, that would be great appreciated: I'm trying to animate some simple blocks of text: appear, move, fade out, hide, that's about it. I've placed the text objects I want to work with in a webview, but can't figure out how to do anything regarding animations and the timeline.

Does not build; folder missing

Am I the only one trying to build this?

Although build on Xcode is endorsed on the website, I will refrain from doing it and use the executable directly for a while ;)

スクリーンショット 0004-11-23 13 47 48

Drag issues by missing width and height attributes in svg element

Hello Douglas,

I like macSVG as it keeps the SVG XML structure intact when editing.
I ran across many existing icons with an issue.
At least partly where created in Adobe Illustrator.
Simplified one looks like:

<?xml version="1.0"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Test_1" style="enable-background:new 0 0 513.232 513.232;" version="1.1" viewBox="0 0 513.232 513.232" x="0px" y="0px" xml:space="preserve">
<path style="fill:#4CC6E5;" d="M380.2,340.88c0,95.184-77.168,172.352-172.352,172.352S35.496,436.08,35.496,340.88 S207.848,0,207.848,0S380.2,245.696,380.2,340.88z"/>
</svg>
  1. When I open it in macSVG it opens correctly, but as soon as I want to drag the path shape it moves out of sight. In inspecting another file that did work I noticed this one has no width or height attributes in the svg element. If I add those in a text editor like width="513px" height="513px" (using viewBox dimensions for test) then I can move the shape Ok.
    Should/could this be corrected in macSVG by using a width/height equal to the viewBox or perhaps the maximum shape dimensions if no width or height is specified ?

  2. The XML was formatted with a newline after the path element and before the closing . This results in macSVG showing a Text element with an empty value "", see screenshot. I know that elements can have text as element value between sub-elements, but shouldn't whitespace be filtered out when parsing an XML ? When there are many shapes there are an equal amount of empty text boxes, which is annoying/needless. When I save the SVG from macSVG the newlines are removed (formatting gone, but Ok) and immediately the empty text elements are gone...

text

  1. I was going to give a try to see if I could inspect(/fix ?) above 2 issues in the source code. However, running Xcode 9.4.1 and opening the workspace, it did not build directly. I needed to set 'Code Signing Identity' to 'Don't Code Sign for each and every (plugin) project within the workspace. After that I'm left with complaints with can't find MacSVGPlugin/MacSVGPlugin.h in some of the projects... I will noodle a bit further with search path, I guess I need to build MacSVGPlugin.framework first and there are some assumptions about the Products Build Locations...

I'm not sure how actively macSVG is maintained, but it would be great if you could react on above.

Thanks !

Henk Demper

The size for a macOS / iOS icon should be larger

It should be 1024x1024 instead of 512x512 because the two largest sizes in asset catalogues are App Store (iOS, 1024x1024, at 1x) and the largest macOS icon is 512x512 at 2x.

Thanks for developing this awesome and free application!

Boxes, lines draw from strange origin points in specific document

Hello. I downloaded Version 1.0.1 (0656). I am using OS X 10.12.6 (16G29).

Steps: I download this specific SVG file
https://github.com/VCVRack/Tutorial/raw/master/res/MyModule.svg
from https://github.com/VCVRack/Tutorial

I select a tool, such as rectangle or line. I drag.

Expected behavior: A rectangle or line is drawn beginning at the point where I clicked down and ending at the point where I released the click.

Observed behavior: A rectangle or line is drawn beginning at a strange origin point far outside of the screen and ending at the point where I released the click. In addition, the "anchor" points for the object once drawn are bizarrely enormous. I do not see either of these strange effects when drawing in a document created in MacSVG using "New".

Screenshots:

In the first screenshot, I am hovering over the SVG with the rectangle tool. In the second screenshot, I have clicked and moved the cursor about one pixel.

rectangle

screen shot 2017-10-19 at 12 11 03 am

Notes: I notice the svg is using a inkscape:zoom attribute on sodipodi:namedview and a transform attribute on the top-level <g>. Perhaps this is confusing MacSVG.

This project looks very promising.

Support opening SVG files from Finder

I've noticed, that macSVG isn't listed in Finder's Open With context menu. Maybe it happens because the app itself always starts with a new SVG file creation window instead of allowing to choose whatever user wants to:

  • create a new SVG file
  • open an existing SVG file

.

Implement a <style> element editor.

Develop a new plug-in editor for editing <style> elements.

The features should include - a table of defined CSS styles, a table of valid CSS styles, and a context-sensitive table of valid values for styles.

Page Setup not working

When I try to change the page orientation to landscape or adjust the zoom this doesn't reflect in the actual print. Printing always occurs in portrait at 100% no matter what is set in the Page Setup pop-up.

I am using macSVG v1.1.6

macSVG rendering performance needs x10 improvement

Unzip and open the attached file pattern.svg.zip with macSVG and you will observe how slow the rendering engine is. Dropping the same file onto the Chrome web browser renders the image almost instantly. Hopefully the migration to Swift and perhaps an eye to the SVG rendering engine will provide a much-needed rendering boost. As it stands right now there is considerable time spent in the BBOD.
pattern.svg.zip

add option to install with home brew

It would be great to be able to install macSVG using the home brew system. This way updates can also be easily made.

BTW - the text here should be corrected: https://github.com/dsward2/macSVG/releases/tag/v1.1.7
Screen Shot 2021-05-20 at 10 21 38 AM

It currently says "Download "macSVG-v1.1.7.zip" from the "Assets" section above" but the Assets section is below. I must have spent 10 minutes looking for it in different places thinking I had read it wrong or needed to be logged in or something. And then I thought to myself - this would all be so much easier with homebrew. But alas - it's not on there.

Also - Here is some info on this request for home brew. I appreciate your work to make this such as great tool!!!

There are many other SVG tools available there but not quite like this one.

  1. Homebrew/homebrew-core#36773
  2. Homebrew/homebrew-core#39166
  3. Homebrew/homebrew-core#64487
  4. Homebrew/homebrew-core#65310
  5. Homebrew/homebrew-core#67804

MacSVG crashes on 10.14.5 and 10.14.6

It crashes complaining for an illegal instruction.

This is the output:

Process:               macSVG [13045]
Path:                  /Applications/macSVG.app/Contents/MacOS/macSVG
Identifier:            com.arkphone.macsvg
Version:               1.1.5 (2050)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           macSVG [13045]
User ID:               501

Date/Time:             2019-08-09 14:10:03.775 +0200
OS Version:            Mac OS X 10.14.6 (18G87)
Report Version:        12
Bridge OS Version:     3.6 (16P6568)
Anonymous UUID:        9C3F19C8-64D1-1CFF-63A9-70E03F08C38F

Sleep/Wake UUID:       9810DC87-BD1A-4836-BCE1-DB6F84D86AB3

Time Awake Since Boot: 74000 seconds
Time Since Wake:       3800 seconds

System Integrity Protection: enabled

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

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

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

Application Specific Information:
Crashing on exception: *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff2cc7f2fd __exceptionPreprocess + 256
1   libobjc.A.dylib                     0x00007fff57350a17 objc_exception_throw + 48
2   CoreFoundation                      0x00007fff2ccbe2f4 -[CFPrefsConfigurationFileSource initWithConfigurationPropertyList:containingPreferences:] + 0
3   CoreFoundation                      0x00007fff2cb91bbe -[__NSPlaceholderArray initWithObjects:count:] + 230
4   CoreFoundation                      0x00007fff2cbfe8b4 +[NSArray arrayWithObjects:count:] + 52
5   macSVG                              0x000000010df265b2 macSVG + 456114
6   AppKit                              0x00007fff2a40f39e loadItemEntryLazyInfoIfNecessary + 177
7   AppKit                              0x00007fff2a40f294 -[NSOutlineView itemAtRow:] + 37
8   AppKit                              0x00007fff2a41495a -[NSOutlineView _delegateRowViewForRow:] + 56
9   AppKit                              0x00007fff2a378aee -[NSTableView(NSTableViewViewBased) makeRowViewForRow:] + 122
10  AppKit                              0x00007fff2a3788b3 -[NSTableRowData _preparedRowViewForRow:storageHandler:] + 118
11  AppKit                              0x00007fff2a378736 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 295
12  AppKit                              0x00007fff2a378569 -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 401
13  AppKit                              0x00007fff2a368dd8 -[NSTableRowData _updateVisibleRowEntries] + 1604
14  AppKit                              0x00007fff2a3686ee -[NSTableRowData updateVisibleRowViews] + 291
15  AppKit                              0x00007fff2a2ba27d -[NSTableView layout] + 206
16  AppKit                              0x00007fff2a2b37a7 _NSViewLayout + 587
17  AppKit                              0x00007fff2a2b3124 -[NSView _layoutSubtreeWithOldSize:] + 452
18  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
19  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
20  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
21  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
22  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
23  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
24  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
25  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
26  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
27  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
28  AppKit                              0x00007fff2a2b33a5 -[NSView _layoutSubtreeWithOldSize:] + 1093
29  AppKit                              0x00007fff2a2b0bc4 -[NSView _layoutSubtreeIfNeededAndAllowTemporaryEngine:] + 1358
30  AppKit                              0x00007fff2a2b0348 -[NSWindow(NSConstraintBasedLayout) _layoutViewTree] + 148
31  AppKit                              0x00007fff2a2c1ea4 -[NSWindow(NSConstraintBasedLayout) layoutIfNeeded] + 263
32  AppKit                              0x00007fff2a2c1cd4 __NSWindowGetDisplayCycleObserverForLayout_block_invoke + 455
33  AppKit                              0x00007fff2a2c1334 NSDisplayCycleObserverInvoke + 162
34  AppKit                              0x00007fff2a2c0eb4 NSDisplayCycleFlush + 1030
35  QuartzCore                          0x00007fff3763254d _ZN2CA11Transaction19run_commit_handlersE18CATransactionPhase + 49
36  QuartzCore                          0x00007fff37631d26 _ZN2CA11Transaction6commitEv + 212
37  AppKit                              0x00007fff2a2c084d __65+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayRefresh]_block_invoke + 274
38  CoreFoundation                      0x00007fff2cc25f28 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
39  CoreFoundation                      0x00007fff2cc25e5d __CFRunLoopDoObservers + 451
40  CoreFoundation                      0x00007fff2cbc8580 __CFRunLoopRun + 1136
41  CoreFoundation                      0x00007fff2cbc7ebe CFRunLoopRunSpecific + 455
42  HIToolbox                           0x00007fff2be271ab RunCurrentEventLoopInMode + 292
43  HIToolbox                           0x00007fff2be26ded ReceiveNextEventCommon + 355
44  HIToolbox                           0x00007fff2be26c76 _BlockUntilNextEventMatchingListInModeWithFilter + 64
45  AppKit                              0x00007fff2a1bf79d _DPSNextEvent + 1135
46  AppKit                              0x00007fff2a1be48b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
47  AppKit                              0x00007fff2a1b85a8 -[NSApplication run] + 699
48  AppKit                              0x00007fff2a1a7ae8 NSApplicationMain + 777
49  libdyld.dylib                       0x00007fff58b1e3d5 start + 1
50  ???                                 0x0000000000000002 0x0 + 2

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.AppKit              	0x00007fff2a5c3867 -[NSApplication _crashOnException:] + 109
1   com.apple.AppKit              	0x00007fff2a2c0a84 __65+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayRefresh]_block_invoke + 841
2   com.apple.CoreFoundation      	0x00007fff2cc25f28 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
3   com.apple.CoreFoundation      	0x00007fff2cc25e5d __CFRunLoopDoObservers + 451
4   com.apple.CoreFoundation      	0x00007fff2cbc8580 __CFRunLoopRun + 1136
5   com.apple.CoreFoundation      	0x00007fff2cbc7ebe CFRunLoopRunSpecific + 455
6   com.apple.HIToolbox           	0x00007fff2be271ab RunCurrentEventLoopInMode + 292
7   com.apple.HIToolbox           	0x00007fff2be26ded ReceiveNextEventCommon + 355
8   com.apple.HIToolbox           	0x00007fff2be26c76 _BlockUntilNextEventMatchingListInModeWithFilter + 64
9   com.apple.AppKit              	0x00007fff2a1bf79d _DPSNextEvent + 1135
10  com.apple.AppKit              	0x00007fff2a1be48b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
11  com.apple.AppKit              	0x00007fff2a1b85a8 -[NSApplication run] + 699
12  com.apple.AppKit              	0x00007fff2a1a7ae8 NSApplicationMain + 777
13  libdyld.dylib                 	0x00007fff58b1e3d5 start + 1

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

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

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

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

Thread 5:: JavaScriptCore bmalloc scavenger
0   libsystem_kernel.dylib        	0x00007fff58c5686a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff58d1556e _pthread_cond_wait + 722
2   libc++.1.dylib                	0x00007fff55d50b31 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 93
3   com.apple.JavaScriptCore      	0x00007fff300ad235 std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 117
4   com.apple.JavaScriptCore      	0x00007fff300ad0ff std::__1::cv_status std::__1::condition_variable_any::wait_until<std::__1::unique_lock<bmalloc::Mutex>, std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(std::__1::unique_lock<bmalloc::Mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 95
5   com.apple.JavaScriptCore      	0x00007fff300abdc6 bmalloc::Scavenger::threadRunLoop() + 262
6   com.apple.JavaScriptCore      	0x00007fff300ab579 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 9
7   com.apple.JavaScriptCore      	0x00007fff300acee7 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 39
8   libsystem_pthread.dylib       	0x00007fff58d122eb _pthread_body + 126
9   libsystem_pthread.dylib       	0x00007fff58d15249 _pthread_start + 66
10  libsystem_pthread.dylib       	0x00007fff58d1140d thread_start + 13

Thread 6:: com.apple.CFStream.LegacyThread
0   libsystem_kernel.dylib        	0x00007fff58c5322a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff58c5376c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2cbc91ee __CFRunLoopServiceMachPort + 328
3   com.apple.CoreFoundation      	0x00007fff2cbc875c __CFRunLoopRun + 1612
4   com.apple.CoreFoundation      	0x00007fff2cbc7ebe CFRunLoopRunSpecific + 455
5   com.apple.CoreFoundation      	0x00007fff2cc76d7a _legacyStreamRunLoop_workThread + 251
6   libsystem_pthread.dylib       	0x00007fff58d122eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff58d15249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff58d1140d thread_start + 13

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

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fef08088000  rbx: 0x00006000030e05a0  rcx: 0x0000000000000000  rdx: 0x000000000000149b
  rdi: 0x0000000000000000  rsi: 0x00007ffee1d46e60  rbp: 0x00007ffee1d472d0  rsp: 0x00007ffee1d472c0
   r8: 0x000000000000009b   r9: 0x0000000000001400  r10: 0x000000000000009b  r11: 0x00007fef0808949b
  r12: 0x0000600000da1040  r13: 0x00007fef08001050  r14: 0x00007fff57342680  r15: 0x00007fff2cc33583
  rip: 0x00007fff2a5c3867  rfl: 0x0000000000010202  cr2: 0x00006000019b3000
  
Logical CPU:     4
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x10deb7000 -        0x10e16cb87 +com.arkphone.macsvg (1.1.5 - 2050) <9A7F45F0-BC13-3BEB-B8C7-9196B01F99CF> /Applications/macSVG.app/Contents/MacOS/macSVG
       0x10e287000 -        0x10e28afff +libswiftCoreFoundation.dylib (4.2.1 - 1000.11.42) <801E1416-6C23-3C48-BF46-2349B9F36C9E> /Applications/macSVG.app/Contents/Frameworks/libswiftCoreFoundation.dylib
       0x10ef44000 -        0x10ef47047  libobjc-trampolines.dylib (756.2) <5795A048-3940-3801-90CE-33D1B1AF81F4> /usr/lib/libobjc-trampolines.dylib
       0x10ef70000 -        0x10ef75fff +com.arkphone.ElementInfoEditor (1.1.2 - 1) <2C998EF9-231A-3437-8FF6-DD3F7A3284A6> /Applications/macSVG.app/Contents/PlugIns/ElementInfoEditor.plugin/Contents/MacOS/ElementInfoEditor
       0x10ef7d000 -        0x10ef82ff3 +com.arkphone.MacSVGPlugin (1.1.2 - 2) <3DBD9B7A-6AFC-3C51-ACEE-2F2430121773> /Applications/macSVG.app/Contents/Frameworks/MacSVGPlugin.framework/Versions/A/MacSVGPlugin
       0x10ef8e000 -        0x10ef96fff +libswiftCoreData.dylib (4.2.1 - 1000.11.42) <6CC602C0-1AA9-3DD3-B843-CD1D07C36F27> /Applications/macSVG.app/Contents/Frameworks/libswiftCoreData.dylib
       0x10f4e1000 -        0x10f4f0ff7 +libswiftCoreGraphics.dylib (4.2.1 - 1000.11.42) <579D172D-0873-33EB-A529-742D5D70BD74> /Applications/macSVG.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x10f550000 -        0x10f5ba6ef  dyld (655.1.1) <D3E77331-ACE5-349D-A7CC-433D626D4A5B> /usr/lib/dyld
       0x11234f000 -        0x112363ff7 +libswiftAppKit.dylib (4.2.1 - 1000.11.42) <1223BA92-5392-33F4-893F-8C20A5D0905D> /Applications/macSVG.app/Contents/Frameworks/libswiftAppKit.dylib
       0x11238c000 -        0x112391ff7 +libswiftCoreImage.dylib (4.2.1 - 1000.11.42) <4DB8ED84-0EBB-3922-B3A4-82EE4834549B> /Applications/macSVG.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x112399000 -        0x1123a1fff +libswiftDarwin.dylib (4.2.1 - 1000.11.42) <70D5D45B-0327-352C-BDCE-F792699DAB88> /Applications/macSVG.app/Contents/Frameworks/libswiftDarwin.dylib
       0x1123b5000 -        0x1123ceff7 +libswiftDispatch.dylib (4.2.1 - 1000.11.42) <E8DBE923-0513-3FE8-8E3A-5778014FD810> /Applications/macSVG.app/Contents/Frameworks/libswiftDispatch.dylib
       0x11240d000 -        0x112575fff +libswiftFoundation.dylib (4.2.1 - 1000.11.42) <2252DB9E-6B26-31AD-A869-9D92FA2BE196> /Applications/macSVG.app/Contents/Frameworks/libswiftFoundation.dylib
       0x112711000 -        0x112714fff +libswiftIOKit.dylib (4.2.1 - 1000.11.42) <575A9454-3EB8-3314-B67B-9D0C88C03D5F> /Applications/macSVG.app/Contents/Frameworks/libswiftIOKit.dylib
       0x11271d000 -        0x112726fff +libswiftMetal.dylib (4.2.1 - 1000.11.42) <A538B219-717C-30F5-BB27-BF1C170EE99F> /Applications/macSVG.app/Contents/Frameworks/libswiftMetal.dylib
       0x112735000 -        0x112739fff +libswiftObjectiveC.dylib (4.2.1 - 1000.11.42) <A521AAA2-3B1F-38AF-BFA0-BB02A94ECA8B> /Applications/macSVG.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x112744000 -        0x11274aff7 +libswiftQuartzCore.dylib (4.2.1 - 1000.11.42) <C619FC2F-405B-3E38-8FDA-36B2A9EBA0F2> /Applications/macSVG.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x112753000 -        0x112756fff +libswiftXPC.dylib (4.2.1 - 1000.11.42) <3EC739CE-A1AC-3199-8461-9CA872E2B9EF> /Applications/macSVG.app/Contents/Frameworks/libswiftXPC.dylib
       0x112895000 -        0x11289cfff +libswiftos.dylib (4.2.1 - 1000.11.42) <0B29ACF1-EFFD-3F02-B509-5210DC92DD31> /Applications/macSVG.app/Contents/Frameworks/libswiftos.dylib
       0x1128a8000 -        0x1128b0ff7 +com.arkphone.macSVGPlugIn.AnimateMotionElementEditor (1.1.2 - 2) <E981E8F6-3307-35EC-9995-2D000AD5FA7C> /Applications/macSVG.app/Contents/PlugIns/AnimateMotionElementEditor.plugin/Contents/MacOS/AnimateMotionElementEditor
       0x112d2c000 -        0x112d34fff +com.arkphone.macSVGPlugIn.AnimateElementEditor (1.1.2 - 2) <5DFF0D7E-C8CD-34C7-ACA1-168EAEB39E76> /Applications/macSVG.app/Contents/PlugIns/AnimateElementEditor.plugin/Contents/MacOS/AnimateElementEditor
       0x112e21000 -        0x1131b3ff7 +libswiftCore.dylib (4.2.1 - 1000.11.42) <D0C86227-BFC8-30D7-93B8-9F228E0F15BA> /Applications/macSVG.app/Contents/Frameworks/libswiftCore.dylib
       0x113487000 -        0x1134a2ff3 +com.arkphone.macSVGPlugIn.TextElementEditor (1.1.2 - 2) <F3759BE3-1745-3059-BF86-F3CF0C753044> /Applications/macSVG.app/Contents/PlugIns/TextElementEditor.plugin/Contents/MacOS/TextElementEditor
       0x1134b4000 -        0x1134bdfff +com.arkphone.macSVGPlugIn.PathElementShapeAnimationEditor (1.1.2 - 2) <8945EE13-CDF3-3168-ABE5-F80FA08011FA> /Applications/macSVG.app/Contents/PlugIns/PathElementShapeAnimationEditor.plugin/Contents/MacOS/PathElementShapeAnimationEditor
       0x1134c7000 -        0x1134cafff +com.arkphone.macSVGPlugIn.SVGAttributeEditor (1.1.2 - 2) <B35C5716-FB57-3DC1-BEA9-A44078A03C00> /Applications/macSVG.app/Contents/PlugIns/SVGAttributeEditor.plugin/Contents/MacOS/SVGAttributeEditor
       0x1134d3000 -        0x1134e4fff +com.arkphone.macSVGPlugIn.PathElementEditor (1.1.2 - 2) <96101CE2-6FC8-367E-ADCA-FEA15D4819B2> /Applications/macSVG.app/Contents/PlugIns/PathElementEditor.plugin/Contents/MacOS/PathElementEditor
       0x1134f1000 -        0x1134f9fff +com.arkphone.macSVGPlugIn.AnimateTransformElementEditor (1.1.2 - 2) <6726ECAB-4463-3579-9B87-6B6D0B8DF174> /Applications/macSVG.app/Contents/PlugIns/AnimateTransformElementEditor.plugin/Contents/MacOS/AnimateTransformElementEditor
       0x113504000 -        0x113506ffb +com.arkphone.macSVGPlugIn.PieChartGenerator (1.1.2 - 2) <0AD5556F-3110-3E85-86C6-980F3A25FCBC> /Applications/macSVG.app/Contents/PlugIns/PieChartGenerator.plugin/Contents/MacOS/PieChartGenerator
       0x11350e000 -        0x113512fff +com.arkphone.ConvertPathsDialog (1.1.2 - 2) <F6DA670C-D0DD-388F-BD81-3076B8B79D24> /Applications/macSVG.app/Contents/PlugIns/ConvertPathsDialog.plugin/Contents/MacOS/ConvertPathsDialog
       0x11351c000 -        0x113524ffb +com.arkphone.macSVGPlugIn.CoordinatesAttributeEditor (1.1.2 - 2) <83274C4E-8A5A-3E16-9452-35E54D84E19C> /Applications/macSVG.app/Contents/PlugIns/CoordinatesAttributeEditor.plugin/Contents/MacOS/CoordinatesAttributeEditor
       0x11352d000 -        0x113534ff7 +com.arkphone.macSVGPlugIn.TransformElementsDialog (1.1.2 - 2) <2B415788-4E89-3046-9009-CF6E4E3CD82E> /Applications/macSVG.app/Contents/PlugIns/TransformElementsDialog.plugin/Contents/MacOS/TransformElementsDialog
       0x11353d000 -        0x113540ffb +com.arkphone.macSVGPlugIn.StyleAttributeEditor (1.1.2 - 2) <0824CE34-21AA-3EC2-A7BE-F39B38DA5684> /Applications/macSVG.app/Contents/PlugIns/StyleAttributeEditor.plugin/Contents/MacOS/StyleAttributeEditor
       0x113548000 -        0x113550ffb +com.arkphone.macSVGPlugIn.ImageElementEditor (1.1.2 - 2) <6424EA45-E08A-38AF-9083-4454E1FCC834> /Applications/macSVG.app/Contents/PlugIns/ImageElementEditor.plugin/Contents/MacOS/ImageElementEditor
       0x11355b000 -        0x11355ffff +com.arkphone.macSVGPlugIn.PointsAttributeEditor (1.1.2 - 2) <777DEEFF-F07B-32BA-A9BA-745F4FC6126B> /Applications/macSVG.app/Contents/PlugIns/PointsAttributeEditor.plugin/Contents/MacOS/PointsAttributeEditor
       0x113568000 -        0x113578ff3 +com.arkphone.macSVGPlugIn.ColorAttributeEditor (1.1.2 - 2) <A897A420-5DD6-36C0-84EA-45C5EDF12D7A> /Applications/macSVG.app/Contents/PlugIns/ColorAttributeEditor.plugin/Contents/MacOS/ColorAttributeEditor
       0x113587000 -        0x113589fff +com.arkphone.macSVGPlugIn.SVGElementEditor (1.1.2 - 2) <F6876B6A-D6B6-34CF-80D7-F3D9012A22DC> /Applications/macSVG.app/Contents/PlugIns/SVGElementEditor.plugin/Contents/MacOS/SVGElementEditor
       0x113591000 -        0x11359effb +com.arkphone.macSVGPlugIn.TransformAttributeEditor (1.1.2 - 2) <80CBDD47-5C93-3B4C-AB4E-8366B7B7A346> /Applications/macSVG.app/Contents/PlugIns/TransformAttributeEditor.plugin/Contents/MacOS/TransformAttributeEditor
       0x1135a9000 -        0x1135abff3 +com.arkphone.macSVGPlugIn.BezierCircleGenerator (1.1.2 - 2) <84FD3CB9-DBE3-3DBD-9DCC-BA0EF50888DF> /Applications/macSVG.app/Contents/PlugIns/BezierCircleGenerator.plugin/Contents/MacOS/BezierCircleGenerator
       0x1135b3000 -        0x1135bcff3 +com.arkphone.PathTextGenerator (1.1.2 - 2) <47FD5801-0C54-3D91-AF76-1258101A133F> /Applications/macSVG.app/Contents/PlugIns/PathTextGenerator.plugin/Contents/MacOS/PathTextGenerator
    0x7fff212f0000 -     0x7fff21649fff  com.apple.RawCamera.bundle (8.15.0 - 1031.4.4) <AB6E8A8F-0BFE-37EE-A135-44ABA4FCB559> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff28bc7000 -     0x7fff28da3ffb  com.apple.avfoundation (2.0 - 1550.4) <5854207B-6106-3DA4-80B6-36C42D042F26> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff28da4000 -     0x7fff28e69fff  com.apple.audio.AVFAudio (1.0 - ???) <D454A339-2FC6-3EF6-992F-D676046612DB> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff28f71000 -     0x7fff28f71fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff28f72000 -     0x7fff28f88ff7  libCGInterfaces.dylib (506.22) <1B6C92D9-F4B8-37BA-9635-94C4A56098CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff28f89000 -     0x7fff29622fef  com.apple.vImage (8.1 - ???) <53FA3611-894E-3158-A654-FBD2F70998FE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff29623000 -     0x7fff2989cff3  libBLAS.dylib (1243.200.4) <417CA0FC-B6CB-3FB3-ACBC-8914E3F62D20> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2989d000 -     0x7fff2990fffb  libBNNS.dylib (38.250.1) <538D12A2-9B9D-3E22-9896-F90F6E69C06E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff29910000 -     0x7fff29cb9ff3  libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff29cba000 -     0x7fff29ccffeb  libLinearAlgebra.dylib (1243.200.4) <CB671EE6-DEA1-391C-9B2B-AA09A46B4D7A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff29cd0000 -     0x7fff29cd5ff3  libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff29cd6000 -     0x7fff29d52ff3  libSparse.dylib (79.200.5) <E78B33D3-672A-3C53-B512-D3DDB2E9AC8D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff29d53000 -     0x7fff29d66fe3  libSparseBLAS.dylib (1243.200.4) <E9243341-DB77-37C1-97C5-3DFA00DD70FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff29d67000 -     0x7fff29f4eff7  libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff29f4f000 -     0x7fff2a002ff7  libvMisc.dylib (671.250.4) <D5BA4812-BFFC-3CD0-B382-905CD8555DA6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2a003000 -     0x7fff2a003fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2a1a5000 -     0x7fff2af5affb  com.apple.AppKit (6.9 - 1671.60.107) <DA722801-0527-3265-ADAE-BB2966649C7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2afac000 -     0x7fff2afacfff  com.apple.ApplicationServices (50.1 - 50.1) <84097DEB-E2FC-3901-8DD7-A670EA2274E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2afad000 -     0x7fff2b018fff  com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <A258DA73-114B-3102-A056-4AAAD3CEB9DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2b0b1000 -     0x7fff2b1c8fff  libFontParser.dylib (228.6.2.3) <3602D55B-3B9E-3B3A-A814-08C1244A8AE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff2b1c9000 -     0x7fff2b20bfff  libFontRegistry.dylib (228.12.2.3) <2A56347B-2809-3407-A8B4-2AB88E484062> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2b265000 -     0x7fff2b297fff  libTrueTypeScaler.dylib (228.6.2.3) <7E4C5D9C-51AF-3EC1-8FA5-11CD4BEE477A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff2b2fc000 -     0x7fff2b300ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <C0D9E23C-ABA0-39DE-A4EB-5A41C5499056> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2b39b000 -     0x7fff2b3edff7  com.apple.HIServices (1.22 - 628) <2BE461FF-80B9-30D3-A574-AED5724B1C1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2b3ee000 -     0x7fff2b3fdfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <F5617A2A-FEA6-3832-B5BA-C2111B98786F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2b3fe000 -     0x7fff2b447ff7  com.apple.print.framework.PrintCore (14.2 - 503.8) <57C2FE32-0E74-3079-B626-C2D52F2D2717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2b448000 -     0x7fff2b481ff7  com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2b482000 -     0x7fff2b48efff  com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <5E7B9BD4-122B-3012-A044-3259C97E7509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2b48f000 -     0x7fff2b706ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <04F482F1-E1C1-3955-8A6C-8AA152AA06F3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2b708000 -     0x7fff2b708fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABC54269-002D-310D-9654-46CF960F863E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff2ba61000 -     0x7fff2be02fff  com.apple.CFNetwork (978.0.7 - 978.0.7) <B2133D0D-1399-3F17-80F0-313E3A241C89> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2be17000 -     0x7fff2be17fff  com.apple.Carbon (158 - 158) <56AD06AA-7BB4-3F0B-AEF7-9768D0BC1C98> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff2be18000 -     0x7fff2be1bffb  com.apple.CommonPanels (1.2.6 - 98) <1CD6D56D-8EC7-3528-8CBC-FC69533519B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff2be1c000 -     0x7fff2c113fff  com.apple.HIToolbox (2.1.1 - 918.7) <13F69D4C-D19F-3E09-9231-1978D783A556> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff2c114000 -     0x7fff2c117ff3  com.apple.help (1.3.8 - 66) <A08517EB-8958-36C9-AEE0-1A8FEEACBE3F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff2c118000 -     0x7fff2c11dff7  com.apple.ImageCapture (9.0 - 1534.2) <DB063E87-ED8F-3E4E-A7E2-A6B45FA73EF7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff2c11e000 -     0x7fff2c1b3ff3  com.apple.ink.framework (10.9 - 225) <7C7E9483-2E91-3DD3-B1E0-C238F42CA0DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff2c1b4000 -     0x7fff2c1ccff7  com.apple.openscripting (1.7 - 179.1) <9B8C1ECC-5864-3E21-9149-863E884EA25C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff2c1ec000 -     0x7fff2c1edff7  com.apple.print.framework.Print (14.2 - 267.4) <A7A9D2A0-D4E0-35EF-A0F7-50521F707C33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff2c1ee000 -     0x7fff2c1f0ff7  com.apple.securityhi (9.0 - 55006) <05717F77-7A7B-37E6-AB3E-03F063E9095B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff2c1f1000 -     0x7fff2c1f7ff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <3CC050FB-EBCB-3087-8EA5-F378C8F99217> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2c319000 -     0x7fff2c319fff  com.apple.Cocoa (6.11 - 23) <A9778F0D-0DBC-3978-B92D-5E87FE1CB75D> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff2c327000 -     0x7fff2c476ff7  com.apple.ColorSync (4.13.0 - 3345.6) <31648BB6-7239-3D0E-81B1-BCF51FEF557F> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff2c602000 -     0x7fff2c688fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff2c6ec000 -     0x7fff2c716ffb  com.apple.CoreBluetooth (1.0 - 1) <A73F1709-DD18-3052-9F22-C0015278834B> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff2c717000 -     0x7fff2ca9cfef  com.apple.CoreData (120 - 866.6) <132CB39B-8D58-30FA-B8AD-49BFFF34B293> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff2ca9d000 -     0x7fff2cb8dff7  com.apple.CoreDisplay (101.3 - 110.18) <0EB2A997-FCAD-3D17-B140-9829961E5327> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff2cb8e000 -     0x7fff2cfd2fe7  com.apple.CoreFoundation (6.9 - 1575.17) <EE7948FC-FDA8-3F95-A1E0-69FAED5D81AA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2cfd4000 -     0x7fff2d663fff  com.apple.CoreGraphics (2.0 - 1265.9) <BC95B558-EF77-3A57-A0BC-11606C778991> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff2d665000 -     0x7fff2d985fff  com.apple.CoreImage (14.4.0 - 750.0.140) <11026E39-D2FF-3CF6-8ACE-7BA293F9853E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff2dc82000 -     0x7fff2dd86fff  com.apple.CoreMedia (1.0 - 2290.13) <A739B93D-23C2-3A34-8D61-6AC924B9634F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff2dd87000 -     0x7fff2dde2fff  com.apple.CoreMediaIO (900.0 - 5050.1) <5F35E97B-2610-3744-94B6-062B0C27A6FD> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff2dde3000 -     0x7fff2dde3fff  com.apple.CoreServices (946 - 946) <455AB7C9-ECB1-3B5C-8D07-AC68810A90B1> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff2dde4000 -     0x7fff2de60ff7  com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff2de61000 -     0x7fff2e138fff  com.apple.CoreServices.CarbonCore (1178.33 - 1178.33) <CB87F0C7-2CD6-3983-8E32-B6A2EC925352> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff2e139000 -     0x7fff2e181ff7  com.apple.DictionaryServices (1.2 - 284.16.4) <746EB200-DC51-30AE-9CBC-608A7B4CC8DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2e182000 -     0x7fff2e18affb  com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8406D379-8D33-3611-861B-7ABD26DB50D2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff2e18b000 -     0x7fff2e33cff7  com.apple.LaunchServices (946 - 946) <A0C91634-9410-38E8-BC11-7A5A369E6BA5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff2e33d000 -     0x7fff2e3dbff7  com.apple.Metadata (10.7.0 - 1191.57) <BFFAED00-2560-318A-BB8F-4E7E5123EC61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff2e3dc000 -     0x7fff2e426ff7  com.apple.CoreServices.OSServices (946 - 946) <20C4EEF8-D5AC-39A0-9B4A-78F88E3EFBCC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2e427000 -     0x7fff2e48eff7  com.apple.SearchKit (1.4.0 - 1.4.0) <DA08AA6F-A6F1-36C0-87F4-E26294E51A3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2e48f000 -     0x7fff2e4b0ff3  com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff2e7bb000 -     0x7fff2e91dff3  com.apple.CoreText (352.0 - 584.26.3.2) <59919B0C-CBD5-3877-8D6F-D6048F1E5F42> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff2e91e000 -     0x7fff2e95eff3  com.apple.CoreVideo (1.8 - 281.4) <10CF8E52-07E3-382B-8091-2CEEEFFA69B4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff2e95f000 -     0x7fff2e9eefff  com.apple.framework.CoreWLAN (13.0 - 1375.2) <BF4B29F7-FBC8-3299-98E8-C3F8C04B7C92> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff2ec45000 -     0x7fff2ec4affb  com.apple.DiskArbitration (2.7 - 2.7) <F481F2C0-884E-3265-8111-ABBEC93F0920> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff2ee10000 -     0x7fff2f1bdfff  com.apple.Foundation (6.9 - 1575.17) <20150BA3-74D6-3991-AD22-52735FAD0E24> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff2f22c000 -     0x7fff2f25bffb  com.apple.GSS (4.0 - 2.0) <E2B90D08-3857-3155-9FCC-07D778988EC9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff2f35b000 -     0x7fff2f465fff  com.apple.Bluetooth (6.0.14 - 6.0.14d3) <C2D1A774-2390-363D-8215-BF51FFCB6CCA> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff2f4c8000 -     0x7fff2f557fff  com.apple.framework.IOKit (2.0.2 - 1483.260.4) <8A90F547-86EF-3DFB-92FE-0E2C0376DD84> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff2f559000 -     0x7fff2f568ffb  com.apple.IOSurface (255.6.1 - 255.6.1) <85F85EBB-EA59-3A8B-B3EB-7C20F3CC77AE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff2f5bc000 -     0x7fff2f747fef  com.apple.ImageIO.framework (3.3.0 - 1850.2) <75E46A31-D87D-35CE-86A4-96A50971FDB2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff2f748000 -     0x7fff2f74cffb  libGIF.dylib (1850.2) <4774EBDF-583B-3DDD-A0E1-9F427CB6A074> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff2f74d000 -     0x7fff2f829fef  libJP2.dylib (1850.2) <697BB77F-A682-339F-8659-35432962432D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff2f82a000 -     0x7fff2f84ffeb  libJPEG.dylib (1850.2) <171A8AC4-AADA-376F-9F2C-B9C978DB1007> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff2fb12000 -     0x7fff2fb38feb  libPng.dylib (1850.2) <FBCEE909-F573-3AD6-A45F-AF32612BF8A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff2fb39000 -     0x7fff2fb3bffb  libRadiance.dylib (1850.2) <56907025-D5CE-3A9E-ACCB-A376C2599853> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff2fb3c000 -     0x7fff2fb89fe7  libTIFF.dylib (1850.2) <F59557C9-C761-3E6F-85D1-0FBFFD53ED5C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff2fe84000 -     0x7fff30ce4fff  com.apple.JavaScriptCore (14607 - 14607.3.9) <9B7D9E8B-619D-34A1-8FA9-E23C0EA3CD02> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff30cfc000 -     0x7fff30d15fff  com.apple.Kerberos (3.0 - 1) <DB1E0679-37E1-3B93-9789-32F63D660C3B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff30fcf000 -     0x7fff30fd9fff  com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff31089000 -     0x7fff3172ffff  com.apple.MediaToolbox (1.0 - 2290.13) <71BB5D76-34CA-3A30-AECF-24BE29FCC275> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff31731000 -     0x7fff317d9ff7  com.apple.Metal (162.2 - 162.2) <FFF7DFF3-7C4E-32C6-A0B5-C356079D3B7C> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff317f5000 -     0x7fff31814ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <44CE8362-E972-3697-AD6F-15BC863BAEB8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff31815000 -     0x7fff31891fe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <EE8440DA-66DF-3923-ABBC-E0543211C069> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff31892000 -     0x7fff318b9fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <E64450DF-2B96-331E-B7F4-666E00571C70> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff318ba000 -     0x7fff319e5ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <F2CF26B6-73F1-3644-8FE9-CDB9B2C4501F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff319e6000 -     0x7fff31a00fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <B33A35C3-0393-366B-ACFB-F4BB6A5F7B4A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff31a01000 -     0x7fff31a02ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <69F14BCF-C5C5-3BF8-9C31-8F87D2D6130A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff327f9000 -     0x7fff32805ff7  com.apple.NetFS (6.0 - 4.0) <E917806F-0607-3292-B2D6-A15404D61B99> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff352a3000 -     0x7fff352faff7  com.apple.opencl (2.15.3 - 2.15.3) <056BAD8A-23BC-3F74-9E2C-3AC81E7DEA5A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff352fb000 -     0x7fff35316ff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <F03D84EB-49B2-3A00-9127-B9A269824026> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff35317000 -     0x7fff35322ffb  com.apple.OpenDirectory (10.14 - 207.200.4) <A8020CEE-5B78-3581-A735-EA2833683F31> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff35c72000 -     0x7fff35c74fff  libCVMSPluginSupport.dylib (17.7.3) <8E051EA7-55B6-3DF1-9821-72C391DE953B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff35c75000 -     0x7fff35c7aff3  libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff35c7b000 -     0x7fff35c7ffff  libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff35c80000 -     0x7fff35c88ff7  libGFXShared.dylib (17.7.3) <8C50BF27-B525-3B23-B86C-F444ADF97851> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff35c89000 -     0x7fff35c94fff  libGL.dylib (17.7.3) <2AC457EA-1BD3-3C8E-AFAB-7EA6234EB749> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff35c95000 -     0x7fff35ccffef  libGLImage.dylib (17.7.3) <AA027AFA-C115-3861-89B2-0AE946838952> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff35e43000 -     0x7fff35e81fff  libGLU.dylib (17.7.3) <CB3B0579-D9A2-3CA5-8942-0C8344FAD054> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3681e000 -     0x7fff3682dffb  com.apple.opengl (17.7.3 - 17.7.3) <94B5CF34-5BD6-3652-9A8C-E9C56E0A9FB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff37630000 -     0x7fff37887ff7  com.apple.QuartzCore (1.11 - 701.14) <33E846BE-1794-3186-9BF2-6ADF62C782A3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff380bc000 -     0x7fff383bcfff  com.apple.security (7.0 - 58286.270.3.0.1) <DF7677A7-9765-3B6A-9D1C-3589145E4B65> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff383bd000 -     0x7fff38449fff  com.apple.securityfoundation (6.0 - 55185.260.1) <1EE899E6-222A-3526-B505-B0D0B6FA042A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3844a000 -     0x7fff3847affb  com.apple.securityinterface (10.0 - 55109.200.8) <02B83641-2D21-3DB8-AAB8-6F8AAD0F6264> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff3847b000 -     0x7fff3847ffff  com.apple.xpc.ServiceManagement (1.0 - 1) <FCF7BABA-DDDD-3770-8DAC-7069850203C2> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff38818000 -     0x7fff38885fff  com.apple.SystemConfiguration (1.17 - 1.17) <30C8327F-3EFF-3520-9C50-016F8B6B954F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff38ae4000 -     0x7fff38e45fff  com.apple.VideoToolbox (1.0 - 2290.13) <7FCB2FC0-EFB8-37C2-B0D3-60AE9FDFE230> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff3911a000 -     0x7fff39726ff7  libwebrtc.dylib (7607.3.9) <4D2A43AD-B95E-3CF7-8822-553411D3EF15> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff39727000 -     0x7fff3b0adff7  com.apple.WebCore (14607 - 14607.3.9) <F50B7FC8-60F1-3FC4-83E1-0065463B27E6> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff3b0ae000 -     0x7fff3b29fffb  com.apple.WebKitLegacy (14607 - 14607.3.9) <59707811-F21F-388C-A801-C51D32E99392> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff3b2a0000 -     0x7fff3b7f0ff7  com.apple.WebKit (14607 - 14607.3.9) <AE6029DD-0CED-3FEF-92D5-DB8D4F9757F9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff3bac1000 -     0x7fff3bb66feb  com.apple.APFS (1.0 - 1) <2D22485D-552D-3CB6-9FE1-38547597918F> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff3c0f2000 -     0x7fff3c0fcfff  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <C97597AF-865F-3A33-A6EB-807EE9881521> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
    0x7fff3c57a000 -     0x7fff3c57bff7  com.apple.AggregateDictionary (1.0 - 1) <A6AF8AC4-1F25-37C4-9157-A02E9C200926> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff3cb7c000 -     0x7fff3cba8ff7  com.apple.framework.Apple80211 (13.0 - 1380.2) <16F093EF-370B-3B90-8DB4-E94624431D15> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff3ccd0000 -     0x7fff3ccdffc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff3cddb000 -     0x7fff3cde6fff  com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff3ce27000 -     0x7fff3ce70ff3  com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff3d0c4000 -     0x7fff3d0e6fff  com.apple.applesauce (1.0 - ???) <F49107C7-3C51-3024-8EF1-C57643BE4F3B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff3d1aa000 -     0x7fff3d1faff7  com.apple.AppleVAFramework (5.1.4 - 5.1.4) <3399D678-8741-3B70-B8D0-7C63C8ACF7DF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff3d245000 -     0x7fff3d259ffb  com.apple.AssertionServices (1.0 - 1) <456E507A-4561-3628-9FBE-173ACE7429D8> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff3d628000 -     0x7fff3d714ff7  com.apple.AuthKit (1.0 - 1) <2765ABE9-54F2-3E45-8A93-1261E251B90D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff3d8d6000 -     0x7fff3d8defff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff3d8df000 -     0x7fff3d974fff  com.apple.backup.framework (1.10.5 - ???) <4EEC51E2-AE4C-340A-B686-901810152C12> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff3d975000 -     0x7fff3d9e2ff3  com.apple.BaseBoard (360.28 - 360.28) <68FA8044-F3CD-3BC6-9DAB-27DACF52BFC0> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff3e840000 -     0x7fff3e88fff7  com.apple.ChunkingLibrary (201 - 201) <DFE16C42-24E6-386F-AC50-0058F61980A2> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff3e9a9000 -     0x7fff3ea2eff7  com.apple.CloudDocs (1.0 - 575.302) <524BC6E6-9AF7-3DBE-8FC5-BD35B7A94B55> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff3f64d000 -     0x7fff3f656ffb  com.apple.CommonAuth (4.0 - 2.0) <93335CB6-ABEB-3EC7-A040-8A667F40D5F3> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff3faef000 -     0x7fff3fed2fef  com.apple.CoreAUC (274.0.0 - 274.0.0) <C71F1581-E73B-3DA0-958B-E912C3FB3F23> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff3fed3000 -     0x7fff3ff01ff7  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <A04A99B8-DAC5-36FC-BAC7-7431600C1F89> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff3ff21000 -     0x7fff3ff3ffff  com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) <5AFC8A18-30CA-3D29-A509-DF21AC4DB921> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4032f000 -     0x7fff40340ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff408ea000 -     0x7fff40950ff7  com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff40ab7000 -     0x7fff40abbff7  com.apple.CoreOptimization (1.0 - 1) <1C724E01-E9FA-3AEE-BE4B-C4DB8EC0C812> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff40bfd000 -     0x7fff40c05ff7  com.apple.CorePhoneNumbers (1.0 - 1) <11F97C7E-C183-305F-8E6C-9B374F50E26B> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff40c06000 -     0x7fff40c5cff7  com.apple.CorePrediction (1.0 - 1) <A66C8A6F-C3B2-3547-985D-C62C62F9FA48> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff40d81000 -     0x7fff40db2ff3  com.apple.CoreServicesInternal (358 - 358) <DD6EF60D-048F-3186-83DA-EB191EDF48AE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff41179000 -     0x7fff411fdfff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff4128d000 -     0x7fff413b8ff7  com.apple.coreui (2.1 - 499.10) <A80F4B09-F940-346F-A9DF-4EFADD9220A8> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff413b9000 -     0x7fff41559fff  com.apple.CoreUtils (5.9 - 590.16) <66CC50F7-766D-33E2-A388-4DE22840ADFB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff415ad000 -     0x7fff41610ff7  com.apple.framework.CoreWiFi (13.0 - 1375.2) <CA4B835A-27AC-3FAB-9F44-E48548EA2442> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff41611000 -     0x7fff41622ff7  com.apple.CrashReporterSupport (10.13 - 938.26) <E93D84A6-891D-38EE-BB4F-E9CD681189B7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff416b2000 -     0x7fff416c1fff  com.apple.framework.DFRFoundation (1.0 - 211.1) <E3F02F2A-2059-39CC-85DA-969676EB88EB> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff416c2000 -     0x7fff416c6ff7  com.apple.DSExternalDisplay (3.1 - 380) <787B9748-B120-3453-B8FE-61D9E363A9E0> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff41747000 -     0x7fff417bcffb  com.apple.datadetectorscore (7.0 - 590.27) <06FB1A07-7AE6-3ADD-8E7E-41955FAB38E8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff41808000 -     0x7fff41845ff7  com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff41846000 -     0x7fff41981ff7  com.apple.desktopservices (1.13.5 - ???) <265C0E94-B8BF-3F58-8D68-EA001EEA0B15> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff428c8000 -     0x7fff42ce3fff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <A576E2DA-BF6F-3B18-8FEB-324E5C5FA9BD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff42d14000 -     0x7fff42d99ff7  com.apple.FileProvider (125.130 - 125.130) <D95A997E-33E6-3427-9A4B-B16756ACBA0B> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff47c38000 -     0x7fff47c3dfff  com.apple.GPUWrangler (3.50.12 - 3.50.12) <6C820ED9-F306-3978-B5B8-432AD97BBDAF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff47fcb000 -     0x7fff47fefff3  com.apple.GenerationalStorage (2.0 - 285.101) <84C2E52C-F2C6-3FF8-87E5-3C88A40D3881> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff48a49000 -     0x7fff48a58fff  com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff48a59000 -     0x7fff48a66ff7  com.apple.GraphicsServices (1.0 - 1.0) <56646B62-B331-31DC-80EB-7996DCAB6944> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
    0x7fff48bbe000 -     0x7fff48c32ffb  com.apple.Heimdal (4.0 - 2.0) <D97FCF19-EAD6-3E2F-BE88-F817E45CAE96> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff49f36000 -     0x7fff49f3dffb  com.apple.IOAccelerator (404.14 - 404.14) <11A50171-C8AE-3BBC-9FB9-2A3313FFBD31> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff49f41000 -     0x7fff49f59fff  com.apple.IOPresentment (1.0 - 42.6) <6DFD9A6E-BF95-3A27-89E7-ACAA9E30D90A> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff4a301000 -     0x7fff4a32eff7  com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff4a458000 -     0x7fff4a45cffb  com.apple.InternationalSupport (1.0 - 10.15.6) <6226A905-D055-321D-B665-5B0CC4798A74> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff4a5c1000 -     0x7fff4a5d3ff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <30CFE05C-4108-3879-AFAA-5BB02CBE190B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff4a5ee000 -     0x7fff4a6c9ff7  com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff4a6ca000 -     0x7fff4a706ff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff4a70d000 -     0x7fff4a712fff  com.apple.LinguisticData (1.0 - 238.25) <F529B961-098C-3E4C-A3E9-9DA9BFA1B3F0> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff4af30000 -     0x7fff4af33fff  com.apple.Mangrove (1.0 - 25) <537A5B2E-4C30-3CFD-8BDC-79F9A04AC327> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff4b407000 -     0x7fff4b42fff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff4b430000 -     0x7fff4b4bdff7  com.apple.gpusw.MetalTools (1.0 - 1) <CBE2176A-8048-3A9C-AFE4-13973D44C704> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff4b4d4000 -     0x7fff4b4edffb  com.apple.MobileAssets (1.0 - 437.250.3) <8BE5B3A0-8F3A-3FAE-9AFF-32836300183C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff4b668000 -     0x7fff4b683ffb  com.apple.MobileKeyBag (2.0 - 1.0) <C7C5DD21-66DE-31D1-92D9-BBEEAAE156FB> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff4b70c000 -     0x7fff4b736ffb  com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <42A23EC9-64A7-31C7-BF33-DF4412ED8A3F> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff4b972000 -     0x7fff4b97cfff  com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff4c1dd000 -     0x7fff4c22eff3  com.apple.OTSVG (1.0 - ???) <5BF1A9EB-2694-3267-9514-A4EB3BEF4081> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff4d3c6000 -     0x7fff4d3d5ff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff4ee06000 -     0x7fff4ee17ffb  com.apple.PowerLog (1.0 - 1) <2F41180A-BD8A-3323-87F0-9DC3FD8E1269> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff4f267000 -     0x7fff4f285ff7  com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff4f41d000 -     0x7fff4f46dfff  com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff4f5ad000 -     0x7fff4f5b8fff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.261.2) <651F994E-21E1-359B-8FEA-6909CE9AAD56> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff4f5cb000 -     0x7fff4f5edfff  com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff4f5ee000 -     0x7fff4f601ff3  com.apple.xpc.RemoteXPC (1.0 - 1336.261.2) <E7B66B18-F5DF-3819-BA47-E35122BA09E8> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff5032c000 -     0x7fff50375fff  com.apple.Safari.SafeBrowsing (14607 - 14607.3.9) <F4DA3E55-28AF-3406-8120-9B797197ABED> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
    0x7fff50df7000 -     0x7fff50f15fff  com.apple.Sharing (1288.62 - 1288.62) <48B1F247-7910-3C16-814C-B99DE231F7F0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff51d29000 -     0x7fff51fd8fff  com.apple.SkyLight (1.600.0 - 340.54) <90EB1C2E-B264-3EC4-AF7F-CDE7E7585746> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff5277b000 -     0x7fff52787fff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff52839000 -     0x7fff52a9cff3  com.apple.spotlight.index (10.7.0 - 1191.57) <04DE70D5-D9C4-3886-A3DB-6E32040D69E3> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
    0x7fff52e26000 -     0x7fff52e62ff3  com.apple.StreamingZip (1.0 - 1) <046FAD5C-E0C5-3013-B1FE-24C018A0DDCF> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff52ed8000 -     0x7fff52f63fc7  com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff52f64000 -     0x7fff52f6cffb  com.apple.SymptomDiagnosticReporter (1.0 - 820.267.1) <DB68EC08-EC2D-35DC-8D34-B4A2C36A9DE9> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff5344b000 -     0x7fff53457ffb  com.apple.TCC (1.0 - 1) <73CF6FA9-44CE-30C9-887F-235940976585> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff536bd000 -     0x7fff53785ff3  com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff53842000 -     0x7fff539f9ffb  com.apple.UIFoundation (1.0 - 551.2) <917480B5-14BE-30E0-ABE6-9702336CC35A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff53a47000 -     0x7fff53a4dffb  com.apple.URLFormatting (59 - 59.45) <C9C4EB02-BCDB-358E-87EC-19EEA897D6C1> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff54675000 -     0x7fff5474efff  com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff54b91000 -     0x7fff54e03ffb  libAWDSupportFramework.dylib (2131) <AC78D095-4D47-37DF-AE0D-8EEC7C2553F0> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
    0x7fff54e04000 -     0x7fff54e15fff  libprotobuf-lite.dylib (2131) <297886A7-F889-38AA-B6F6-162598345EC4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
    0x7fff54e16000 -     0x7fff54e70fff  libprotobuf.dylib (2131) <05141A5F-1870-3AA7-B339-6EB13E375BA4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
    0x7fff54e71000 -     0x7fff54eb2ff7  com.apple.awd (1.0 - 930.11) <652A1F08-52A3-36CC-8055-EF57143BED76> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
    0x7fff54f26000 -     0x7fff54f29fff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff54f31000 -     0x7fff54f90ff3  com.apple.xquery (1.3.1 - 30) <D7D44940-9CF0-301D-B739-CB13460A6E24> /System/Library/PrivateFrameworks/XQuery.framework/Versions/A/XQuery
    0x7fff5532a000 -     0x7fff5532cffb  com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff55566000 -     0x7fff5557affb  libAccessibility.dylib (2402.95) <6BC07631-25B1-3C31-A2CB-E5E477836A5E> /usr/lib/libAccessibility.dylib
    0x7fff555f6000 -     0x7fff5562afff  libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
    0x7fff5562d000 -     0x7fff55637ff7  libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
    0x7fff556c5000 -     0x7fff556c6ffb  libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff556fd000 -     0x7fff55954ff3  libFosl_dynamic.dylib (18.3.4) <1B5DD4E2-8AE0-315E-829E-D5BFCD264EA8> /usr/lib/libFosl_dynamic.dylib
    0x7fff55974000 -     0x7fff5597bfff  libMatch.1.dylib (31.200.1) <EF8164CB-B599-39D9-9E73-4958A372DC0B> /usr/lib/libMatch.1.dylib
    0x7fff559a5000 -     0x7fff559c4fff  libMobileGestalt.dylib (645.270.1) <99A06C8A-97D6-383D-862C-F453BABB48A4> /usr/lib/libMobileGestalt.dylib
    0x7fff559c5000 -     0x7fff559c5fff  libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff55b05000 -     0x7fff55b06ffb  libSystem.B.dylib (1252.250.1) <E6C586CE-EEFA-3B4B-9316-AC4322AF0E75> /usr/lib/libSystem.B.dylib
    0x7fff55b07000 -     0x7fff55b81ff7  libTelephonyUtilDynamic.dylib (3705) <155194D3-2B24-3A5F-9C04-364E0D583C60> /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff55b82000 -     0x7fff55b83fff  libThaiTokenizer.dylib (2.15.1) <ADB37DC3-7D9B-3E73-A72A-BCC3433C937A> /usr/lib/libThaiTokenizer.dylib
    0x7fff55b95000 -     0x7fff55babffb  libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
    0x7fff55bac000 -     0x7fff55bd5ffb  libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
    0x7fff55bd6000 -     0x7fff55c55fff  libate.dylib (1.13.8) <92B44EDB-369D-3EE8-AEC5-61F8B9313DBF> /usr/lib/libate.dylib
    0x7fff55c59000 -     0x7fff55c59ff3  libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
    0x7fff55d29000 -     0x7fff55d39ffb  libbsm.0.dylib (39.200.18) <CF381E0B-025B-364F-A83D-2527E03F1AA3> /usr/lib/libbsm.0.dylib
    0x7fff55d3a000 -     0x7fff55d47fff  libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
    0x7fff55d48000 -     0x7fff55d9bff7  libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
    0x7fff55d9c000 -     0x7fff55db1ff7  libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
    0x7fff55db2000 -     0x7fff55db2ff3  libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
    0x7fff55db3000 -     0x7fff55dc3ffb  libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
    0x7fff55dc4000 -     0x7fff55ddcffb  libcompression.dylib (52.250.2) <7F4BB18C-1FB4-3825-8D8B-6E6B168774C6> /usr/lib/libcompression.dylib
    0x7fff56051000 -     0x7fff56067fff  libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
    0x7fff56068000 -     0x7fff56069ff3  libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff56515000 -     0x7fff5656bff3  libcups.2.dylib (462.12) <095619DC-9233-3937-9E50-5F10D917A40D> /usr/lib/libcups.2.dylib
    0x7fff5669f000 -     0x7fff5669ffff  libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
    0x7fff566d1000 -     0x7fff566d6ff7  libgermantok.dylib (17.15.2) <E5F0F794-FF27-3D64-AE52-C78C6A84DD67> /usr/lib/libgermantok.dylib
    0x7fff566d7000 -     0x7fff566dcff7  libheimdal-asn1.dylib (520.270.1) <73F60D6F-76F8-35EF-9C86-9A81225EE4BE> /usr/lib/libheimdal-asn1.dylib
    0x7fff56707000 -     0x7fff567f7fff  libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
    0x7fff567f8000 -     0x7fff56a59ffb  libicucore.A.dylib (62141.0.1) <A0D63918-76E9-3C1B-B255-46F4C1DA7FE8> /usr/lib/libicucore.A.dylib
    0x7fff56aa6000 -     0x7fff56aa7fff  liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
    0x7fff56aa8000 -     0x7fff56ac0ff3  liblzma.5.dylib (10.200.3) <E1F4FD60-1CE4-37B9-AD95-29D348AF1AC0> /usr/lib/liblzma.5.dylib
    0x7fff56ad8000 -     0x7fff56b7cff7  libmecab.1.0.0.dylib (779.24.1) <A8D0379B-85FA-3B3D-89ED-5CF2C3826AB2> /usr/lib/libmecab.1.0.0.dylib
    0x7fff56b7d000 -     0x7fff56d81fff  libmecabra.dylib (779.24.1) <D71F71E0-30E2-3DB3-B636-7DE13D51FB4B> /usr/lib/libmecabra.dylib
    0x7fff56f59000 -     0x7fff572aaff7  libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
    0x7fff5733c000 -     0x7fff57ac1fdf  libobjc.A.dylib (756.2) <7C312627-43CB-3234-9324-4DEA92D59F50> /usr/lib/libobjc.A.dylib
    0x7fff57ad3000 -     0x7fff57ad7ffb  libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
    0x7fff57ada000 -     0x7fff57b0ffff  libpcap.A.dylib (79.250.1) <C0893641-7DFF-3A33-BDAE-190FF54837E8> /usr/lib/libpcap.A.dylib
    0x7fff57b10000 -     0x7fff57b4bff7  libpcre.0.dylib (9) <6AA069F5-5D27-3C22-AF08-F599C5A194F4> /usr/lib/libpcre.0.dylib
    0x7fff57c28000 -     0x7fff57c40ffb  libresolv.9.dylib (65.200.2) <893142A5-F153-3437-A22D-407EE542B5C5> /usr/lib/libresolv.9.dylib
    0x7fff57c42000 -     0x7fff57c7dff3  libsandbox.1.dylib (851.270.1) <04B924EF-2385-34DF-807E-93AAD9EF3AAB> /usr/lib/libsandbox.1.dylib
    0x7fff57c91000 -     0x7fff57c92ff7  libspindump.dylib (267.3) <A584E403-8C95-3841-9C16-E22664A5A63F> /usr/lib/libspindump.dylib
    0x7fff57c93000 -     0x7fff57e70fff  libsqlite3.dylib (274.26) <6404BA3B-BCA4-301F-B2FE-8776105A2AA3> /usr/lib/libsqlite3.dylib
    0x7fff58089000 -     0x7fff5808cff7  libutil.dylib (51.200.4) <CE9B18C9-66ED-32D4-9D29-01F8FCB467B0> /usr/lib/libutil.dylib
    0x7fff5808d000 -     0x7fff5809afff  libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
    0x7fff5809f000 -     0x7fff58181ff3  libxml2.2.dylib (32.10) <AA4E1B1F-0FDE-3274-9FA5-75446298D1AC> /usr/lib/libxml2.2.dylib
    0x7fff58182000 -     0x7fff581aaff3  libxslt.1.dylib (16.5) <E330D3A2-E32B-378A-973E-A8D245C0F712> /usr/lib/libxslt.1.dylib
    0x7fff581ab000 -     0x7fff581bdff7  libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib
    0x7fff589a1000 -     0x7fff589a5ff3  libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
    0x7fff589a6000 -     0x7fff589b0ff3  libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff589b1000 -     0x7fff589b8ff7  libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
    0x7fff589b9000 -     0x7fff589c2ff7  libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
    0x7fff589c3000 -     0x7fff58a47fc3  libcorecrypto.dylib (602.260.2) <01464D24-570C-3B83-9D18-467769E0FCDD> /usr/lib/system/libcorecrypto.dylib
    0x7fff58ace000 -     0x7fff58b07ff7  libdispatch.dylib (1008.270.1) <97273678-E94C-3C8C-89F6-2E2020F4B43B> /usr/lib/system/libdispatch.dylib
    0x7fff58b08000 -     0x7fff58b34ff7  libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
    0x7fff58b35000 -     0x7fff58b35ffb  libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
    0x7fff58b36000 -     0x7fff58b42ff3  libkxld.dylib (4903.270.47) <E9E37910-D3C3-3433-B071-674EFF6C0B9A> /usr/lib/system/libkxld.dylib
    0x7fff58b43000 -     0x7fff58b43ff7  liblaunch.dylib (1336.261.2) <2B07E27E-D404-3E98-9D28-BCA641E5C479> /usr/lib/system/liblaunch.dylib
    0x7fff58b44000 -     0x7fff58b49fff  libmacho.dylib (927.0.3) <A377D608-77AB-3F6E-90F0-B4F251A5C12F> /usr/lib/system/libmacho.dylib
    0x7fff58b4a000 -     0x7fff58b4cffb  libquarantine.dylib (86.220.1) <6D0BC770-7348-3608-9254-F7FFBD347634> /usr/lib/system/libquarantine.dylib
    0x7fff58b4d000 -     0x7fff58b4eff7  libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
    0x7fff58b4f000 -     0x7fff58b66ff3  libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
    0x7fff58b67000 -     0x7fff58b67ff7  libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
    0x7fff58b68000 -     0x7fff58beffff  libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
    0x7fff58bf0000 -     0x7fff58bf3ffb  libsystem_configuration.dylib (963.270.3) <2B4A836D-68A4-33E6-8D48-CD4486B03387> /usr/lib/system/libsystem_configuration.dylib
    0x7fff58bf4000 -     0x7fff58bf7ff7  libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff58bf8000 -     0x7fff58bfefff  libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib
    0x7fff58bff000 -     0x7fff58c05ff7  libsystem_dnssd.dylib (878.270.2) <E9A5ACCF-E35F-3909-AF0A-2A37CD217276> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff58c06000 -     0x7fff58c51ffb  libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
    0x7fff58c52000 -     0x7fff58c7aff7  libsystem_kernel.dylib (4903.270.47) <4195838C-EFEF-3CC9-B459-75032AF7EA1A> /usr/lib/system/libsystem_kernel.dylib
    0x7fff58c7b000 -     0x7fff58cc6ff7  libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
    0x7fff58cc7000 -     0x7fff58cf1fff  libsystem_malloc.dylib (166.270.1) <011F3AD0-8E6A-3A89-AE64-6E5F6840F30A> /usr/lib/system/libsystem_malloc.dylib
    0x7fff58cf2000 -     0x7fff58cfcff7  libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff58cfd000 -     0x7fff58d04fff  libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
    0x7fff58d05000 -     0x7fff58d0efef  libsystem_platform.dylib (177.270.1) <9D1FE5E4-EB7D-3B3F-A8D1-A96D9CF1348C> /usr/lib/system/libsystem_platform.dylib
    0x7fff58d0f000 -     0x7fff58d19ff7  libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff58d1a000 -     0x7fff58d1dff7  libsystem_sandbox.dylib (851.270.1) <9494594B-5199-3186-82AB-5FF8BED6EE16> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff58d1e000 -     0x7fff58d20ff3  libsystem_secinit.dylib (30.260.2) <EF1EA47B-7B22-35E8-BD9B-F7003DCB96AE> /usr/lib/system/libsystem_secinit.dylib
    0x7fff58d21000 -     0x7fff58d28ff3  libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff58d29000 -     0x7fff58d3efff  libsystem_trace.dylib (906.260.1) <FC761C3B-5434-3A52-912D-F1B15FAA8EB2> /usr/lib/system/libsystem_trace.dylib
    0x7fff58d40000 -     0x7fff58d45ffb  libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
    0x7fff58d46000 -     0x7fff58d75fff  libxpc.dylib (1336.261.2) <7DEE2300-6D8E-3C00-9C63-E3E80D56B0C4> /usr/lib/system/libxpc.dylib

Feature request: Crop/Resize Document

First, thanks for making this - I hope you can find a way to continue developing this app. MacOS has needed a native FOSS tool like this for a long time.

I wanted to be able to resize an SVG to the exact boundaries of an objects within, I couldn't find a way to do this already.

macSVG v1.1.6 doesn't start on macOS 10.13.6

"You can't use this version of the application "macSVG.app" with this version of macOS.
You have macOS 10.13.6. The application requires macOS 10.14 or later."

Info.plist and other .plists of macSVG.app say:

DTSDKName
macosx10.15

LSMinimumSystemVersion
10.14

Is it possible to fix/recompile this, so that macSVG v.1.1.6 runs on macOS 10.13.6 again?
The release notes of v. 1.1.6 neither say anything about a minimum macOS version 10.14 nor a reason why that now is mandatory.

UX \ UI overhaul

Hello macSVG,

Thanks for the hard work and showing the world a bit more awesomeness :)
So, my question is: do you plan on updating UX \ UI overhaul?

If you need any help on that, I'd gladly try to help with it!

Swift language migration feasibility study

This project will evaluate Swift for these functions, currently implemented with Objective-C:

  • Cocoa plug-in architecture
  • WebKit delegate methods
  • WebKitInterface.mm
  • Eliminate plugin-to-app callback interface, and allow plugins to directly call into host application with Xcode build option: CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES

Unable to Copy text from Edit XML Text text area.

I click the "Edit XML Text" button, select the XML text I want to copy, and go to Edit > Copy, but the clipboard is unchanged from it's previous state.

There is no issue pasting text into this box.

macSVG Version 1.2 (3380) on macOS Monterey 12.5.1

is macSVG same application as SVG Maker...

Hi

Like to point out:
Not sure if someone is trying to sell a open source app on App Store... but you could check the Mac app store.
The application is: SVG Maker

//Fredrik

Unable to render SVG with embedded JavaScript correctly

I'm experiencing an issue when trying to render an SVG with embedded JavaScript using MacSVG. The SVG appears to be using features compatible with SVG 1.1.

<svg id="moon" viewBox="0 0 1000 1000" version="1.1" xmlns="http://www.w3.org/2000/svg">
        <mask id="moon-mask">
      <rect width="100%" height="100%" fill="#fff" />
      <ellipse id="moon" cx="300" cy="300" rx="250" ry="250">
        <animate id="moon-animation" attributeName="cx" from="-250" to="1250" dur="45s" repeatCount="indefinite" />
      </ellipse>
    </mask>
      <ellipse id="moonbg1" cx="300" cy="300" rx="250" ry="250" fill="black"/>
      <g id="O">
      <ellipse id="moonbg2" cx="300" cy="300" rx="140" ry="140" fill="white" fill-opacity=".80"/>
      <ellipse id="moonbg3" cx="300" cy="300" rx="235" ry="235" fill="none" stroke-width="30" stroke="white" stroke-opacity=".80" />
      </g>
      <ellipse cx="300" cy="300" rx="250" ry="250" mask="url(#moon-mask)">
        <animateTransform attributeName="transform" type="rotate" from="0 300 300" to="360 300 300" dur="180s" repeatCount="indefinite" />
      </ellipse>
</svg>

Web Scripting - Play Next Frame etc

It is interested for SVG Editor export Animation have similar scripting/programatically to fine control Animation.
Similar is Loitte Web or Adobe CC Animate.

That able to export intractability animation using similar on hover, demo in thislittleduck

messageClip.mouseover(function(){ messageClip.gotoAndPlay(2); });

There is no tools with perpetual license under $100 for the 2D animation that export code. Edit: Maybe (Tumult)
Either open source / closed source, I would love to see any change of 2D Animation Tools

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.