Giter Club home page Giter Club logo

cssketch's People

Contributors

jleonard avatar johncoates avatar samueljoos 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  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

cssketch's Issues

Two-way Sync with Sketch

Currently, saving the .css / .scss / .less file updates the .sketch file, and produces visual changes within Sketch. @JohnCoates's recent updates are excellent and allow a big precision jump in layout specification.

However, one of the great pleasures of Sketch is the GUI. It's simple, intuitive, and sometimes faster to position components this way rather than code. It would be great if changes within the .sketch GUI (i.e. x/y co-ords, width, height, color etc.) are synchronised to the .css file.

I realise this may not be practical or useful with .scss or .less files, be presumably would work for plain .css. Perhaps there's a super clever way of making SASS and LESS work in a live sync workflow too?

Would enjoy discussion about this as a concept / extension to CSSketch

Sketch crash on Version 3.6.1 (26313)

How to reproduce:

  • Install latest Sketch fresh;
  • Install the plugin from latest release;
  • Launch Sketch;
  • Open menu bar, go to CSSketch --> Layout Layers;
  • Open file dialog opens and Sketch stops responding;
  • End the Sketch process in Activity Monitor to end the whole thing;

cannot remove css rule from layer once set

hi,

thanks for a great plugin!

i noticed the following:

  1. I create a style, let's say .shadow
  2. I create a layer in Sketch, and rename it to '.shadow'
  3. The style is applied to my layer
  4. Now I want to remove the style from that layer, or change to another one.
  5. Changing the name of the layer does not remove the styling, and renaming the layer to a .no-shadow class (which in the stylesheet has box-shadow: none;) does not remove the shadow styling either.

I'm using .scss files.
I'm using Sketch v3.6.1, and CSSketch v1.1, OSX 10.11.1

Sketch 3.8 keeps crashing

Hi there,

Here are the steps I do to try to use this plugin, but it keeps crashing Sketch:

  1. Open Sketch
  2. Enable CSSketch (Plugins -> CSSketch -> Layout Layers)
  3. Link .css file with just 1 class (.blue) (Plugins -> CSSketch -> Set Page's Stylesheet)
  4. Select layer with classname .blue
  5. Sketch crashes

Does anyone has the same issue?
What am I doing wrong?

Thanks for your help!

Define text/font properties

Would be fantastic if you could define

font-family: local font family name;
font-style: normal;
font-size: 1rem; (or px)
line-height: 1rem; (or px)
letter-spacing: 0rem; (or px)
font-weight: (set to the local font weight names);

You alluded to support of this in your Medium article with "You have many text layers, and they need to be the same color as some of your shapes, so you need two types of shared styles. Some text needs be a different size, some need to be center aligned, etc. " but I was unable to get it working successfully.

Thanks! This is an incredible Sketch plugin. :)

Doesn't work?

Not sure, I could be doing something wrong. I'm on Sketch 3.4. These are the steps I took:

  • Created a new sketch file
  • Added new artboard (Tablet 7" portrait)
  • Created a shape, renamed it 'block'.
  • Duplicated shape twice, so there are 3 in total with identical names.
  • Used "Set Page's Stylesheet" command for plugin and linked a blank stylesheet 'styles.css'.
  • Opened styles.css in text wrangler and added some selectors for the block elements.
  • Saved stylesheet.
  • Saved sketch file to same directory as stylesheet with same name.
  • Also tried using "Layout Layers" command.

Nothing happens. Screenshot attached.
screen shot 2015-10-27 at 7 00 45 am

[idea] CSSketch reverse mode

Hi, John
Thanks for the awesome plugin.

Is it possible to to use Sketch api and webkit engine to work in "reverse mode"? I mean we give layers id/class-like names just like before and plugin generates CSS code based on styles that we apply to layers.
Something like capturing "Copy CSS Attributes" and outputting it in attached css file.

What do you think?

Thanks.

Bundle missing at file error

I'm getting an error / dialog in Sketch app that reads:

"CSSketch: Bundle missing at file:///Users/James/Library/Application%20Support/com.bohemiancoding.sketch3/Plugins/SketchKit.sketchplugin/SketchKit.framework"

This looks like a great plugin, I'd love to try it. thanks :)

SASS support

Is this in the Roadmap?
I already using it a lot in my project and have an library of mixins snippets.

CSSketch reposition Sketch Rotation

My Less document only contain CSS color changes. However, whenever the style sheet is applied it redraw the position of all the angled objects. Would you have any tips on how to address that issues? Thanks!

Support for content property to change text

I think it would be useful if we can use the content property to update the content of a text layer. Even though this property is only valid in a :before element, I think in the context of Sketch, it can allow for more applications. For example, when creating a colour palette, we can define the name of the colour and its hex code, which will update the text layers in Sketch:

.color {
    .preview {
        background-color: #00ff00;
    }
    .name {
        content: 'Green';
    }
    .hex {
        content: '#00ff00';
    }
}

preview

Inset box-shadow

Plugin does not recognise if it inset or not in the "box-shadow" css property.

css
image

picture
image

and rect properties, rendered after ctrl+s. so you can see it is a "Shadow" section but it must be a "Inner Shadow" section
image

Font-size support

Hey, John. This is amazing!

Will you be supporting font-sizes & other type related stuff like line-height, letter-spacing? Seems perfect for this.

Looks possible from peering through the code & checking Sketch's API's - beyond me, though! ___

Position not working

Using setFrameInArtboard: isn't working in Sketch 3.8 whereas it worked in 3.6 and below

Padding

Support for padding would be really really cool. I'm not sure about how do-able it is, but this would be so darn useful.

One way to ingrate it would be to decide that we put padding on .box, we would need to have only one child (a group or layer).

Keeps prompting to select CSS after selection

I installed using the installer. When I go to CSSKetch ->Layout Layers

screen shot 2016-10-13 at 11 14 14 pm

when I select the .css file it keeps poping up the select window same when i go to CSSKetch -> Set Pages Styles

I am on Sierra

Sass import

Would be nice to have sass import working. I already have a detailed variable scss and it would save time to just actually import it. BTW, very useful plugin.

Sketch 3.7 Can't get CSSketch to work

I updated to the new 3.7 release and can't get CSSketch to work. I have reattached my less file but it's still not working. Is it broken or am I doing something wrong?
I'm using Less btw, if that helps. OSX 10.11.2. Now updated to Sketch 3.7.1.

Sketch crashes when linking an empty .scss file

Steps:

  • create a new, empty file.scss somewhere in your disk
  • launch Sketch
  • select Plugins › CSSketch › Set Page's Stylesheet and select the empty .scss file

What happens:

  • Sketch crashes instantly.

Notes:

Console.app says this, which suggest this is a crash on CocoaSass (makes sense, since it works fine for .less files):

Incident Identifier: 1969C39C-9B4A-47DA-B685-F71F94022AA1
CrashReporter Key:   635D5DBC-F12A-5B7C-8ED3-BF33B0CA4142
Hardware Model:      MacBookAir6,1
Process:         Sketch [85589]
Path:            /Applications/Sketch.app/Contents/MacOS/Sketch
Identifier:      com.bohemiancoding.sketch3
Version:         3.6.1 (26313)
Code Type:       X86-64
Parent Process:  launchd [1]

Date/Time:       2016-03-03 16:44:15 +0000
OS Version:      Mac OS X 10.11.3 (15D21)
Report Version:  104

Exception Type:  SIGABRT
Exception Codes: #0 at 0x7fff8cdd2002
Crashed Thread:  7

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSString stringWithUTF8String:]: NULL cString'

Last Exception Backtrace:
0   CoreFoundation                       0x00007fff9dd30aca __exceptionPreprocess + 154
1   libobjc.A.dylib                      0x00007fff8d244f7e objc_exception_throw + 48
2   CoreFoundation                       0x00007fff9dd3098d +[NSException raise:format:] + 205
3   Foundation                           0x00007fff92290685 +[NSString stringWithUTF8String:] + 78
4   CSSketch Helper                      0x0000000111e83c7a +[CocoaSass compileSass:extension:error:] + 337
5   CSSketch Helper                      0x0000000111e0b50c __33-[CSKStylesheet parseStylesheet:]_block_invoke100 + 58
6   libdispatch.dylib                    0x00007fff95f29871 _dispatch_call_block_and_release + 12
7   libdispatch.dylib                    0x00007fff95f1e33f _dispatch_client_callout + 8
8   libdispatch.dylib                    0x00007fff95f221cf _dispatch_root_queue_drain + 1890
9   libdispatch.dylib                    0x00007fff95f21a34 _dispatch_worker_thread3 + 91
10  libsystem_pthread.dylib              0x00007fff9730068f _pthread_wqthread + 1129
11  libsystem_pthread.dylib              0x00007fff972fe365 start_wqthread + 13

Thread 0:
0   CoreFoundation                       0x00007fff9dbd1411 -[__NSArrayM addObject:] + 33
1   AppKit                               0x00007fff97bbd45d -[_NSDisplayOperationStack enterDisplayOperationForWindow:windowRegion:] + 221
2   AppKit                               0x00007fff97bd9595 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 1717
3   AppKit                               0x00007fff97d4c7bd -[_NSViewBackingLayer _renderForegroundInContext:] + 137
4   QuartzCore                           0x00007fff9f2e5adb -[CALayer renderInContext:] + 974
5   QuartzCore                           0x00007fff9f2e7960 -[CALayer _renderSublayersInContext:] + 502
6   AppKit                               0x00007fff97d4c881 -[_NSViewBackingLayer _renderSublayersInContext:] + 87
7   QuartzCore                           0x00007fff9f2e5aea -[CALayer renderInContext:] + 989
8   QuartzCore                           0x00007fff9f2e7960 -[CALayer _renderSublayersInContext:] + 502
9   AppKit                               0x00007fff97d4c881 -[_NSViewBackingLayer _renderSublayersInContext:] + 87
10  QuartzCore                           0x00007fff9f2e5aea -[CALayer renderInContext:] + 989
11  QuartzCore                           0x00007fff9f2e7960 -[CALayer _renderSublayersInContext:] + 502
12  AppKit                               0x00007fff97d4c881 -[_NSViewBackingLayer _renderSublayersInContext:] + 87
13  QuartzCore                           0x00007fff9f2e5aea -[CALayer renderInContext:] + 989
14  QuartzCore                           0x00007fff9f2e7960 -[CALayer _renderSublayersInContext:] + 502
15  AppKit                               0x00007fff97d4c881 -[_NSViewBackingLayer _renderSublayersInContext:] + 87
16  QuartzCore                           0x00007fff9f2e5aea -[CALayer renderInContext:] + 989
17  QuartzCore                           0x00007fff9f2e7960 -[CALayer _renderSublayersInContext:] + 502
18  AppKit                               0x00007fff97d4c881 -[_NSViewBackingLayer _renderSublayersInContext:] + 87
19  QuartzCore                           0x00007fff9f2e5aea -[CALayer renderInContext:] + 989
20  AppKit                               0x00007fff97d4c1a6 -[NSView _layerBackedDisplayRectIgnoringOpacity:inContext:isRootView:flipContextIfNeedeed:] + 245
21  AppKit                               0x00007fff97d4c0aa -[NSView _layerBackedDisplayRectIgnoringOpacity:inContext:isRootView:] + 62
22  AppKit                               0x00007fff97eae2b6 -[NSView(NSInternal) _drawLayerInContext:] + 252
23  AppKit                               0x00007fff97bda1c0 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shouldChangeFontReferenceColor:] + 1269
24  AppKit                               0x00007fff97bda5cc -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shouldChangeFontReferenceColor:] + 2305
25  AppKit                               0x00007fff97e772b8 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inContext:topView:] + 117
26  AppKit                               0x00007fff97e771c5 -[NSView _drawRectBasedDisplayRectIgnoringOpacity:inContext:] + 214
27  AppKit                               0x00007fff97d4bd48 -[NSView displayRectIgnoringOpacity:inContext:] + 529
28  AppKit                               0x00007fff97ec7283 -[NSView _betterCacheDisplayInRect:toBitmapImageRep:] + 1194
29  AppKit                               0x00007fff97ec6da0 -[NSThemeFrame _snapshotCurrentTitleControlStateInRect:] + 139
30  AppKit                               0x00007fff97ec6985 -[NSThemeFrame _snapshotStartingTitleControlState] + 375
31  AppKit                               0x00007fff97ec6640 -[NSThemeAutosaveButton _setTitleAndRedisplay:] + 188
32  AppKit                               0x00007fff97ec63b2 -[NSDocument _updateDocumentEditedAndAnimate:] + 313
33  AppKit                               0x00007fff97ec3836 -[NSDocument _updateStateFromEdited:showsPanel:recentChanges:] + 131
34  AppKit                               0x00007fff97f0170d __52-[NSDocument _checkAutosavingThenUpdateChangeCount:]_block_invoke_3 + 318
35  AppKit                               0x00007fff97f01401 -[NSDocument _checkAutosavingThenContinue:] + 356
36  AppKit                               0x00007fff97f01292 __52-[NSDocument _checkAutosavingThenUpdateChangeCount:]_block_invoke_2 + 123
37  CoreFoundation                       0x00007fff9dc404ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
38  CoreFoundation                       0x00007fff9dc32165 __CFRunLoopDoBlocks + 341
39  CoreFoundation                       0x00007fff9dc3192e __CFRunLoopRun + 910
40  CoreFoundation                       0x00007fff9dc31338 CFRunLoopRunSpecific + 296
41  HIToolbox                            0x00007fff8f50b935 RunCurrentEventLoopInMode + 235
42  HIToolbox                            0x00007fff8f50b677 ReceiveNextEventCommon + 184
43  HIToolbox                            0x00007fff8f50b5af _BlockUntilNextEventMatchingListInModeWithFilter + 71
44  AppKit                               0x00007fff97b760ee _DPSNextEvent + 1067
45  AppKit                               0x00007fff97f42943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
46  AppKit                               0x00007fff97b6bfc8 -[NSApplication run] + 682
47  AppKit                               0x00007fff97aee520 NSApplicationMain + 1176
48  libdyld.dylib                        0x00007fff93ed25ad start + 1

Thread 1:
0   libsystem_kernel.dylib               0x00007fff8cdd26de __workq_kernreturn + 10
1   libsystem_pthread.dylib              0x00007fff972fe365 start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib               0x00007fff8cdd2ff6 kevent_qos + 10
1   libdispatch.dylib                    0x00007fff95f23d01 _dispatch_autorelease_pool_pop + 0

Thread 3:
0   libsystem_kernel.dylib               0x00007fff8cdd1eb2 __psynch_cvwait + 10
1   FinderKit                            0x00007fff9ee21575 _ZL32ModifyDataSourceOnMainThreadSyncP25FI_TBrowserViewDataSourceP31FI_TBVDSChangedNotificationDataRKNSt3__18functionIFvvEEE + 442
2   FinderKit                            0x00007fff9ee211d2 __44-[FI_TBrowserViewDataSource aboutToTearDown]_block_invoke + 1005
3   libdispatch.dylib                    0x00007fff95f29871 _dispatch_call_block_and_release + 12
4   libdispatch.dylib                    0x00007fff95f1e33f _dispatch_client_callout + 8
5   libdispatch.dylib                    0x00007fff95f22f6f _dispatch_queue_drain + 754
6   libdispatch.dylib                    0x00007fff95f2963b _dispatch_queue_invoke + 549
7   libdispatch.dylib                    0x00007fff95f1e33f _dispatch_client_callout + 8
8   libdispatch.dylib                    0x00007fff95f221cf _dispatch_root_queue_drain + 1890
9   libdispatch.dylib                    0x00007fff95f21a34 _dispatch_worker_thread3 + 91
10  libsystem_pthread.dylib              0x00007fff9730068f _pthread_wqthread + 1129
11  libsystem_pthread.dylib              0x00007fff972fe365 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib               0x00007fff8cdd26de __workq_kernreturn + 10
1   libsystem_pthread.dylib              0x00007fff972fe365 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib               0x00007fff8cdd26de __workq_kernreturn + 10
1   libsystem_pthread.dylib              0x00007fff972fe365 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib               0x00007fff8cdd26de __workq_kernreturn + 10
1   libsystem_pthread.dylib              0x00007fff972fe365 start_wqthread + 13

Thread 7 Crashed:
0   libsystem_kernel.dylib               0x00007fff8cdd2002 __pthread_kill + 10
1   libsystem_c.dylib                    0x00007fff8f4ab6e7 abort + 129
2   HockeySDK                            0x0000000101acebb5 0x101aa8000 + 158645
3   ???                                  0x0000700000322980 0x0 + 0
4   CoreFoundation                       0x00007fff9dd30f0b __handleUncaughtException + 731
5   libobjc.A.dylib                      0x00007fff8d2476a5 _ZL15_objc_terminatev + 94
6   HockeySDK                            0x0000000101ac26b8 0x101aa8000 + 108216
7   libc++abi.dylib                      0x00007fff9d58219e _ZSt11__terminatePFvvE + 8
8   libc++abi.dylib                      0x00007fff9d582213 _ZSt9terminatev + 51
9   libdispatch.dylib                    0x00007fff95f1e353 _dispatch_client_callout + 28
10  libdispatch.dylib                    0x00007fff95f221cf _dispatch_root_queue_drain + 1890
11  libdispatch.dylib                    0x00007fff95f21a34 _dispatch_worker_thread3 + 91
12  libsystem_pthread.dylib              0x00007fff9730068f _pthread_wqthread + 1129
13  libsystem_pthread.dylib              0x00007fff972fe365 start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib               0x00007fff8cdd26de __workq_kernreturn + 10
1   libsystem_pthread.dylib              0x00007fff972fe365 start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib               0x00007fff8cdd2176 __select + 10
1   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
2   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
3   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 10:
0   libsystem_kernel.dylib               0x00007fff8cdd26de __workq_kernreturn + 10
1   libsystem_pthread.dylib              0x00007fff972fe365 start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib               0x00007fff8cdd1eb2 __psynch_cvwait + 10
1   libc++.1.dylib                       0x00007fff95fa3728 _ZNSt3__118condition_variable15__do_timed_waitERNS_11unique_lockINS_5mutexEEENS_6chrono10time_pointINS5_12system_clockENS5_8durationIxNS_5ratioILl1ELl1000000000EEEEEEE + 126
2   JavaScriptCore                       0x00007fff9b5dcec0 _ZNSt3__118condition_variable10wait_untilINS_6chrono12steady_clockENS2_8durationIxNS_5ratioILl1ELl1000000000EEEEEEENS_9cv_statusERNS_11unique_lockINS_5mutexEEERKNS2_10time_pointIT_T0_EE + 128
3   JavaScriptCore                       0x00007fff9b5dcd94 _ZNSt3__122condition_variable_any10wait_untilINS_11unique_lockIN7bmalloc5MutexEEENS_6chrono12steady_clockENS6_8durationIxNS_5ratioILl1ELl1000000000EEEEEEENS_9cv_statusERT_RKNS6_10time_pointIT0_T1_EE + 116
4   JavaScriptCore                       0x00007fff9b5dcce5 _ZN7bmalloc9AsyncTaskINS_4HeapEMS1_FvvEE10entryPointEv + 181
5   JavaScriptCore                       0x00007fff9b5dcc29 _ZN7bmalloc9AsyncTaskINS_4HeapEMS1_FvvEE17pthreadEntryPointEPv + 9
6   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
7   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
8   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 12:
0   libsystem_kernel.dylib               0x00007fff8cdcc386 mach_msg_trap + 10
1   CoreFoundation                       0x00007fff9dc32624 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00007fff9dc31aec __CFRunLoopRun + 1356
3   CoreFoundation                       0x00007fff9dc31338 CFRunLoopRunSpecific + 296
4   CFNetwork                            0x00007fff9c19f6e9 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
5   Foundation                           0x00007fff92450c6f __NSThread__start__ + 1351
6   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
7   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
8   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 13:
0   libsystem_kernel.dylib               0x00007fff8cdcc386 mach_msg_trap + 10
1   HockeySDK                            0x0000000101ada403 0x101aa8000 + 205827
2   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
3   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
4   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 14:
0   libsystem_kernel.dylib               0x00007fff8cdcc386 mach_msg_trap + 10
1   CoreFoundation                       0x00007fff9dc32624 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00007fff9dc31aec __CFRunLoopRun + 1356
3   CoreFoundation                       0x00007fff9dc31338 CFRunLoopRunSpecific + 296
4   Foundation                           0x00007fff92304e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
5   Sketch                               0x000000010161539f 0x10143f000 + 1926047
6   Foundation                           0x00007fff92450c6f __NSThread__start__ + 1351
7   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
8   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
9   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 15:
0   libsystem_kernel.dylib               0x00007fff8cdcc386 mach_msg_trap + 10
1   CoreFoundation                       0x00007fff9dc32624 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00007fff9dc31aec __CFRunLoopRun + 1356
3   CoreFoundation                       0x00007fff9dc31338 CFRunLoopRunSpecific + 296
4   Foundation                           0x00007fff92304e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
5   Sketch                               0x000000010161539f 0x10143f000 + 1926047
6   Foundation                           0x00007fff92450c6f __NSThread__start__ + 1351
7   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
8   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
9   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 16:
0   libsystem_kernel.dylib               0x00007fff8cdcc386 mach_msg_trap + 10
1   CoreFoundation                       0x00007fff9dc32624 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00007fff9dc31aec __CFRunLoopRun + 1356
3   CoreFoundation                       0x00007fff9dc31338 CFRunLoopRunSpecific + 296
4   Foundation                           0x00007fff92304e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
5   Sketch                               0x000000010161539f 0x10143f000 + 1926047
6   Foundation                           0x00007fff92450c6f __NSThread__start__ + 1351
7   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
8   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
9   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 17:
0   libsystem_kernel.dylib               0x00007fff8cdcc386 mach_msg_trap + 10
1   CoreFoundation                       0x00007fff9dc32624 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00007fff9dc31aec __CFRunLoopRun + 1356
3   CoreFoundation                       0x00007fff9dc31338 CFRunLoopRunSpecific + 296
4   Foundation                           0x00007fff92304e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
5   Sketch                               0x000000010161539f 0x10143f000 + 1926047
6   Foundation                           0x00007fff92450c6f __NSThread__start__ + 1351
7   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
8   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
9   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 18:
0   libsystem_kernel.dylib               0x00007fff8cdcc386 mach_msg_trap + 10
1   CoreFoundation                       0x00007fff9dc32624 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00007fff9dc31aec __CFRunLoopRun + 1356
3   CoreFoundation                       0x00007fff9dc31338 CFRunLoopRunSpecific + 296
4   AppKit                               0x00007fff97c35065 _NSEventThread + 149
5   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
6   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
7   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 19:
0   libsystem_kernel.dylib               0x00007fff8cdd1eb2 __psynch_cvwait + 10
1   libc++.1.dylib                       0x00007fff95fa368f _ZNSt3__118condition_variable4waitERNS_11unique_lockINS_5mutexEEE + 47
2   JavaScriptCore                       0x00007fff9afaa57b _ZN3JSC8GCThread16waitForNextPhaseEv + 171
3   JavaScriptCore                       0x00007fff9afaa3c8 _ZN3JSC8GCThread12gcThreadMainEv + 88
4   JavaScriptCore                       0x00007fff9af9fd42 _ZN3WTFL16threadEntryPointEPv + 178
5   JavaScriptCore                       0x00007fff9af9fc6f _ZN3WTFL19wtfThreadEntryPointEPv + 15
6   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
7   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
8   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 20:
0   libsystem_kernel.dylib               0x00007fff8cdd1eb2 __psynch_cvwait + 10
1   libc++.1.dylib                       0x00007fff95fa368f _ZNSt3__118condition_variable4waitERNS_11unique_lockINS_5mutexEEE + 47
2   JavaScriptCore                       0x00007fff9afaa57b _ZN3JSC8GCThread16waitForNextPhaseEv + 171
3   JavaScriptCore                       0x00007fff9afaa3c8 _ZN3JSC8GCThread12gcThreadMainEv + 88
4   JavaScriptCore                       0x00007fff9af9fd42 _ZN3WTFL16threadEntryPointEPv + 178
5   JavaScriptCore                       0x00007fff9af9fc6f _ZN3WTFL19wtfThreadEntryPointEPv + 15
6   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
7   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
8   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 21:
0   libsystem_kernel.dylib               0x00007fff8cdd1eb2 __psynch_cvwait + 10
1   libc++.1.dylib                       0x00007fff95fa368f _ZNSt3__118condition_variable4waitERNS_11unique_lockINS_5mutexEEE + 47
2   JavaScriptCore                       0x00007fff9afaa57b _ZN3JSC8GCThread16waitForNextPhaseEv + 171
3   JavaScriptCore                       0x00007fff9afaa3c8 _ZN3JSC8GCThread12gcThreadMainEv + 88
4   JavaScriptCore                       0x00007fff9af9fd42 _ZN3WTFL16threadEntryPointEPv + 178
5   JavaScriptCore                       0x00007fff9af9fc6f _ZN3WTFL19wtfThreadEntryPointEPv + 15
6   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
7   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
8   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 22:
0   libsystem_kernel.dylib               0x00007fff8cdd1eb2 __psynch_cvwait + 10
1   libc++.1.dylib                       0x00007fff95fa368f _ZNSt3__118condition_variable4waitERNS_11unique_lockINS_5mutexEEE + 47
2   JavaScriptCore                       0x00007fff9afaa57b _ZN3JSC8GCThread16waitForNextPhaseEv + 171
3   JavaScriptCore                       0x00007fff9afaa3c8 _ZN3JSC8GCThread12gcThreadMainEv + 88
4   JavaScriptCore                       0x00007fff9af9fd42 _ZN3WTFL16threadEntryPointEPv + 178
5   JavaScriptCore                       0x00007fff9af9fc6f _ZN3WTFL19wtfThreadEntryPointEPv + 15
6   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
7   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
8   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 23:
0   libsystem_kernel.dylib               0x00007fff8cdd1eb2 __psynch_cvwait + 10
1   libc++.1.dylib                       0x00007fff95fa368f _ZNSt3__118condition_variable4waitERNS_11unique_lockINS_5mutexEEE + 47
2   JavaScriptCore                       0x00007fff9afaa57b _ZN3JSC8GCThread16waitForNextPhaseEv + 171
3   JavaScriptCore                       0x00007fff9afaa3c8 _ZN3JSC8GCThread12gcThreadMainEv + 88
4   JavaScriptCore                       0x00007fff9af9fd42 _ZN3WTFL16threadEntryPointEPv + 178
5   JavaScriptCore                       0x00007fff9af9fc6f _ZN3WTFL19wtfThreadEntryPointEPv + 15
6   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
7   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
8   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 24:
0   libsystem_kernel.dylib               0x00007fff8cdd1eb2 __psynch_cvwait + 10
1   libc++.1.dylib                       0x00007fff95fa368f _ZNSt3__118condition_variable4waitERNS_11unique_lockINS_5mutexEEE + 47
2   JavaScriptCore                       0x00007fff9afaa57b _ZN3JSC8GCThread16waitForNextPhaseEv + 171
3   JavaScriptCore                       0x00007fff9afaa3c8 _ZN3JSC8GCThread12gcThreadMainEv + 88
4   JavaScriptCore                       0x00007fff9af9fd42 _ZN3WTFL16threadEntryPointEPv + 178
5   JavaScriptCore                       0x00007fff9af9fc6f _ZN3WTFL19wtfThreadEntryPointEPv + 15
6   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
7   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
8   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 25:
0   libsystem_kernel.dylib               0x00007fff8cdd1eb2 __psynch_cvwait + 10
1   JavaScriptCore                       0x00007fff9b30294b _ZN3JSC3DFG8Worklist9runThreadEPNS0_10ThreadDataE + 235
2   JavaScriptCore                       0x00007fff9af9fd42 _ZN3WTFL16threadEntryPointEPv + 178
3   JavaScriptCore                       0x00007fff9af9fc6f _ZN3WTFL19wtfThreadEntryPointEPv + 15
4   libsystem_pthread.dylib              0x00007fff97300c13 _pthread_body + 131
5   libsystem_pthread.dylib              0x00007fff97300b90 _pthread_body + 0
6   libsystem_pthread.dylib              0x00007fff972fe375 thread_start + 13

Thread 7 crashed with X86-64 Thread State:
   rip: 0x00007fff8cdd2002    rbp: 0x0000700000322890    rsp: 0x0000700000322868    rax: 0x0000000000000000 
   rbx: 0x0000000000000006    rcx: 0x0000700000322868    rdx: 0x0000000000000000    rdi: 0x0000000000005303 
   rsi: 0x0000000000000006     r8: 0x0000000000000010     r9: 0x00000000fffffffc    r10: 0x000000000c000000 
   r11: 0x0000000000000206    r12: 0x00007fff7de61140    r13: 0x00007fb73b25b0c0    r14: 0x0000700000323000 
   r15: 0x00007fb739aad000 rflags: 0x0000000000000206     cs: 0x0000000000000007     fs: 0x0000000000000000 
    gs: 0x0000000000000000 

Binary Images:
       0x10143f000 -        0x101806fff +Sketch x86_64  <9435cccadfd13d008adeb0aa4b69c038> /Applications/Sketch.app/Contents/MacOS/Sketch
       0x10194e000 -        0x10196efff +Sparkle x86_64  <6052f4fbd34b35138492ae09e8f67c6b> /Applications/Sketch.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x101994000 -        0x101a52fff +CocoaScript x86_64  <d0aa4edecbd639659dfc4a3c046b30f6> /Applications/Sketch.app/Contents/Frameworks/CocoaScript.framework/Versions/A/CocoaScript
       0x101aa8000 -        0x101b0afff +HockeySDK x86_64  <dfdb847ea96e35b9a74379e9aac7be56> /Applications/Sketch.app/Contents/Frameworks/HockeySDK.framework/Versions/A/HockeySDK
       0x101b69000 -        0x101b82fff  libexpat.1.dylib x86_64  <aa76e4cf52f53cf9907bfbb80bafb125> /usr/lib/libexpat.1.dylib
       0x101e6a000 -        0x101e85fff  csparser x86_64  <eb34bc6c17903e13a0cad044a290e069> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x1052d0000 -        0x1052d0fff  cl_kernels x86_64  <ee6d4674bee44ad786d5252ea85d5158> cl_kernels
       0x106e5c000 -        0x106e6ffff  WebContentAnalysis x86_64  <680a024607483be3a014398b45298584> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
       0x106fdf000 -        0x106fdffff  cl_kernels x86_64  <51dff77548d34147b980fd0507b57d46> cl_kernels
       0x1078f2000 -        0x107957fff  AppleIntelHD5000GraphicsMTLDriver x86_64  <a9406c3eb4bb3975b077be0d72613e77> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
       0x107dcd000 -        0x107dd6fff  SketchKit x86_64  <f4fc5fef38a3372788777e9043e45d4f> /Users/USER/Library/Application Support/com.bohemiancoding.sketch3/Plugins/SketchKit.sketchplugin/SketchKit.framework/SketchKit
       0x107e26000 -        0x107e27fff  cl_kernels x86_64  <c606d084fe044ad3ba0f1bfd8c13ef70> cl_kernels
       0x1085dc000 -        0x1085e4fff  ZeplinColorPicker x86_64  <ada4f629b782317db01dde547a3b7df8> /Users/USER/Library/ColorPickers/ZeplinColorPicker.colorPicker/Contents/MacOS/ZeplinColorPicker
       0x1101a1000 -        0x1101a1fff  CoreGraphics.dylib x86_64  <517ff0d816193749a5d59c18365aacaf> /System/Library/Frameworks/CoreGraphics.framework/Resources/BridgeSupport/CoreGraphics.dylib
       0x1101a7000 -        0x1101a7fff  AppKit.dylib x86_64  <bae925da666e362db4a32f019f2b338f> /System/Library/Frameworks/AppKit.framework/Resources/BridgeSupport/AppKit.dylib
       0x1101e2000 -        0x1101e2fff  Foundation.dylib x86_64  <d8b1579b5ef738fba5917a0c1a3be9be> /System/Library/Frameworks/Foundation.framework/Resources/BridgeSupport/Foundation.dylib
       0x11022a000 -        0x110255fff  Panels x86_64  <26ab6e91c7b93e7685b597c18ffe66de> /Users/USER/Library/Application Support/com.bohemiancoding.sketch3/Plugins/Panels.sketchplugin/Contents/Sketch/Panels.framework/Panels
       0x110292000 -        0x110297fff  smb x86_64  <be273a0fe4cd3878819b4f60fca17cec> /System/Library/Filesystems/NetFSPlugins/smb.bundle/Contents/MacOS/smb
       0x11060c000 -        0x110610fff  libFontRegistryUI.dylib x86_64  <79b125dd4565391da084db4f2a7cf322> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x1106ab000 -        0x1106acfff  ATSHI.dylib x86_64  <5c52c6143d7c3e7f9ae29905ddb9f10f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
       0x111e08000 -        0x111efcfff  CSSketch Helper x86_64  <863a4a6a6a2836d8abad6b5e1ae3aa21> /Users/USER/Library/Application Support/com.bohemiancoding.sketch3/Plugins/CSSKetch.sketchplugin/CSSketch Helper.bundle/Contents/MacOS/CSSketch Helper
    0x7fff8a7c5000 -     0x7fff8a7f0fff  ContactsFoundation x86_64  <d4463131b46930b184c450db1baadc32> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff8a7f1000 -     0x7fff8a7f3fff  SecCodeWrapper x86_64  <e3e10533b29539ebb0a342bd238e8c85> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8a7f4000 -     0x7fff8a87cfff  CoreSymbolication x86_64  <6436e5e0b05c36d6942a47026dd2d874> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8a916000 -     0x7fff8a916fff  Carbon x86_64  <34263101328d3fe4b21214bd3cff6965> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8a94c000 -     0x7fff8ace1fff  vImage x86_64  <4bac9b6f748235808787ab0a5b4d331b> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8ace2000 -     0x7fff8aceafff  libcopyfile.dylib x86_64  <f51332690b22388ca57c079667b6291e> /usr/lib/system/libcopyfile.dylib
    0x7fff8aceb000 -     0x7fff8ad81fff  ColorSync x86_64  <8bb8df19c24f39f88b90ad186d74587c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8ad82000 -     0x7fff8ad90fff  IntlPreferences x86_64  <cacf49dea3073066b168b47dfc531b97> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff8ad91000 -     0x7fff8ae81fff  libJP2.dylib x86_64  <50dd1f076517372b82442ad19702385c> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8ae9a000 -     0x7fff8afbdfff  NetworkExtension x86_64  <449e56e0dce33968a5b4b1d999badae0> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
    0x7fff8b009000 -     0x7fff8b009fff  vecLib x86_64  <f450dc3f837d35cb97f35835e789ef02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8b00a000 -     0x7fff8b0b5fff  PDFKit x86_64  <f6796d8b3be13d09b6d415016cde14d9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff8b0d3000 -     0x7fff8b0d6fff  libsystem_sandbox.dylib x86_64  <3e0036affc6433528da46b550c2c2562> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8b25e000 -     0x7fff8b265fff  libnetwork.dylib x86_64  <3ff65181c4bb3b71ace4aa8b402f0981> /usr/lib/libnetwork.dylib
    0x7fff8b282000 -     0x7fff8b286fff  libpam.2.dylib x86_64  <cfcd19bd87bc3f2bbb1c4c23e8e55f1a> /usr/lib/libpam.2.dylib
    0x7fff8b364000 -     0x7fff8b366fff  ServiceManagement x86_64  <3777fd15b6f332a2a8e33e8ce3b8d5e7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8b386000 -     0x7fff8b3c0fff  DebugSymbols x86_64  <bdf57386288135bd931036904c764e93> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8b431000 -     0x7fff8b448fff  libsystem_asl.dylib x86_64  <9b500e4ee462321e828e5524dc984c1b> /usr/lib/system/libsystem_asl.dylib
    0x7fff8b47c000 -     0x7fff8b481fff  ImageCapture x86_64  <33f7822f11243d73af66515ea32a4a47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8bd16000 -     0x7fff8bd17fff  libsystem_blocks.dylib x86_64  <49d423297de9341392c3a473a7e9cf35> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8bd18000 -     0x7fff8bd1bfff  libCoreFSCache.dylib x86_64  <c7008e640afb3446929ebc3f76def049> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff8be13000 -     0x7fff8be87fff  SecurityFoundation x86_64  <11644da4f1cf3fb186a00da8e8c27148> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8be88000 -     0x7fff8bed7fff  OpenCL x86_64  <27643341dc6f3c2f8b8b637061979bf3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8bed8000 -     0x7fff8beddfff  MediaAccessibility x86_64  <ccf71dc1bb6a3227bd1bafd172592a63> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff8bede000 -     0x7fff8bef9fff  ApplePushService x86_64  <894b1fd66ebe302b947bd5813dabedf0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff8befa000 -     0x7fff8c18afff  RawCamera x86_64  <cb7f6ccd37533147816ab613f500ae33> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8c18b000 -     0x7fff8c1aafff  vCard x86_64  <41529bd91bcc3a6292ba2a7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff8c241000 -     0x7fff8c244fff  AppleSystemInfo x86_64  <2b3f04ce3c7d3f5199f3c7847d1e4277> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8c258000 -     0x7fff8c29afff  Metal x86_64  <d4d7ac6f7b313d94b4b1587ec2856cdb> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff8cdbb000 -     0x7fff8cdd9fff  libsystem_kernel.dylib x86_64  <9ceb6c3b1caf3c32a9fd93bc72cbcea1> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8cdef000 -     0x7fff8ce3ffff  libcups.2.dylib x86_64  <28a054759dbf35eab2183432b69ea18b> /usr/lib/libcups.2.dylib
    0x7fff8ce4f000 -     0x7fff8ce9bfff  CoreLocation x86_64  <5ae891f7ed253c6ca8dd5d702fb87dc7> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8cf09000 -     0x7fff8d087fff  UIFoundation x86_64  <8c254bb01ded36a2aaaf786eb19cce39> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8d088000 -     0x7fff8d093fff  libGL.dylib x86_64  <2a13e40abfa134fd925ac7023fef254c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8d094000 -     0x7fff8d0a0fff  OpenDirectory x86_64  <5409ac273b833f358eb551228b4604ae> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8d0e9000 -     0x7fff8d0eafff  libodfde.dylib x86_64  <5475ab3e8c9a32798294e565293f7ef1> /usr/lib/libodfde.dylib
    0x7fff8d0eb000 -     0x7fff8d0f9fff  libxar.1.dylib x86_64  <03207f662c4a3dbd8d8170f4c85903c4> /usr/lib/libxar.1.dylib
    0x7fff8d128000 -     0x7fff8d197fff  SearchKit x86_64  <ca50106ff45a36acad2bc3b19f5dd52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8d198000 -     0x7fff8d1b4fff  libresolv.9.dylib x86_64  <a650b5c8195036a086d10b2465318bfa> /usr/lib/libresolv.9.dylib
    0x7fff8d1b5000 -     0x7fff8d207fff  ImageCaptureCore x86_64  <68537ddb383f3d4d8125789053333b13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff8d208000 -     0x7fff8d224fff  libextension.dylib x86_64  <589fa312f17c3a8d986ffd995d0065d5> /usr/lib/libextension.dylib
    0x7fff8d234000 -     0x7fff8d596fff  libobjc.A.dylib x86_64  <9f45830df1d53cdf94611a5477ed7d1e> /usr/lib/libobjc.A.dylib
    0x7fff8d6d8000 -     0x7fff8d6dffff  PhoneNumbers x86_64  <a616afb52336385ab05816a423d2b21b> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff8d6e0000 -     0x7fff8d6e1fff  libffi.dylib x86_64  <5ba9612c747e33ce9db13c01ecf3041d> /usr/lib/libffi.dylib
    0x7fff8d6e5000 -     0x7fff8d6fffff  Kerberos x86_64  <836358de27313acd98e3e5fa48917728> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8d700000 -     0x7fff8d727fff  ChunkingLibrary x86_64  <508861c9f5e6343b8dd0d71dfe49ecfd> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8d72b000 -     0x7fff8d787fff  Suggestions x86_64  <bcc095d13bf63ac69074948ece9885df> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff8d788000 -     0x7fff8d790fff  NetFS x86_64  <bdd59ec5d39931ea9b2a60e3a859fc42> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8d825000 -     0x7fff8d830fff  libChineseTokenizer.dylib x86_64  <998637abdc373a7ca85cf10fd98caad7> /usr/lib/libChineseTokenizer.dylib
    0x7fff8d8d9000 -     0x7fff8d962fff  PerformanceAnalysis x86_64  <fb33face5a9934e083cccedccfac74c3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8d963000 -     0x7fff8d988fff  libPng.dylib x86_64  <c13f5341c3423733af4c434f2d8ff0a8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8d9c7000 -     0x7fff8d9cdfff  SpeechRecognition x86_64  <fa5cb89a2bfe38ccb1a3e48792cd898c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8da08000 -     0x7fff8da5afff  AppleVA x86_64  <04ab634cfb233538937cff60e5e59df8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8dad2000 -     0x7fff8df00fff  FaceCore x86_64  <b848283177bd3fbca0b112502353aa57> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8e00f000 -     0x7fff8e079fff  CoreWLAN x86_64  <6a5354596a8a3d60986bee7ed833a9c3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8e07a000 -     0x7fff8e07bfff  libDiagnosticMessagesClient.dylib x86_64  <4243b6b421e9355b9c5a95a216233b96> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8e214000 -     0x7fff8e21ffff  DirectoryService x86_64  <159606e0f3af36b097444bfe1da3ec74> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8e220000 -     0x7fff8e22cfff  SpeechSynthesis x86_64  <e507d438517d32ae860902acd2f0d692> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8e22d000 -     0x7fff8e23efff  libcmph.dylib x86_64  <ba4bf2c67f4e33b89dd7619c9eb83ecf> /usr/lib/libcmph.dylib
    0x7fff8e28d000 -     0x7fff8e291fff  libcache.dylib x86_64  <6b245c0af3ea383ba5425b0d0456a41b> /usr/lib/system/libcache.dylib
    0x7fff8e2aa000 -     0x7fff8e2c5fff  libCRFSuite.dylib x86_64  <078b4cd86a8c3067b2ba0c2a0bab8ac3> /usr/lib/libCRFSuite.dylib
    0x7fff8e2c6000 -     0x7fff8e2c8fff  libquarantine.dylib x86_64  <163cf63a74553d1fae578c4475a9204c> /usr/lib/system/libquarantine.dylib
    0x7fff8e2c9000 -     0x7fff8e2dcfff  CoreBluetooth x86_64  <bf5f87e36aaa3b1f99797a03d77937c8> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8e2f7000 -     0x7fff8e2fafff  Help x86_64  <62056d9ba87c3e4db4e27e1cdb74ce68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8e2fb000 -     0x7fff8e324fff  libRIP.A.dylib x86_64  <96e8f983a8ba3b0f9035e09642a63f6e> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8e325000 -     0x7fff8e32efff  CommonAuth x86_64  <b2cee6b5946435f293399f52001c8a27> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8e32f000 -     0x7fff8e340fff  libSparseBLAS.dylib x86_64  <3c5207388f5436e4b96697d1f886f59e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff8ea35000 -     0x7fff8ea49fff  libCGInterfaces.dylib x86_64  <5079de4f371732ffb76a77f53236d17d> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8eca1000 -     0x7fff8ed01fff  QuickLook x86_64  <d20c89627bb83a2cbb805b61259b50f2> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8ed02000 -     0x7fff8ed2dfff  libarchive.2.dylib x86_64  <6c370a2163fd3a68b4b35333f24b770b> /usr/lib/libarchive.2.dylib
    0x7fff8ed2e000 -     0x7fff8ed7ffff  CoreAudio x86_64  <bb7c0f61e39b382caf031650c054bfe1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8ed8a000 -     0x7fff8ed98fff  ToneLibrary x86_64  <e92ce7c643cb33129b1f77353fe2c5dd> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff8ed99000 -     0x7fff8edadfff  CoreDuetDaemonProtocol x86_64  <8d8a190b3c0836248dc6e9ebe22bc3bb> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff8edae000 -     0x7fff8edaffff  libremovefile.dylib x86_64  <b8d1a5fccfd53aab8a1014ddc129710a> /usr/lib/system/libremovefile.dylib
    0x7fff8f0a0000 -     0x7fff8f0ecfff  PrintCore x86_64  <449d8ab5789132d09dc5c90fe10dc0bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8f0ed000 -     0x7fff8f0effff  libsystem_configuration.dylib x86_64  <5fd7907036cc3d02bea7bb5d2ae97d5d> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8f0f0000 -     0x7fff8f0f6fff  IOAccelerator x86_64  <9b56a248fa123db9ad9751eb4700e8a8> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8f0f7000 -     0x7fff8f0f7fff  libunc.dylib x86_64  <1d0f8265f0263cbd93d3f8df14ffce68> /usr/lib/system/libunc.dylib
    0x7fff8f0f8000 -     0x7fff8f100fff  FSEvents x86_64  <7f5b7a23bc1d3fa9a9b8d534f1e1979a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff8f101000 -     0x7fff8f104fff  libScreenReader.dylib x86_64  <bdc46586492538f285d3bd23db6e6d43> /usr/lib/libScreenReader.dylib
    0x7fff8f119000 -     0x7fff8f142fff  libxpc.dylib x86_64  <61ab46109304354c9e9bd57198ae9866> /usr/lib/system/libxpc.dylib
    0x7fff8f143000 -     0x7fff8f15cfff  CFOpenDirectory x86_64  <c21f33aacd063163a1f31d116f788a11> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8f162000 -     0x7fff8f24dfff  QuickLookUI x86_64  <8416c72185d33f4a99162cb4640bb0cb> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff8f2d2000 -     0x7fff8f2effff  PlugInKit x86_64  <ae3dfbe5a012345f8a77520686b6fbff> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff8f2fc000 -     0x7fff8f305fff  DisplayServices x86_64  <e459962e90c636ceba30bc9e29e6c14a> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8f417000 -     0x7fff8f43afff  LatentSemanticMapping x86_64  <bf136c7ab09530658bcdfd782c7069de> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
    0x7fff8f43b000 -     0x7fff8f445fff  NetAuth x86_64  <19e443076f9f3dec8c1a4685bc252a35> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8f44d000 -     0x7fff8f4dafff  libsystem_c.dylib x86_64  <eab38a6c86713b13b50090ec1b912063> /usr/lib/system/libsystem_c.dylib
    0x7fff8f4db000 -     0x7fff8f7d0fff  HIToolbox x86_64  <d9338befca843085b6cb4e93b3b9a2e1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8f7d1000 -     0x7fff8f81ffff  libcurl.4.dylib x86_64  <ff42faa6e71b3d0db5c9b05bd2460c9a> /usr/lib/libcurl.4.dylib
    0x7fff8f820000 -     0x7fff8f84dfff  EAP8021X x86_64  <83d28df6aa753baeb4d8398864ddbf2d> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff8f84e000 -     0x7fff8f8c4fff  MMCS x86_64  <13d01d3766f030bbaa7ed1d348f738e3> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff8f8c5000 -     0x7fff90984fff  WebCore x86_64  <815cff7f38393fde9b8279253bfb3624> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff90992000 -     0x7fff90eb4fff  QuartzComposer x86_64  <0a407b055cf5308493eff4619bdeef8b> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff90eb5000 -     0x7fff90f6cfff  CoreDuet x86_64  <20bda287415a385ebcb5934d165bdaa4> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff90f6d000 -     0x7fff91133fff  ImageIO x86_64  <1ae1ef1aea913453a6f4c11bd91b8d66> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff91307000 -     0x7fff913e7fff  unorm8_rgba.dylib x86_64  <6970fc460d133614929d9504ab54c740> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff913e8000 -     0x7fff913eafff  SecurityHI x86_64  <b97c1c77aa5133ed941df766bc94cd9e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff913fc000 -     0x7fff914a3fff  LanguageModeling x86_64  <e1e4091d6cab36e0a206aaade69791dc> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff917ae000 -     0x7fff917aefff  Quartz x86_64  <5dc3d0d99e3f3aa592f1f229907a49b9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff917af000 -     0x7fff91896fff  libcrypto.0.9.8.dylib x86_64  <ed1c2a268ffc30ff8726ff952ef94adf> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff918d2000 -     0x7fff91a39fff  libBLAS.dylib x86_64  <8c24b8bce7d9386d97c8929728afe10b> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff91a3a000 -     0x7fff91a50fff  libLinearAlgebra.dylib x86_64  <fa31660998513c5caf46685a25768d45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff91a51000 -     0x7fff91a66fff  AppContainer x86_64  <30414623e68f31a197941c052391e900> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff91ab4000 -     0x7fff91ab5fff  liblangid.dylib x86_64  <9cc4f0d15c513b69bc8fee3a51fd0822> /usr/lib/liblangid.dylib
    0x7fff91ab6000 -     0x7fff91b08fff  CloudDocs x86_64  <bbe4c32d75e63edda787625bdd66da20> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff91b09000 -     0x7fff91b0bfff  CoreDuetDebugLogging x86_64  <b461272b2dff3ca98dca689b2aac0379> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff91b66000 -     0x7fff91b66fff  ApplicationServices x86_64  <dd9c4070c0fc3984bced72e6e99838fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff91b67000 -     0x7fff91b9ffff  RemoteViewServices x86_64  <596153fd3cb93fed9d631b73b01ac6db> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff91ba0000 -     0x7fff91ba0fff  libenergytrace.dylib x86_64  <a4ae7cbdcf0a3a748098b642ce496611> /usr/lib/libenergytrace.dylib
    0x7fff91c12000 -     0x7fff91db9fff  AVFoundation x86_64  <fe83988e9a6d3386acd7a0a4d7a006df> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff91dba000 -     0x7fff91dbcfff  EFILogin x86_64  <38150198dd7f3c73bcaac74bb376393a> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff91dbd000 -     0x7fff91dbdfff  libmetal_timestamp.dylib x86_64  <4ba5b935f93238639b31ef0a7deaf15c> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff91dbe000 -     0x7fff91dd0fff  libsasl2.2.dylib x86_64  <02bf422623e934eca727cf0e205395f8> /usr/lib/libsasl2.2.dylib
    0x7fff91dd1000 -     0x7fff91dfffff  CoreServicesInternal x86_64  <7d0d2c65c4c43fbd89a712302ea444aa> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff91e00000 -     0x7fff91f4afff  CoreUI x86_64  <727c55d3503a3ec48a23c984e320f65f> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff91f4b000 -     0x7fff921b8fff  ImageKit x86_64  <6738f0653d5531658d3e33aa18d6e3ea> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff921b9000 -     0x7fff921bbfff  SafariServices x86_64  <fb9ea83e574e31d4aa47b4ea086bf886> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff921bc000 -     0x7fff92276fff  DiscRecording x86_64  <c4ec1ea7e2aa30f783cc79171cdd50aa> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff92279000 -     0x7fff925cdfff  Foundation x86_64  <66106cc99d97384688d84bf6bb508296> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff925ce000 -     0x7fff925cefff  libkeymgr.dylib x86_64  <09397e0160663179a50c2ce666fda929> /usr/lib/system/libkeymgr.dylib
    0x7fff925cf000 -     0x7fff926cbfff  libFontParser.dylib x86_64  <bf7f82eb7820364a865e442f42bfdfa4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff9271d000 -     0x7fff92740fff  Network x86_64  <f13a3583c9a130ee853e9c11f9a27c0f> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network
    0x7fff929dc000 -     0x7fff92a22fff  libauto.dylib x86_64  <999e610f41fc32a3adca5ec049b65dfb> /usr/lib/libauto.dylib
    0x7fff92a50000 -     0x7fff92ab3fff  libAVFAudio.dylib x86_64  <c42ef0ed56b2387fb188c42fb8a1b7ab> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff92be2000 -     0x7fff92c86fff  IOBluetooth x86_64  <b5f46da5eae83f79864d1423c61c0a69> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff92c87000 -     0x7fff92c9efff  libmarisa.dylib x86_64  <e4919b03d9bd3af8b436c415c98e3f0a> /usr/lib/libmarisa.dylib
    0x7fff92cc6000 -     0x7fff92cd2fff  SpeechRecognitionCore x86_64  <8b6c0db687443aebbd009fa6967e7125> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff92cd3000 -     0x7fff92cd3fff  Accelerate x86_64  <da5f3ea8a06b328ab22c9ee29916fd74> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff92cd4000 -     0x7fff92cdffff  CrashReporterSupport x86_64  <474544ad11993ecc90e5071847ba72c6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff931d5000 -     0x7fff935d1fff  libLAPACK.dylib x86_64  <7618c270d895345cb08b102286a05a55> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff935d8000 -     0x7fff93619fff  libGLU.dylib x86_64  <1c9899b54741340fa2d7f9af03b42a47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff9361b000 -     0x7fff93644fff  libsystem_info.dylib x86_64  <6513635b4ade3b45bf63ed7ac565b0c9> /usr/lib/system/libsystem_info.dylib
    0x7fff93645000 -     0x7fff9368afff  libFontRegistry.dylib x86_64  <593cc74337853cc5a229d3846c51e054> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff9368b000 -     0x7fff93921fff  libmecabra.dylib x86_64  <0a1574f032223856a1c6d8be20dc4c48> /usr/lib/libmecabra.dylib
    0x7fff9395a000 -     0x7fff939d1fff  libcorecrypto.dylib x86_64  <c6bd205f4ece37eebcaba76f39cdcffa> /usr/lib/system/libcorecrypto.dylib
    0x7fff939d2000 -     0x7fff939d4fff  libRadiance.dylib x86_64  <1e42e3944cd23e1085919bb234829ac6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff93aa1000 -     0x7fff93aaafff  FindMyDevice x86_64  <bb049d2d978939e8a09dd300e7aa94d2> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff93ca0000 -     0x7fff93ca0fff  liblaunch.dylib x86_64  <edf719d6d2bb38dd8c944272befda2cd> /usr/lib/system/liblaunch.dylib
    0x7fff93eb1000 -     0x7fff93ecefff  AppleVPA x86_64  <2b459e1f056330b2a04dcf1793426b66> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff93ecf000 -     0x7fff93ed2fff  libdyld.dylib x86_64  <aa629043c6f632fe8007e3478e99aca7> /usr/lib/system/libdyld.dylib
    0x7fff93ed6000 -     0x7fff93fc5fff  libxml2.2.dylib x86_64  <f70308df313f334f8f0e82e79821583d> /usr/lib/libxml2.2.dylib
    0x7fff93fc6000 -     0x7fff93fd6fff  libbsm.0.dylib x86_64  <7e14504ca8b03574b6eb5d5fabc72926> /usr/lib/libbsm.0.dylib
    0x7fff93fd7000 -     0x7fff942bcfff  CarbonCore x86_64  <ffbde3bf0bb337a28a446e25284cc348> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff942bd000 -     0x7fff9550efff  CoreGraphics x86_64  <1f017c08e3d930cd9896c66c6410926c> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff9550f000 -     0x7fff955bffff  libvMisc.dylib x86_64  <621d84aac75234ee8b16cf0c2de722fa> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff955c0000 -     0x7fff955e7fff  ProtectedCloudStorage x86_64  <f9e1bde216af34b5b7fe127d511bdc9e> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff955e8000 -     0x7fff955ebfff  libspindump.dylib x86_64  <61eb1bfe86003420b18e1541d3c15c5c> /usr/lib/libspindump.dylib
    0x7fff955ec000 -     0x7fff9560efff  IconServices x86_64  <3ecaa76211933d76a25f7680db3a957e> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff9560f000 -     0x7fff9565afff  CoreMediaIO x86_64  <a401d0be76183a75a77d2387cf168072> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff9565b000 -     0x7fff956b8fff  OSServices x86_64  <ca616acba872386cb16d193a7e495c4d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff958b4000 -     0x7fff958cafff  libsystem_coretls.dylib x86_64  <75c97d880a633093ae83de33eb7405ce> /usr/lib/system/libsystem_coretls.dylib
    0x7fff958ce000 -     0x7fff95ad9fff  libFosl_dynamic.dylib x86_64  <363b7ceeb66232f39d7b245e64927c35> /usr/lib/libFosl_dynamic.dylib
    0x7fff95ada000 -     0x7fff95adbfff  TrustEvaluationAgent x86_64  <0239494efefe39bc9fc7e251ba5128f1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff95b0d000 -     0x7fff95e4afff  WebKit x86_64  <f35b60cf8f103fc39e01f7c887070ea2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff95ec3000 -     0x7fff95ec4fff  libsystem_secinit.dylib x86_64  <fd6ecf2c148932ca981b9045b5eb1faa> /usr/lib/system/libsystem_secinit.dylib
    0x7fff95f1c000 -     0x7fff95f49fff  libdispatch.dylib x86_64  <324c91892af33356847f6f4ce1c6e901> /usr/lib/system/libdispatch.dylib
    0x7fff95f4a000 -     0x7fff95f4cfff  libsystem_coreservices.dylib x86_64  <1b3f5afcffcd3ecb8b9a5538366fb20d> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff95f4d000 -     0x7fff95f4ffff  libCVMSPluginSupport.dylib x86_64  <c88875df988837a6ae693cabfacdaf45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff95f50000 -     0x7fff95f54fff  LoginUICore x86_64  <5524e4bc470039f4af06e53322712ee0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff95f9c000 -     0x7fff95feffff  libc++.1.dylib x86_64  <8fc3d139805534989ac56467cb7f4d14> /usr/lib/libc++.1.dylib
    0x7fff95fff000 -     0x7fff96007fff  libsystem_platform.dylib x86_64  <d3a27e107f083603acc87a92b2c04bab> /usr/lib/system/libsystem_platform.dylib
    0x7fff96008000 -     0x7fff96016fff  libbz2.1.0.dylib x86_64  <28e54258c0fe38d4ab761734caccb344> /usr/lib/libbz2.1.0.dylib
    0x7fff972f7000 -     0x7fff972fcfff  libmacho.dylib x86_64  <cb745e1f48853f96b38b2093df488fd5> /usr/lib/system/libmacho.dylib
    0x7fff972fd000 -     0x7fff97306fff  libsystem_pthread.dylib x86_64  <327cecd0b88131538fcc4fd4818b7f16> /usr/lib/system/libsystem_pthread.dylib
    0x7fff9732b000 -     0x7fff97345fff  liblzma.5.dylib x86_64  <cc03591bfa573ca5ac810d76033ac0ce> /usr/lib/liblzma.5.dylib
    0x7fff97346000 -     0x7fff9735efff  libcompression.dylib x86_64  <202ce8a73d5b347abd22f0cb589b29af> /usr/lib/libcompression.dylib
    0x7fff973a1000 -     0x7fff97430fff  libCoreStorage.dylib x86_64  <ec540eaa089c36d9bbaa0684ede098ab> /usr/lib/libCoreStorage.dylib
    0x7fff97434000 -     0x7fff97465fff  libtidy.A.dylib x86_64  <03ef10718b433b419879118fa27f89c5> /usr/lib/libtidy.A.dylib
    0x7fff97466000 -     0x7fff979bdfff  MediaToolbox x86_64  <16374746df5e3103994b74cf151bd06a> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff979be000 -     0x7fff979eefff  CoreAVCHD x86_64  <c34f0ecfaaba3fbc980fb4809c9b2dd1> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff979ef000 -     0x7fff97a2dfff  libGLImage.dylib x86_64  <acc6c7b0a805344caac3ba50780227e1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff97a2e000 -     0x7fff97a41fff  ContactsPersistence x86_64  <71232f2011bd370d9f43f262bfe46c93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff97a52000 -     0x7fff97a5afff  libsystem_dnssd.dylib x86_64  <945b5fb1da913d45a961a8fad53c1e7e> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff97a5b000 -     0x7fff97a8cfff  GSS x86_64  <25decd4409053e539480de7beb84db83> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff97a8d000 -     0x7fff97aebfff  SystemConfiguration x86_64  <5a70115be3463ebda6179a11c61eef2e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff97aec000 -     0x7fff9870ffff  AppKit x86_64  <467468e2c5513408b351414b21f57deb> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff98744000 -     0x7fff98836fff  libiconv.2.dylib x86_64  <f05a0a5a92a936688f20f27cbda26be9> /usr/lib/libiconv.2.dylib
    0x7fff988d7000 -     0x7fff988fbfff  QuartzFilters x86_64  <58fafe0ca2d83746ac8fbf553a7cded7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff988fc000 -     0x7fff98aa2fff  AudioToolbox x86_64  <f912765d88ed3324b5123778a8ce878b> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff98aa3000 -     0x7fff98b89fff  unorm8_bgra.dylib x86_64  <f2a325ffd55f309188e25ebf3648274a> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff98b95000 -     0x7fff98ba0fff  libkxld.dylib x86_64  <baa3ddecad813c29aecc59e4ad114d3c> /usr/lib/system/libkxld.dylib
    0x7fff98be8000 -     0x7fff98bebfff  libCGXCoreImage.A.dylib x86_64  <16b364c457e539f3b3093ebb288ecefc> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff98bec000 -     0x7fff98becfff  AudioUnit x86_64  <d2e8ea9438283d7c87e297e4cd00269d> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff98bed000 -     0x7fff98bf1fff  CommonPanels x86_64  <61e9d84f435a3c7ba065047b80775777> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff98c2f000 -     0x7fff98ce1fff  CloudKit x86_64  <e927ae828e5538a4be6e4d0829272653> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff98f88000 -     0x7fff98f8ffff  libcompiler_rt.dylib x86_64  <d3c4ab4023b43bc68c385b8758d14e80> /usr/lib/system/libcompiler_rt.dylib
    0x7fff98f90000 -     0x7fff98f93fff  Mangrove x86_64  <7919ad180ede3408a6aca9121b8d857f> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff99856000 -     0x7fff998bdfff  CoreWiFi x86_64  <bec7b27e8ce83dabbfdf6c240c6a4b12> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff9992d000 -     0x7fff99938fff  libcsfde.dylib x86_64  <42376761f1b33086afbc231507582bbe> /usr/lib/libcsfde.dylib
    0x7fff99939000 -     0x7fff99955fff  GenerationalStorage x86_64  <ee667c633adf34d3a8a7316b66c7e290> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff99956000 -     0x7fff9995bfff  libunwind.dylib x86_64  <124e0f0523503774a32c7f5bf38ede73> /usr/lib/system/libunwind.dylib
    0x7fff99965000 -     0x7fff99986fff  Sharing x86_64  <672de6df98e030a4ba2544bde188d0be> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff999b1000 -     0x7fff999b9fff  CoreDaemon x86_64  <d44f75e7c6793c21ad768fa8a2b898f1> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff999c1000 -     0x7fff99c67fff  CoreData x86_64  <65509aa2a0e63ee3bdfeb9b120f744ed> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff99c6b000 -     0x7fff99eebfff  Security x86_64  <290e0078464e30ee82888b29a875ffe3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff99f4e000 -     0x7fff99f7cfff  DictionaryServices x86_64  <d9ab6b92caf53ec28d07639b42da1cb9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff9a13c000 -     0x7fff9a14bfff  LangAnalysis x86_64  <0d1bcc1376b93c1985aad8dd8299f007> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff9a3ea000 -     0x7fff9a3edfff  libCoreVMClient.dylib x86_64  <cd7de25cd7ad3ecdbeecf57992a4a08e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff9a451000 -     0x7fff9a57dfff  CoreText x86_64  <9fd834b1ff8e3eb0bb116e9120969086> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff9a57e000 -     0x7fff9a57ffff  Print x86_64  <bf57361456663d169d454690911f030a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff9a5ea000 -     0x7fff9a5eafff  CoreServices x86_64  <1fc9300c6d3d330c829cc8f094bc38c6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff9a642000 -     0x7fff9a697fff  AE x86_64  <fb22be849cb836bf8061f93d716c0a84> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff9a698000 -     0x7fff9a6a0fff  libGFXShared.dylib x86_64  <7e84c8a940da302aa3de9ae3c61a3465> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff9a6e4000 -     0x7fff9a755fff  DCERPC x86_64  <955fc8b618673fda8c147a51493f3c53> /System/Library/PrivateFrameworks/DCERPC.framework/Versions/A/DCERPC
    0x7fff9a756000 -     0x7fff9a76dfff  ScriptingBridge x86_64  <4c81a32d9b9f354f9857e5bd0852290a> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff9a76e000 -     0x7fff9a771fff  IOSurface x86_64  <7b05b27a5cc430d48a10ed444a2807a2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff9a803000 -     0x7fff9a898fff  Ink x86_64  <6b573126a6e9357fb36aaa5bdc0beaf8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff9a899000 -     0x7fff9a8a1fff  libsystem_networkextension.dylib x86_64  <dc8a102abf0231a4891465c34df6b592> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff9a8ce000 -     0x7fff9ad3ffff  GeoServices x86_64  <52a8fbb6267c3371a516264572b5800f> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff9ad40000 -     0x7fff9ae65fff  LaunchServices x86_64  <204cd7a1d99c365582d7e8e89f9c666b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff9ae66000 -     0x7fff9ae74fff  OpenGL x86_64  <d37d88ae0731310599ab984da9b9bce6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff9ae75000 -     0x7fff9aeaffff  QD x86_64  <3f36a108c557353aa3f780ddcb82bb37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff9aeb0000 -     0x7fff9aec6fff  CoreMediaAuthoring x86_64  <d74307b6ec7e3e5fb2cf7ce7a183f0f0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff9aef7000 -     0x7fff9aef7fff  Cocoa x86_64  <0a634d46b4683cbcb2a016c381c11bf2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff9aef8000 -     0x7fff9af08fff  ProtocolBuffer x86_64  <127af54f615b362aa2213e758c46a235> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff9af0c000 -     0x7fff9af9bfff  CorePDF x86_64  <6147b89f46d838b2a7d0c5aabce35bc6> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff9af9c000 -     0x7fff9b642fff  JavaScriptCore x86_64  <33235884914c3a2bad91142e5ab8899f> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff9b643000 -     0x7fff9b850fff  CoreImage x86_64  <344f10675f5236268f6c2b678deb80a1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff9b8ad000 -     0x7fff9b8affff  libutil.dylib x86_64  <4c9bfe8b563b3eeaa3238f4f14e0a46c> /usr/lib/libutil.dylib
    0x7fff9b8b0000 -     0x7fff9b8c9fff  OpenScripting x86_64  <f65322539ec53ff3aa168ae58531b1d1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff9b8ca000 -     0x7fff9ba0ffff  QTKit x86_64  <6dd72d3894493289904eb6e148993aa5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff9ba10000 -     0x7fff9ba40fff  libsandbox.1.dylib x86_64  <ad0156fcef0736899403586517ae7037> /usr/lib/libsandbox.1.dylib
    0x7fff9ba41000 -     0x7fff9baf1fff  Backup x86_64  <f6a2f89207283dd6883c2cde789bf26f> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff9baf2000 -     0x7fff9be6dfff  VideoToolbox x86_64  <33aed54a87ae330fbaadfb8389c3e686> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff9be85000 -     0x7fff9be94fff  AppleFSCompression x86_64  <735a903ceb3a32ebba6bc55644c59c5c> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff9be9c000 -     0x7fff9bea0fff  libGIF.dylib x86_64  <39fa02861616347482157cd07109c9e5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff9c088000 -     0x7fff9c0f6fff  ATS x86_64  <0ddd35033d743ccabd257f19b03c2579> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff9c104000 -     0x7fff9c191fff  AppleJPEG x86_64  <9f0e8564fcc433be9c6a2ba926a33f6f> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff9c198000 -     0x7fff9c41efff  CFNetwork x86_64  <653b1552c1ec36a585d09fc3ed3ccf72> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff9c41f000 -     0x7fff9c49cfff  iLifeMediaBrowser x86_64  <c708135943003d44a8ae143d6e5ed153> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
    0x7fff9c736000 -     0x7fff9c786fff  Symbolication x86_64  <2ec9f04a437039c88549fc6411d87463> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff9c7d8000 -     0x7fff9c7f1fff  SMBClient x86_64  <f4d6794ac8843b7aa02f6c1be60e7112> /System/Library/PrivateFrameworks/SMBClient.framework/Versions/A/SMBClient
    0x7fff9c7f2000 -     0x7fff9c84efff  libTIFF.dylib x86_64  <28df156537053ed3b570c9cb12376d2e> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff9c84f000 -     0x7fff9c878fff  libxslt.1.dylib x86_64  <ae86e275499f3d4f8433142186d383cb> /usr/lib/libxslt.1.dylib
    0x7fff9c879000 -     0x7fff9c898fff  Apple80211 x86_64  <ec583c00907339c3b61396d5ba0fdd32> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff9c899000 -     0x7fff9c8a1fff  libMatch.1.dylib x86_64  <3ac0bfb87e693dbea1757f3946fc4554> /usr/lib/libMatch.1.dylib
    0x7fff9c8a2000 -     0x7fff9c978fff  DiskImages x86_64  <25bbe20ce92b360fa326093b61cc7b5e> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff9c998000 -     0x7fff9ca0cfff  Heimdal x86_64  <009f223db89b376b94f56d982cbef771> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff9caa9000 -     0x7fff9caaefff  DiskArbitration x86_64  <b7fae647156a30c8ba8b69d188d02602> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff9caaf000 -     0x7fff9cab7fff  AppleSRP x86_64  <25775e901dbb3bfab4b4f8f262b9ec1f> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff9cdd5000 -     0x7fff9cde6fff  libsystem_trace.dylib x86_64  <b485369fe3a1319e998c89aaf606079e> /usr/lib/system/libsystem_trace.dylib
    0x7fff9cde7000 -     0x7fff9d1bffff  CoreAUC x86_64  <b43c781138a43f9a9417fd8f4b55ea82> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff9d1c3000 -     0x7fff9d3d0fff  libicucore.A.dylib x86_64  <cffd7342a7d6323aac14b9eecf6effed> /usr/lib/libicucore.A.dylib
    0x7fff9d55e000 -     0x7fff9d587fff  libc++abi.dylib x86_64  <dccc81773d0935bc97842a04fec4c71b> /usr/lib/libc++abi.dylib
    0x7fff9d588000 -     0x7fff9d591fff  libsystem_notify.dylib x86_64  <243fade1255a3b788033f336cd64b817> /usr/lib/system/libsystem_notify.dylib
    0x7fff9d592000 -     0x7fff9d5c5fff  MediaKit x86_64  <bf8032fe664537f6a622bc7eee3eaabf> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff9d975000 -     0x7fff9dbc1fff  AddressBook x86_64  <b18b093304a330929b33c9c91af59e00> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff9dbc2000 -     0x7fff9e038fff  CoreFoundation x86_64  <768a7fb79143314885917c6ed3162d35> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff9e039000 -     0x7fff9e0d9fff  ViewBridge x86_64  <a42bd1e4c8383135b00e8b051e42d5d3> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff9e10e000 -     0x7fff9e16ffff  libsystem_network.dylib x86_64  <865fe79aa22d3733a14ffc7b37f3aecd> /usr/lib/system/libsystem_network.dylib
    0x7fff9e170000 -     0x7fff9e27efff  DesktopServicesPriv x86_64  <0baed9faefa53da08715043fd2400b77> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff9e29b000 -     0x7fff9e2cffff  CoreVideo x86_64  <88d903c8e608320e8acd11e5b3003c18> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff9eb3f000 -     0x7fff9eb40fff  libSystem.B.dylib x86_64  <5a4257ef31453bb387a40d2404a9462d> /usr/lib/libSystem.B.dylib
    0x7fff9eb41000 -     0x7fff9ebc5fff  AVKit x86_64  <5f49a0e60a483e1598644f8c296098cb> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
    0x7fff9ebc7000 -     0x7fff9ebf6fff  SecurityInterface x86_64  <edbd990a09603dbbbb4243a36f49477f> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff9ebf7000 -     0x7fff9ec02fff  AppSandbox x86_64  <0ca08eb7d5743e2fa3aefea80ff3f304> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff9ec03000 -     0x7fff9ef76fff  FinderKit x86_64  <217cf784daed361c91e9689f3da0c617> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff9ef77000 -     0x7fff9f017fff  Metadata x86_64  <3e42a570be32396d96e101b4a778d991> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff9f018000 -     0x7fff9f01dfff  AssetCacheServices x86_64  <33685005a92a300697f5fbf8530925b2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fff9f0bc000 -     0x7fff9f0c2fff  XPCService x86_64  <9a30562214e13d9abe476524419ba58d> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff9f107000 -     0x7fff9f262fff  WebKitLegacy x86_64  <5cc2787bfdd43025bd634021f97787a8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff9f26d000 -     0x7fff9f43bfff  QuartzCore x86_64  <cb19502bd25f379cb50f08a98ff73b68> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9f43c000 -     0x7fff9f43efff  loginsupport x86_64  <9b2f5f9bed38313fb798d2b667bcd6b5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff9f5ac000 -     0x7fff9f620fff  IOKit x86_64  <d92e537df96d39e1b9ac9a18943afcc7> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff9f621000 -     0x7fff9f62dfff  CacheDelete x86_64  <8b6526d92dc535aaa60d8dcb0b77035e> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
    0x7fff9f62e000 -     0x7fff9f73dfff  libvDSP.dylib x86_64  <a95572ffd40c32a89f365b1fd297a0ec> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff9f73e000 -     0x7fff9f748fff  KerberosHelper x86_64  <b7669d5e41133160a465b4786a4e8850> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
    0x7fff9f749000 -     0x7fff9f754fff  libcommonCrypto.dylib x86_64  <766bc3f541f33315babc72718a98ea92> /usr/lib/system/libcommonCrypto.dylib
    0x7fff9f755000 -     0x7fff9f792fff  Bom x86_64  <9b8ae30b24a337abb04e4ce67aed4775> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff9f81a000 -     0x7fff9f81ffff  TCC x86_64  <c53628ca0c7534b6ae6e8bcf8a3ed099> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff9f871000 -     0x7fff9f995fff  libsqlite3.dylib x86_64  <280d67b8f93d3587a14619f36c817548> /usr/lib/libsqlite3.dylib
    0x7fff9f996000 -     0x7fff9f9bdfff  Shortcut x86_64  <d9dd2f6a4ac738bda3b6a9682efcce2e> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff9f9d3000 -     0x7fff9fa1ffff  HIServices x86_64  <14fb5bb6845639f9a6948a1c12426880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff9fa20000 -     0x7fff9fa8ffff  DataDetectorsCore x86_64  <cdbb7d7db18937b0aa4bdc79090d0d71> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff9face000 -     0x7fff9faf2fff  MultitouchSupport x86_64  <1e0206d934ad38108ed029dc450d1485> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff9fc69000 -     0x7fff9fc8dfff  libJPEG.dylib x86_64  <9616e8a560ba3c708f37a33055d227c8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff9fc8e000 -     0x7fff9fc9ffff  libz.1.dylib x86_64  <b3ebb42f48e332879f0d308e04d407ac> /usr/lib/libz.1.dylib
    0x7fff9fcff000 -     0x7fff9fd36fff  LDAP x86_64  <79d981f2f70c3e47b124dc0c90d45563> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff9fd3a000 -     0x7fff9fd3ffff  libheimdal-asn1.dylib x86_64  <ee3dd8e9e5433849adc9edbf2379c97c> /usr/lib/libheimdal-asn1.dylib
    0x7fff9fd40000 -     0x7fff9fd6ffff  libsystem_m.dylib x86_64  <26655445ca97321eb221801cb378d1aa> /usr/lib/system/libsystem_m.dylib
    0x7fff9fdb4000 -     0x7fff9fdc0fff  HelpData x86_64  <3a533f589c3b3341a8f8084c96bdb70d> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fffa0cca000 -     0x7fffa0cccfff  libCGXType.A.dylib x86_64  <c3d473cf72613e0da161e9b642b75d6a> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fffa0ccd000 -     0x7fffa0ce2fff  ToneKit x86_64  <298e6855b818394985ed08cf12acee59> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fffa0ce3000 -     0x7fffa0d28fff  SharedFileList x86_64  <72156be708043f909af914c4739430c2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffa0d29000 -     0x7fffa0d45fff  libsystem_malloc.dylib x86_64  <9eecab18f02534c48e327effa6720efc> /usr/lib/system/libsystem_malloc.dylib
    0x7fffa0d46000 -     0x7fffa0d46fff  libOpenScriptingUtil.dylib x86_64  <03bef6f007cd3edc9d1132202c1857b6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffa0d47000 -     0x7fffa0d73fff  SystemAdministration x86_64  <fdca9f2de06a3dec8e1a7535bae68b62> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fffa0d78000 -     0x7fffa0e51fff  CoreMedia x86_64  <6109d83b4e0b3de298569fd80ea51ce0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fffa0e52000 -     0x7fffa0e5afff  libcldcpuengine.dylib x86_64  <5ffedbef2efe3f91babc1e73b28487a2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib

Provide detailed issue guidelines

I'm having some trouble running this plugin. When I run CSSketch > Layout Layers or CSSketch > Set Page's Stylesheet it breaks the design pretty badly ( specifically on the example files ). Before I file any issues are there any tips on how to provide more detailed issues?

  • Are there requirements for Mac / Sketch that you depend upon?
  • Is this plugin debuggable? How do I find the relevant debug logs to post more detailed issues?
  • Anything else that would be useful?

SCSS: only top-most layer gets affected by color-rule

I've got 12 objects with the same class name, and only the top-most layer gets affected by the color-rule. When I put another layer with the same class on top of the other the new one gets affected instead, while the one recently getting changed keeps its attributes. I've tried changing from class to [type="text"] as well, but I keep getting the same result.

I really love this plugin by the way, awesome to get the ability to work with SCSS :)

CSSketch won't let me set stylesheet

Its says that the css.sketch.framework is missing from my desitnation folder, do I need to install like swift framework or something? I am just an Agency CEO :)

Multiple classes per layer

Is there any option to give a layer to class names? That way we would be able to add modifier classes to our objects.

Extending classes ain't working

untitled
Seems that combining two or more classes on the layer name breaks the plugin.

Layer name example:
.className1 .className2

I'm using Sketch version 3.5.2 (25235)

CSS line-height property weirdness

Hey John,

what an amazing plugin idea first of all! I have one issue though right now, after test running it in my environment:

Setting the font-size in em seems to work fine as far as I can see, I run into problems setting line-height property though (which Sketch itself is a bit nasty with). Steps to reproduce this:

  1. Make a text layer
  2. Set line-height via Sketch GUI to "auto" or leave on default
  3. Give text layer class name (e.g. .copy)
  4. Set the line-height property via css to 135% (a value I often start with in CSS) and save
  5. The text layer will flicker with a change of line height change but jump back to its original line size
  6. Set the line-height in CSS again, this time to e.g 145% and save
  7. The text layer will now change its line-height but way too much
  8. Set the line-height in CSS again, this time to e.g **100%**and save
  9. Nothing will happen
  10. Set the line-height in CSS again, this time to 10px and save
  11. You will get some decent line-height but it feels a bit too much
  12. Set the line-height in CSS again, this time to 0px and save
  13. The line-height will increase …

Anyway, it seems like setting the line-height in CSS is not really possible or am I getting something completely wrong, maybe?

It would be great to be able to use line-height at least kind of like in a real browser setting.

Regards
Tobias

Deprecation warning

Hi there.

As you probably know, [MSTextLayer lineSpacing] has been deprecated for a while, and it will be removed in Sketch v40. Please update your Plugin to use [MSTextLayer lineHeight] instead, or it won't work in the next release :)

Broken by Sketch 3.9 with "Set Page's Stylesheet" selection loop.

CSSketch no longer functions with the Sketch 3.9 update. Attempting to assign a stylesheet to a sketch doc results in a selection loop:

  1. Open a sketch doc. In this case the Keyboard.sketch example.
  2. Select "Plugins" > "CSSketch" > "Set Page's Style"
  3. Finder opens > Navigate to and select Keyboard.less stylesheet > Click "Choose"
  4. After clicking the "Choose" button, it becomes disabled.
  5. Reselect Keyboard.less > Click "Choose"
  6. GoTo # 4 and repeat infinitum.

Set Page Style Sheet (Sass) Logs Error

I get the following error when I try to set the pages style sheet. 10/5/16 4:15:18.914 PM Sketch[2317]: context (__NSDictionaryM): {
}

10/5/16 4:09:01.330 PM Sketch[2317]: Failed to load script at URL file:///Users/jenisewalters/Downloads/SketchKit-master%202/SketchKit.sketchplugin/Contents/Sketch/src/CSSketch_cached.js, error: Error Domain=NSCocoaErrorDomain Code=260 "The file “CSSketch_cached.js” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/jenisewalters/Downloads/SketchKit-master 2/SketchKit.sketchplugin/Contents/Sketch/src/CSSketch_cached.js, NSUnderlyingError=0x7f9b4f9e71b0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} «Plugin Developer»

doesn't work in sketch 40.3

I downloaded the zip, installed manually and tried to use the example provided. When I change color values in the stylesheet file (sass or less) nothing changes in my .sketch file.

Gradients?

I have not been able to get gradients to work? Any advice? Has anyone been able to get this to work?

Redesign Installer

The CSSketch installer currently looks like this:
screen shot 2016-02-05 at 7 27 14 pm

If you'd like to contribute to CSSketch please redesign this installer, and reply to this issue with your redesign.

This is open to anyone.

"Couldn't run Less Parser" error message

Hello,
Really wanted to try this plugin, unfortunately every time I try to use it, I get the error message, saying "Couldn't run Less Parser" .

Is there any workaround for this problem?

System is El Capitan 10.11.2 Beta, Mac mini, Sketch Version 3.4.2

Installed it by double-clicking the CSSketch.sketchplugin.

Thanks!

Only the first box-shadow is added

This plugin is amazing, thank you!

Is there a way to have the plugin apply multiple shadows to one element?

ex. If multiple shadows in CSS:
.shadow {
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
0 2px 1px -1px rgba(0, 0, 0, 0.12),
0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

Only the first is created/added in Sketch:
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);

ex. If I add each shadow individually:
.shadow {
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
box-shadow: 0 2px -1px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

The shadow will appear correct in Sketch, but will only show one shadow in the property editor (and the developers will not like the CSS :).

Why and who will benefit? Anyone who wants the correct Material Design shadows.

Text color properties doesn't work.

Hi, JohnCoates.

When I try to change color for text, but doesn’t work.
This plugin not supported text color?
Can you check this issue. Thanks.

Sketch version 3.8.2 (Latest)
OS El Capitan 10.11.4 (Latest)

//Sass
[type="text"] {
color:#f00;
}

[Feature Request] Add Support for LESS' Nested Selectors

Let's say I have some rectangles in Sketch, which I named .rect .bordered. I then add some ovals, which I name '.oval .bordered`. I would like to be able to do this - which is perfectly valid LESS:

.bordered {
    border: 3px solid red;

    .rect { background-color: fade(red,75%);
    .oval { background-color: fade(blue,55%);
}

Currently, the nested selectors - .rect and .oval - get totally ignored, and all you get is a red border, and no background. To get what we want, right now it is necessary to repeat ourselves, and do:

.bordered.rect {
    border: 3px solid red;
    background-color: fade(red,75%);
}

.bordered.oval {
    border: 3px solid red;
    background-color: fade(blue,55%);
}

As you can imagine, for complex layouts with hundreds of nested objects, being able to use LESS' nested selectors is vital!

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.