GithubHelp home page GithubHelp logo

mellonglau / amappexporttoipa-xcode-plugin Goto Github PK

View Code? Open in Web Editor NEW
184.0 8.0 25.0 526 KB

AMAppExportToIPA-Xcode-Plugin is a simple Xcode plugin to export .app to .ipa file.

License: MIT License

Objective-C 100.00%
xcode-plugin ipa xcode objective-c

amappexporttoipa-xcode-plugin's Introduction

Donate

AMAppExportToIPA-Xcode-Plugin

Build Status Platform: Xcode 6+ License: MIT

AMAppExportToIPA is a simple Xcode plugin to export .app to .ipa file.

Note: Please update to v1.1 in order to avoid conflicts with other plug-ins.

Clicked Export to IPA without any response in Xcode 8.3+?
This is because Xcode 8.3 have removed PackageApplication, you can copy this component from the earlier Xcode, the following link is the detail of this temporary fix:
www.jianshu.com/p/88bb51cba34d

AMAppExportToIPA 是一款可以让你在Xcode的project navigator界面中直接右键点击xxx.app -> Export IPA就可以生成对应的IPA文件的Xcode插件。

注意: 请更新到v1.1以避免和其他Xcode插件冲突。

Xcode8.3+可能会点击生成IPA没有任何反应,这是因为Xcode 8.3已经移除了 PackageApplication,你可以自行从旧版本的Xcode拷贝这个插件,具体方法请参考: http://www.jianshu.com/p/88bb51cba34d

如果觉得这款插件不错的话请点击右上角的star和推荐给你的朋友,如果想即时了解到我的最新消息,请拉到底部扫描二维码关注我的公众号

Welcome to join in QQ group 5522740 for further discussion.
欢迎加入QQ群 5522740 交流iOS开发.

Usage

screenshot.gif

Install

You can:

Install from github.

  • Get the source code from github

    $ git clone [email protected]:MellongLau/AMAppExportToIPA-Xcode-Plugin.git

  • Build the AMAppExportToIPA target in the Xcode project and the plug-in will automatically be installed in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins.

  • Relaunch Xcode.

or

Install via Alcatraz

In any case, relaunch Xcode to load it.

Support

Developed and tested against Xcode 6+.

After upgrade your Xcode, you may need to run below shell script to add your current Xcode DVTPlugInCompatibilityUUID to all the Xcode plugins:

curl https://raw.githubusercontent.com/cielpy/RPAXU/master/refreshPluginsAfterXcodeUpgrading.sh | sh

More

Learn more? Follow my WeChat public account mellong:

WeChat QRcode

License

MIT License

Copyright (c) 2016 Mellong Lau

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

amappexporttoipa-xcode-plugin's People

Contributors

mellonglau 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

amappexporttoipa-xcode-plugin's Issues

crash when opening context menu

Hello
when i use your plugin with CopyIssue-Xcode-Plugin it causes a crash. I talked with the author of that plugin here and he was kind enough to help track the issue to your plugin. It seems yours is preventing the the context menu to appear which causes a crash.
Can you take a look and make a fix so everyone can enjoy both these great plugins?
thanks

Crash, Maybe plugin conflicts.

Process: Xcode [24877]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 7.2 (9548)
Build Info: IDEFrameworks-9548000000000000~7
App Item ID: 497799835
App External ID: 814662604
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [24877]
User ID: 501

Date/Time: 2016-03-28 13:50:42.381 +0800
OS Version: Mac OS X 10.11.3 (15D21)
Report Version: 11
Anonymous UUID: 3B23FB09-AD29-1E77-A862-6989CBF5585F

Sleep/Wake UUID: 3AD180F5-284D-48F2-8F89-30BDA29DB6A5

Time Awake Since Boot: 10000 seconds
Time Since Wake: 2600 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
ProductBuildVersion: 7C68
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-9548/IDEKit/Application/IDEApplicationController.m:1251
Details: (item) should not be nil.
Object: <IDEApplicationController: 0x7ff5b24cf330>
Method: -_closeMenuItem
Thread: <NSThread: 0x7ff5b2517630>{number = 1, name = main}
Hints: None
Backtrace:
0 0x00000001033f91fa -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:](in IDEKit)
1 0x0000000101f85761 _DVTAssertionHandler (in DVTFoundation)
2 0x0000000101f85978 _DVTAssertionFailureHandler (in DVTFoundation)
3 0x00000001031c11c7 -[IDEApplicationController _closeMenuItem](in IDEKit)
4 0x00000001031c0fca -[IDEApplicationController _updateCloseKeyEquivalents](in IDEKit)
5 0x00000001031be11d -[IDEApplicationController applicationWillFinishLaunching:](in IDEKit)
6 0x00007fff83fea70c CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER (in CoreFoundation)
7 0x00007fff83fea67f ___CFXRegistrationPost_block_invoke (in CoreFoundation)
8 0x00007fff83fe9d47 _CFXRegistrationPost (in CoreFoundation)
9 0x00007fff83fe9ab2 ___CFXNotificationPost_block_invoke (in CoreFoundation)
10 0x00007fff83fe3d42 -[_CFXNotificationRegistrar find:object:observer:enumerator:](in CoreFoundation)
11 0x00007fff83ed2145 _CFXNotificationPost (in CoreFoundation)
12 0x00007fff8ffd0921 -[NSNotificationCenter postNotificationName:object:userInfo:](in Foundation)
13 0x0000000101f5df55 -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:](in DVTFoundation)
14 0x00007fff8945a2c2 -[NSApplication finishLaunching](in AppKit)
15 0x0000000102560f62 -[DVTApplication finishLaunching](in DVTKit)
16 0x00007fff89459e05 -[NSApplication run](in AppKit)
17 0x00007fff893dc520 NSApplicationMain (in AppKit)
18 0x00007fff869af5ad start (in libdyld.dylib)

abort() called

Application Specific Signatures:
((item)) != nil

Global Trace Buffer (reverse chronological seconds):
0.992892 CFNetwork 0x00007fff95076937 TCP Conn 0x7ff5b7cf0810 starting SSL negotiation
0.993057 CFNetwork 0x00007fff95075303 TCP Conn 0x7ff5b7cf0810 complete. fd: 19, err: 0
0.993167 CFNetwork 0x00007fff95103b1d TCP Conn 0x7ff5b7cf0810 event 1. err: 0
1.493227 CFNetwork 0x00007fff950745d3 TCP Conn 0x7ff5b7cf0810 started
1.567129 CFNetwork 0x00007fff9503821a Creating default cookie storage with process/bundle identifier
1.567129 CFNetwork 0x00007fff950381b2 Faulting in CFHTTPCookieStorage singleton
1.567129 CFNetwork 0x00007fff95038041 Faulting in NSHTTPCookieStorage singleton
1.569433 CFNetwork 0x00007fff95135654 NSURLConnection finished with error - code -1100

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8bec7002 pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff8c5ae5c5 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff96a4e6e7 abort + 129
3 com.apple.dt.IDEKit 0x00000001033f8df1 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1481
4 com.apple.dt.IDEKit 0x00000001033f93d1 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] + 1202
5 com.apple.dt.DVTFoundation 0x0000000101f85761 _DVTAssertionHandler + 562
6 com.apple.dt.DVTFoundation 0x0000000101f85978 _DVTAssertionFailureHandler + 407
7 com.apple.dt.IDEKit 0x00000001031c11c7 -[IDEApplicationController _closeMenuItem] + 174
8 com.apple.dt.IDEKit 0x00000001031c0fca -[IDEApplicationController _updateCloseKeyEquivalents] + 34
9 com.apple.dt.IDEKit 0x00000001031be11d -[IDEApplicationController applicationWillFinishLaunching:] + 1125
10 com.apple.CoreFoundation 0x00007fff83fea70c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
+ 12
11 com.apple.CoreFoundation 0x00007fff83fea67f ___CFXRegistrationPost_block_invoke + 63
12 com.apple.CoreFoundation 0x00007fff83fe9d47 _CFXRegistrationPost + 407
13 com.apple.CoreFoundation 0x00007fff83fe9ab2 ___CFXNotificationPost_block_invoke + 50
14 com.apple.CoreFoundation 0x00007fff83fe3d42 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1922
15 com.apple.CoreFoundation 0x00007fff83ed2145 _CFXNotificationPost + 693
16 com.apple.Foundation 0x00007fff8ffd0921 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
17 com.apple.dt.DVTFoundation 0x0000000101f5df55 -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 698
18 com.apple.AppKit 0x00007fff8945a2c2 -[NSApplication finishLaunching] + 354
19 com.apple.dt.DVTKit 0x0000000102560f62 -[DVTApplication finishLaunching] + 149
20 com.apple.AppKit 0x00007fff89459e05 -[NSApplication run] + 231
21 com.apple.AppKit 0x00007fff893dc520 NSApplicationMain + 1176
22 libdyld.dylib 0x00007fff869af5ad start + 1

Thread 1:
0 libsystem_kernel.dylib 0x00007fff8bec76de __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8c5ac729 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8c5aa365 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8bec7ff6 kevent_qos + 10
1 libdispatch.dylib 0x00007fff970db099 _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff970dad01 _dispatch_mgr_thread + 52

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8bec76de __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8c5ac729 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8c5aa365 start_wqthread + 13

Thread 4:: Dispatch queue: com.apple.root.default-qos
0 libsystem_kernel.dylib 0x00007fff8bec13c2 semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff970e0be6 _dispatch_semaphore_wait_slow + 224
2 com.apple.dt.DVTFoundation 0x0000000101fc1496 DVTSyncPerformBlock + 437
3 com.apple.dt.IDE.IDEiOSSupportCore 0x000000010b02855d __42-[DVTiPhoneSimulatorLocator startLocating]_block_invoke_2 + 302
4 com.apple.dt.IDE.IDEiOSSupportCore 0x000000010b0282fd __42-[DVTiPhoneSimulatorLocator startLocating]_block_invoke + 1715
5 com.apple.dt.DVTFoundation 0x0000000101fc1a58 __DVTDispatchAsync_block_invoke + 153
6 libdispatch.dylib 0x00007fff970e0871 _dispatch_call_block_and_release + 12
7 libdispatch.dylib 0x00007fff970d533f _dispatch_client_callout + 8
8 libdispatch.dylib 0x00007fff970d91cf _dispatch_root_queue_drain + 1890
9 libdispatch.dylib 0x00007fff970d8a34 _dispatch_worker_thread3 + 91
10 libsystem_pthread.dylib 0x00007fff8c5ac68f _pthread_wqthread + 1129
11 libsystem_pthread.dylib 0x00007fff8c5aa365 start_wqthread + 13

Thread 5:: Dispatch queue: com.apple.root.background-qos
0 libsystem_kernel.dylib 0x00007fff8bec13c2 semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff970e0be6 _dispatch_semaphore_wait_slow + 224
2 com.apple.CFNetwork 0x00007fff9519ea19 CFURLConnectionSendSynchronousRequest + 434
3 com.apple.CFNetwork 0x00007fff951b034f +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 144
4 com.apple.dt.DVTFoundation 0x0000000101eee5f5 -[DVTIndexBackedDownloadableProvider _indexAtURL:error:] + 298
5 com.apple.dt.DVTFoundation 0x0000000101eef728 -[DVTIndexBackedDownloadableProvider downloadablesWithError:skipCache:] + 2452
6 com.apple.dt.DVTFoundation 0x0000000101eedf42 __42-[DVTIndexBackedDownloadableProvider init]_block_invoke + 51
7 com.apple.dt.DVTFoundation 0x0000000101fc1a58 __DVTDispatchAsync_block_invoke + 153
8 libdispatch.dylib 0x00007fff970e0871 _dispatch_call_block_and_release + 12
9 libdispatch.dylib 0x00007fff970d533f _dispatch_client_callout + 8
10 libdispatch.dylib 0x00007fff970d91cf _dispatch_root_queue_drain + 1890
11 libdispatch.dylib 0x00007fff970d8a34 _dispatch_worker_thread3 + 91
12 libsystem_pthread.dylib 0x00007fff8c5ac68f _pthread_wqthread + 1129
13 libsystem_pthread.dylib 0x00007fff8c5aa365 start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff8bec76de __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8c5ac729 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8c5aa365 start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff8bec76de __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8c5ac729 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8c5aa365 start_wqthread + 13

Thread 8:: Dispatch queue: com.apple.root.default-qos
0 libsystem_kernel.dylib 0x00007fff8bec13c2 semaphore_wait_trap + 10
1 libsystem_platform.dylib 0x00007fff8c717226 _os_semaphore_wait + 16
2 libdispatch.dylib 0x00007fff970e3995 _dispatch_barrier_sync_f_slow + 594
3 com.apple.CoreData 0x00007fff8cbf8bcc -[NSManagedObjectContext performBlockAndWait:] + 236
4 com.apple.CoreData 0x00007fff8cbaf31a -[NSManagedObjectContext setUndoManager:] + 122
5 com.apple.DTDeviceKitBase 0x000000010b1040d4 __37+[DTDKCrashLogDatabase mainThreadMoc]_block_invoke + 142
6 libdispatch.dylib 0x00007fff970d533f _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff970d5237 dispatch_once_f + 67
8 com.apple.DTDeviceKitBase 0x000000010b104044 +[DTDKCrashLogDatabase mainThreadMoc] + 102
9 com.apple.DTDeviceKitBase 0x000000010b1042bf +[DTDKCrashLogDatabase temporaryMoc] + 61
10 com.apple.DTDeviceKitBase 0x000000010b1046d0 __38+[DTDKCrashLogDatabase startMigration]_block_invoke_2 + 78
11 com.apple.dt.DVTFoundation 0x0000000101fc1a58 __DVTDispatchAsync_block_invoke + 153
12 libdispatch.dylib 0x00007fff970e0871 _dispatch_call_block_and_release + 12
13 libdispatch.dylib 0x00007fff970d533f _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fff970d91cf _dispatch_root_queue_drain + 1890
15 libdispatch.dylib 0x00007fff970d8a34 _dispatch_worker_thread3 + 91
16 libsystem_pthread.dylib 0x00007fff8c5ac68f _pthread_wqthread + 1129
17 libsystem_pthread.dylib 0x00007fff8c5aa365 start_wqthread + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff8bec76de __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8c5ac729 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8c5aa365 start_wqthread + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff8bec76de __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8c5ac729 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff8c5aa365 start_wqthread + 13

Thread 11:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8bec1386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8bec07c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff83f32624 CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff83f31aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff83f31338 CFRunLoopRunSpecific + 296
5 com.apple.CFNetwork 0x00007fff9503b6e9 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
6 com.apple.Foundation 0x00007fff901a0c6f __NSThread__start
+ 1351
7 libsystem_pthread.dylib 0x00007fff8c5acc13 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8c5acb90 _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff8c5aa375 thread_start + 13

Thread 12:
0 libsystem_kernel.dylib 0x00007fff8bec845e read + 10
1 libcrypto.0.9.8.dylib 0x00007fff8a68e136 sock_read + 54
2 libcrypto.0.9.8.dylib 0x00007fff8a6aec14 BIO_read + 100
3 libssl.0.9.8.dylib 0x00007fff8a797a0c ssl3_read_n + 380
4 libssl.0.9.8.dylib 0x00007fff8a798591 ssl3_read_bytes + 881
5 libssl.0.9.8.dylib 0x00007fff8a7904ab ssl3_get_message + 315
6 libssl.0.9.8.dylib 0x00007fff8a79223c ssl3_get_key_exchange + 76
7 libssl.0.9.8.dylib 0x00007fff8a790cfd ssl3_connect + 1021
8 libssl.0.9.8.dylib 0x00007fff8a78a1c8 ssl23_connect + 3192
9 com.apple.mobiledevice 0x000000010b23fe0a lockssl_handshake + 609
10 com.apple.mobiledevice 0x000000010b2400f3 lockconn_enable_ssl + 16
11 com.apple.mobiledevice 0x000000010b23f3c3 send_session_start + 468
12 com.apple.mobiledevice 0x000000010b244dea AMDeviceStartSession + 175
13 com.apple.mobiledevice 0x000000010b24781f _WatchCompanionCapabilitySupported + 132
14 com.apple.mobiledevice 0x000000010b247454 _AMDDeviceAttachedCallbackv3 + 162
15 com.apple.mobiledevice 0x000000010b1d1244 _USBMuxCustomRunLoopSourcePerformCallback + 1396
16 com.apple.CoreFoundation 0x00007fff83f405c1 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
17 com.apple.CoreFoundation 0x00007fff83f3241c CFRunLoopDoSources0 + 556
18 com.apple.CoreFoundation 0x00007fff83f3193f __CFRunLoopRun + 927
19 com.apple.CoreFoundation 0x00007fff83f31338 CFRunLoopRunSpecific + 296
20 com.apple.Foundation 0x00007fff90054e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
21 com.apple.DTDeviceKitBase 0x000000010b0ff5e0 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1103
22 com.apple.Foundation 0x00007fff901a0c6f __NSThread__start
+ 1351
23 libsystem_pthread.dylib 0x00007fff8c5acc13 _pthread_body + 131
24 libsystem_pthread.dylib 0x00007fff8c5acb90 _pthread_start + 168
25 libsystem_pthread.dylib 0x00007fff8c5aa375 thread_start + 13

Thread 13:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8bec7176 __select + 10
1 com.apple.CoreFoundation 0x00007fff83f7e16a __CFSocketManager + 762
2 libsystem_pthread.dylib 0x00007fff8c5acc13 _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff8c5acb90 _pthread_start + 168
4 libsystem_pthread.dylib 0x00007fff8c5aa375 thread_start + 13

Thread 14:
0 libsystem_kernel.dylib 0x00007fff8bec13da semaphore_timedwait_trap + 10
1 libdispatch.dylib 0x00007fff970e0b9b _dispatch_semaphore_wait_slow + 149
2 libdispatch.dylib 0x00007fff970dac4f _dispatch_worker_thread + 148
3 libsystem_pthread.dylib 0x00007fff8c5acc13 _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8c5acb90 _pthread_start + 168
5 libsystem_pthread.dylib 0x00007fff8c5aa375 thread_start + 13

Thread 15:
0 libsystem_kernel.dylib 0x00007fff8bec1386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8bec07c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff83f32624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff83f31aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff83f31338 CFRunLoopRunSpecific + 296
5 com.apple.CoreFoundation 0x00007fff83ff41f1 CFRunLoopRun + 97
6 com.apple.DebugSymbols 0x00007fff8e41869a SpotlightQueryThread(void*) + 346
7 libsystem_pthread.dylib 0x00007fff8c5acc13 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8c5acb90 _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff8c5aa375 thread_start + 13

Thread 16:
0 libsystem_kernel.dylib 0x00007fff8bec7206 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff96a6fd17 nanosleep + 199
2 com.apple.CoreSymbolication 0x00007fff87cd1b5f 0x7fff87cbf000 + 76639
3 libsystem_pthread.dylib 0x00007fff8c5acc13 _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8c5acb90 _pthread_start + 168
5 libsystem_pthread.dylib 0x00007fff8c5aa375 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5deb29a8 rdx: 0x0000000000000000
rdi: 0x000000000000160b rsi: 0x0000000000000006 rbp: 0x00007fff5deb29d0 rsp: 0x00007fff5deb29a8
r8: 0x00007ff5b851b032 r9: 0x0000000000000000 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00007fff8f99f150 r13: 0x00007ff5b83e9930 r14: 0x00007fff749c7000 r15: 0x00007ff5b2503200
rip: 0x00007fff8bec7002 rfl: 0x0000000000000206 cr2: 0x00007fff75fed008

Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133

Binary Images:
0x101d4c000 - 0x101d4ffff com.apple.dt.Xcode (7.2 - 9548) <278C9A25-1A00-3F35-990F-7D9C31D6E68C> /Applications/Xcode.app/Contents/MacOS/Xcode
0x101d57000 - 0x102233ff7 com.apple.dt.DVTFoundation (7.2 - 9542) /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
0x102427000 - 0x10276fff7 com.apple.dt.DVTKit (7.2 - 9542) <3F5B58D5-F5C3-3E1A-A78C-743626E5EA36> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
0x102984000 - 0x102e7aff7 com.apple.dt.IDEFoundation (7.2 - 9548) <4828AF1E-2AB7-35B9-A673-A046F8C5CE00> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
0x1031bc000 - 0x103a4cfff com.apple.dt.IDEKit (7.2 - 9548) /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x104043000 - 0x104072fcf com.apple.dt.instruments.DTXConnectionServices (1.0 - 59500) <80184D81-3338-3F51-B762-CAD4BACCE6CA> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
0x1040a0000 - 0x104127fff com.apple.dt.instruments.DVTInstrumentsFoundation (1.0 - 59500) <8B4DAB4C-807A-3B99-9E64-D0CE025B8594> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation
0x1041a0000 - 0x104227fff com.apple.CoreSymbolicationDT (3.1 - 59500) /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT
0x10423d000 - 0x10428bfd7 com.apple.Symbolication (1.4 - 59004) <683F855A-47CB-3AC5-9DCA-77AF36712A27> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT
0x1042c4000 - 0x1043fcfff com.apple.framework.CoreProfileDT (59003) /Applications/Xcode.app/Contents/SharedFrameworks/CoreProfileDT.framework/Versions/A/CoreProfileDT
0x10443f000 - 0x104443ff7 com.apple.kperf (1.0 - 1) <3C563279-8510-3847-A709-316F10FF15BA> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
0x10444c000 - 0x104456ff7 com.apple.kperfdataDT (1.0 - 1) <6007D8DE-C6A5-3F06-99F8-4F5AFEB98740> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT
0x10445e000 - 0x10445efff com.apple.Metal (1.0 - 1) <00700144-FA34-38BA-A8F4-55C8B7A9D348> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
0x104462000 - 0x104485fff com.apple.StreamingZip (1.0 - 1) /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x10449d000 - 0x1044acfff com.apple.dt.instruments.DVTInstrumentsUtilities (1.0 - 59500) <73D72C81-5657-3B94-979D-FC1E7A61B67A> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities
0x1044bf000 - 0x1044c0fff libpanel.5.4.dylib (46) /usr/lib/libpanel.5.4.dylib
0x1044c5000 - 0x104501ffb com.apple.DebugSymbols (133 - 133) <24822CD6-4A2C-3D02-BD4D-C81570546A70> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT
0x104520000 - 0x104520ff7 com.apple.xcode.compilers.coredata (9.2 - 9523) <04476688-4DF3-3AB4-8E57-06BE754B1EBB> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
0x104524000 - 0x1045adfff com.apple.dt.XCTest (1.0 - 9530) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest
0x104618000 - 0x104618ff7 com.apple.compilers.clang (9.2 - 9523) <7842604F-77C7-302B-9877-F49E90D3A427> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0
0x10461d000 - 0x10465cff7 +libswiftDemangle.dylib (700.1.101.15) <3EB7E08B-446C-34FE-9674-5F6690FBC471> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libswiftDemangle.dylib
0x10467c000 - 0x10537cff3 +libclang.dylib (700.1.81) <59377044-CF9C-37B4-803F-6F7DE7A20DB5> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
0x10556d000 - 0x1055d5fff com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) <0E139A61-345E-32AF-A016-F50725FD5C83> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
0x105623000 - 0x1067d5fff +libLTO.dylib (700.1.81) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib
0x106a8c000 - 0x106aa3fff com.apple.DADocSetManagement (7.2 - 9000) <73FF9B4E-9B15-3024-B264-BAC228F0301D> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
0x106ab7000 - 0x106abcfff com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <32C82CA8-00E0-3335-A5C8-E7877DB951B0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
0x106ac7000 - 0x106b63fff com.apple.dt.instruments.DTGraphKit (7.2 - 59017) /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
0x106bc6000 - 0x106c11fff com.apple.DADocSetAccess (7.2 - 9000) <3BCA36A8-B149-3DF2-9F22-8DD6EBE5F9CC> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
0x106c43000 - 0x106d15ffb com.apple.PubSub (1.0.5 - 65.40) <015C0A30-1F6F-3D62-810E-71A5C637CDC8> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x107168000 - 0x107178fff com.apple.dt.IDELanguageSupportCore (7.2 - 9516) <3DC83F74-740B-351D-A93B-659B1301232C> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
0x10718c000 - 0x107190ff7 com.apple.dt.dbg.DebuggerLLDBService (7.2 - 9525) <61034A89-0759-3542-82C2-3FBE82E9DDD8> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
0x107198000 - 0x1071a3fff com.apple.DevToolsFoundation (9.2 - 9523) <2998645A-9BCA-3F54-A478-47861CCD5352> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x1071f7000 - 0x1071fafff com.apple.IDEWatchKit1SupportUI (7.2 - 9004) /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI
0x109f5e000 - 0x109ff9fff +net.JugglerShu.XVim (1.01 - 1) /Users/USER/Library/Application Support/Developer//XVim
0x10a045000 - 0x10a068fff com.apple.dt.IDE.IDEQuickHelp (7.2 - 9525) <65DF800B-10F1-34DF-99E6-9F67BC41CC22> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
0x10a089000 - 0x10a093ff7 com.apple.dt.DVTPlaygroundCommunication (1.0 - 9500) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
0x10a0a4000 - 0x10a0a6fff +com.shpakovski.Xprop (1.0.2 - 13) <130FFDEE-AF93-3B43-9FDF-C75D830866ED> /Users/USER/Library/Application Support/Developer/
/Xprop
0x10a0aa000 - 0x10a0aefff +libswiftCoreData.dylib (2.1.1 - 700.1.101.15) <30046879-050D-3071-B7B8-08F560384A17> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCoreData.dylib
0x10a0b5000 - 0x10a0daff7 com.apple.DiscRecordingUI (9.0.1 - 9010.4.3) <49CADA40-B2DF-36F2-9F89-54762E0BECDD> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x10a118000 - 0x10a11bfff +libswiftCoreImage.dylib (2.1.1 - 700.1.101.15) <7D1B263F-FC8A-3499-A0A2-F2B868523809> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCoreImage.dylib
0x10a128000 - 0x10a194ff7 +com.pragmaticcode.UncrustifyPlugin (2.1.6 - 2.1.6) /Users/USER/Library/Application Support/Developer//UncrustifyPlugin
0x10a1af000 - 0x10a1c1fff +com.sdods.StencilPlugin (1.0 - 1) /Users/USER/Library/Application Support/Developer/
/StencilPlugin
0x10a1de000 - 0x10a218fff +com.rongl.ROTools (3.0.1 Beta - 1) <19B842B2-C1C7-3ED2-AE14-363A02B1AD1C> /Users/USER/Library/Application Support/Developer//ROTools
0x10a25b000 - 0x10a262ff7 +libswiftAppKit.dylib (2.1.1 - 700.1.101.15) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftAppKit.dylib
0x10a26b000 - 0x10a275ff7 +libswiftCoreGraphics.dylib (2.1.1 - 700.1.101.15) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCoreGraphics.dylib
0x10a287000 - 0x10a28dff7 +libswiftDarwin.dylib (2.1.1 - 700.1.101.15) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftDarwin.dylib
0x10a29c000 - 0x10a29fff7 +libswiftDispatch.dylib (2.1.1 - 700.1.101.15) <9D63CEC8-4CE2-315A-AE74-C9715463FEC6> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftDispatch.dylib
0x10a2a5000 - 0x10a2abff7 +libswiftObjectiveC.dylib (2.1.1 - 700.1.101.15) <995432FF-41F1-3D1F-8EDB-0FD6F2E202EC> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftObjectiveC.dylib
0x10a2b5000 - 0x10a2bafff +io.realm.RealmPlugin (1.0 - 1) /Users/USER/Library/Application Support/Developer/
/RealmPlugin
0x10a2cd000 - 0x10a2cdfff com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm (1.0 - 1) <72F32401-C3D4-3D4F-B530-B9E015926ADD> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 38mm.simdevicetype/Contents/MacOS/Apple Watch - 38mm
0x10a2d1000 - 0x10a3e6fff com.apple.dt.IDELanguageSupportUI (7.2 - 9516) /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
0x10a4bb000 - 0x10a592ff7 com.apple.dt.IDE.IDESourceEditor (7.2 - 9525) <0683D369-5A90-3B86-8037-C59B7824B536> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
0x10a619000 - 0x10a689ff7 com.apple.dt.IDE.IDEDocViewer (7.2 - 9525) <114A2B47-5415-3F66-B99D-F2B504F40515> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
0x10a6e4000 - 0x10a721fff +libswiftFoundation.dylib (2.1.1 - 700.1.101.15) <3B01C296-65E0-3621-8603-D2BB08093C56> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftFoundation.dylib
0x10a765000 - 0x10a769fff +com.markohlebar.Peckham (1.0 - 1) <6238F93D-6C47-39E6-89CF-2AE6A4D3D909> /Users/USER/Library/Application Support/Developer//Peckham
0x10a773000 - 0x10a776fff +com.nelson.AutoHighlightSymbol (1.0 - 1) <10910B37-A97D-3EC9-8E76-50D867297FCF> /Users/USER/Library/Application Support/Developer/
/AutoHighlightSymbol
0x10a87f000 - 0x10a8c9fff com.apple.CoreSimulator (201.3 - 201.3) <98D440AA-79B7-3810-B803-C2358F0885F0> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
0x10a8f1000 - 0x10a961fff com.apple.sourcekitd (1.0 - 700.1.81) <6313D92E-350D-336D-8FCD-531BB26DF35F> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
0x10a98f000 - 0x10a9f1fff com.apple.dt.IDE.Xcode3Core (7.2 - 9523) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
0x10aa28000 - 0x10adaffff com.apple.Xcode.DevToolsCore (9.2 - 9523) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
0x10af5e000 - 0x10af97fff com.apple.Xcode.DevToolsSupport (9.2 - 9523) <1DEEB11B-5779-3043-9DBC-CBFA9C3D11B7> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x10afc3000 - 0x10b053fff com.apple.dt.IDE.IDEiOSSupportCore (7.2 - 9525) <850CCC0A-A40E-3EAA-9977-DE5525A13A80> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
0x10b0ab000 - 0x10b0c1fff com.apple.DVTiPhoneSimulatorRemoteClient (7.2 - 9525) /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
0x10b0d7000 - 0x10b168ff7 com.apple.DTDeviceKitBase (7.2 - 9525) <22D1F42F-2EF3-30AB-B1B1-375A03CD5C7E> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
0x10b1c3000 - 0x10b300fef com.apple.mobiledevice (823.10.3 - 823.10.3) <1DD0B2D9-8E99-3411-BC29-993822BD4A4A> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
0x10b387000 - 0x10b3a0ff7 com.apple.DeviceLinkX (5.0 - 264) <9FE65A47-2E38-3BBE-B3B8-E5A5CE89E9E9> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
0x10b3b1000 - 0x10b3efff7 com.apple.dt.dbg.DebuggerFoundation (7.2 - 9525) <542C96F9-F1D0-3884-B279-B49164EF6DDE> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
0x10b42a000 - 0x10b4b2fff com.apple.dt.IBAutolayoutFoundation (7.2 - 9531) /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
0x10b50f000 - 0x10b5ddff7 com.apple.dt.IBFoundation (7.2 - 9531) <67597CB0-0C2A-33BB-816F-05ADE8CF556F> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
0x10b674000 - 0x10b6d3fff com.apple.CoreThemeDefinition (2.0 - 234) <056AEC33-D096-36B8-ADC6-B49D2FD3024A> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
0x10b71a000 - 0x10b76dfff com.apple.dt.dbg.DebuggerLLDB (7.2 - 9525) <98923B8B-B70E-368B-876B-E117D323F3E0> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
0x10b7a9000 - 0x10debdfff com.apple.LLDB.framework (1.340.4.119 - 340.4.119) /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
0x10e9c1000 - 0x10eab2ff7 org.python.python (2.7.10 - 2.7.10) /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x10f28a000 - 0x10f28fff7 com.apple.XCWatchKit1Support (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support
0x10f296000 - 0x10f2aafff com.apple.dt.XCLanguageSupport (7.2 - 9516) <19BFD8BC-1F51-30E3-AAB5-8AD9024CA0DD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
0x10f2bb000 - 0x10f2c9ff7 com.apple.xcode.plug-in.CoreBuildTasks (9.2 - 9523) <854887F3-558E-3DC7-B4D5-DE8D3F121484> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
0x10f2d2000 - 0x10f2d6fff com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore
0x10f2de000 - 0x10f2e9ff7 com.apple.dt.IDE.IDEOSXSupportCore (7.2 - 9501) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
0x10f2f9000 - 0x10f2feff7 com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <7586059D-05B9-3D33-8ABC-51CADE48659A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore
0x10f306000 - 0x10f309ff7 com.apple.dt.IDEWatchSupportCore (1.0 - 1) <2C457C97-4F2F-3CFE-8C5D-6A7D4AF1D39D> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore
0x110e91000 - 0x110e94ff7 +net.culater.SIMBL.osax (0.9.9 - 0.9.9) /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
0x11173b000 - 0x1117b0ff7 com.apple.GeForceMTLDriver (10.8.14 - 10.0.8) <081610F2-EEEF-346A-AF10-5214BAEF1D49> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x1117eb000 - 0x11184dfff com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (10.12.13 - 10.1.2) /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
0x111be0000 - 0x111be0fe7 +cl_kernels (???) <75AC427B-314B-4FBB-83E8-B44CBA98BD56> cl_kernels
0x111da3000 - 0x111da3fff com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm (1.0 - 1) <7B0DA3CD-EA02-3266-860B-BDD17BD14109> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 42mm.simdevicetype/Contents/MacOS/Apple Watch - 42mm
0x111dbd000 - 0x111dc3ff7 +uk.co.canemedia.IntelliPaste (1.0 - 1) <3A837C3A-E717-3EA4-AA8B-D138882C773B> /Users/USER/Library/Application Support/Developer//IntelliPaste
0x111dd2000 - 0x111df1ff7 +net.infinite-labs.Afloat (2.4 - 2.4) /Users/USER/Library/Application Support/SIMBL/
/Afloat.bundle/Contents/MacOS/Afloat
0x112ad9000 - 0x113048fff com.apple.dt.IDE.IDEInterfaceBuilderKit (7.2 - 9531) <3839A9C3-2072-3BFC-AD3B-339867AB2144> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
0x113421000 - 0x1135f3ff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (7.2 - 9531) <5DC91C31-52E4-359D-92A2-0252CAF45EE2> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
0x113795000 - 0x113c56fff com.apple.SceneKit (5.0 - 293) <7232AAD1-912C-31BA-A651-EF56D28A6019> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
0x113f34000 - 0x1141a5ff7 +libswiftCore.dylib (2.1.1 - 700.1.101.15) <4A27BF4B-BFBC-3830-97FA-A572D4A0AA61> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCore.dylib
0x1143fc000 - 0x114415fff +KZ.RegX (1.0 - 1) /Users/USER/Library/Application Support/Developer//RegX
0x11443c000 - 0x11449dff7 +com.markohlebar.MHImportBuster (1.0 - 1) <82DC3CD3-2C3D-3AD8-9030-D8201DA9ADD5> /Users/USER/Library/Application Support/Developer/
/MHImportBuster.framework/Versions/A/MHImportBuster
0x114505000 - 0x11451bfff +com.johnholdsworth.InjectionPlugin (6.4 - 6.4) <30EBCF7D-7188-3B05-BFC0-DC1E14724162> /Users/USER/Library/Application Support/Developer//InjectionPlugin
0x114535000 - 0x114539fff +com.thilinahewagama.hctautofolding (1.0 - 1) /Users/USER/Library/Application Support/Developer/
/HCTAutoFolding
0x114542000 - 0x114549fff +com.dcard.DCLazyInstantiate (1.0 - 1) /Users/USER/Library/Application Support/Developer//DCLazyInstantiate
0x114557000 - 0x11459efff +net.macoscope.CodePilot3 (3.0 - 3.0) /Users/USER/Library/Application Support/Developer/
/CodePilot3
0x1145d8000 - 0x1145ddfff +com.flexih.CComment (1.0 - 1) /Users/USER/Library/Application Support/Developer//CComment
0x1145e7000 - 0x1145ecfff +nl.superalloy.AxeMode (1.0 - 1) /Users/USER/Library/Application Support/Developer/
/AxeMode
0x1145f6000 - 0x114630ff7 +com.luisfloreani.Auto-Importer (1.0 - 1) <444DCCF8-0821-316F-80E2-B837C0F25128> /Users/USER/Library/Application Support/Developer//Auto-Importer
0x114665000 - 0x11466dfff +adamontherun.autoGenerateDescription (1.0 - 1) <22658362-C66A-3CDC-A9ED-B9A69DDAFF2A> /Users/USER/Library/Application Support/Developer/
/AutoGenerateDescriptionPluginProd
0x11467c000 - 0x114682fff +com.draveness.ATProperty (1.0 - 1) /Users/USER/Library/Application Support/Developer//ATProperty
0x11468f000 - 0x114693fff +com.gokustudio.AtAutoCompletion (1.0 - 1) <86F2FC3C-AC20-3ED8-A057-6802146DFA66> /Users/USER/Library/Application Support/Developer/
/AtAutoCompletion
0x11469c000 - 0x1146aaff7 +com.johnholdsworth.ApportablePlugin (3.5 - 3.5) <2D4E9381-8AF0-3B13-AF22-B198F8D18E03> /Users/USER/Library/Application Support/Developer//ApportablePlugin
0x1146bb000 - 0x1146c5fff +com.tendencystudio.AMMethod2Implement (3.4 - 3.4) /Users/USER/Library/Application Support/Developer/
/AMMethod2Implement
0x1146d3000 - 0x1146edfff +com.mneorr.Alcatraz (1.1.18 - 1) <5BF410C5-556D-3D04-B718-B5E0E5FF9530> /Users/USER/Library/Application Support/Developer//Alcatraz
0x114715000 - 0x11471afff +com.zats.AdjustFontSize (1.0 - 1) /Users/USER/Library/Application Support/Developer/
/AdjustFontSize
0x114725000 - 0x114729fff +com.tendencystudio.AMAppExportToIPA (1.0 - 1) /Users/USER/Library/Application Support/Developer/*/AMAppExportToIPA
0x114733000 - 0x114778fff com.apple.dt.IDE.IDEiPhoneSupport (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
0x1147bc000 - 0x1147cdff7 com.apple.DTDeviceKit (4.2 - 9525) <7C36DA9D-792D-3501-ACFB-18F90985CC2A> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
0x1147df000 - 0x114a12fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (7.2 - 9529) <5E6A0BA5-ACED-3711-B710-A69EB8053637> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
0x114b16000 - 0x114b20ff7 com.apple.SimulatorKit (1.0 - 201.3) /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit
0x114b2a000 - 0x114b9dfff com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (7.2 - 9515) /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration
0x114bfa000 - 0x114c06ff7 com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (7.2 - 9529) <1EEFDE67-D23B-3D58-AEB5-67D671F183C2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration
0x114c11000 - 0x114c47ff7 com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (7.2 - 3733) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration
0x114c69000 - 0x114d99ffb com.apple.audio.units.Components (1.13 - 1.13) <31056DB7-E93B-342A-8717-3313B2CE86A1> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x114e2b000 - 0x114e34ff7 com.apple.dt.IDEIODebugGaugesCore (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
0x114e43000 - 0x114e5aff7 com.apple.dt.IDEIODebugGaugesUI (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
0x114e78000 - 0x114ec5fff com.apple.dt.IDEProductsUI (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI
0x114f14000 - 0x114f21ff7 com.apple.dt.DVTServices (7.2 - 9542) /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices
0x114f31000 - 0x114f54fff com.apple.dt.DVTProducts (1.0 - 1) <8BA608F6-F17C-3396-9771-5436E58C6485> /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/Versions/A/DVTProducts
0x114f73000 - 0x114f94fff com.apple.dt.DVTAnalytics (1.0 - 1) <9D015166-2911-3F7B-9B73-4F09BE518102> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics
0x114fb8000 - 0x114fcbff7 com.apple.dt.DVTAnalyticsClient (7.2 - 1) <5143DAFB-9FEF-335A-9A01-BD6CF03A6AC0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient
0x114fe9000 - 0x114fedfff com.apple.audio.AppleHDAHALPlugIn (272.51.3 - 272.51.3) <7E9DC6D6-CB61-3EA1-94AD-5C6F20D3EDBF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x114ff3000 - 0x114ff8fff +com.surteesstudios.BartenderAudioPlugIn (1.0.0 - 1.1) <4BEFD040-641C-3502-877D-4E336ABDA86F> /Library/Audio/Plug-Ins/HAL/BartenderAudioPlugIn.plugin/Contents/MacOS/BartenderAudioPlugIn
0x115400000 - 0x1155b2ff7 com.apple.dt.IDE.Xcode3UI (7.2 - 9523) /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
0x1156e3000 - 0x115775ff7 com.apple.IDESpriteKitParticleEditor (2.0 - 2) <298D420A-38EB-3DC1-9662-F6723F5729F5> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
0x1157d5000 - 0x11584dff7 com.apple.xcode.GameToolsFoundation (1.0 - 9509) <26B19B6E-6B7D-3469-A5FC-32DC86127374> /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation
0x115897000 - 0x115a45fff com.apple.SpriteKit (1.0 - 1) /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
0x115b02000 - 0x115b1eff7 com.apple.Jet (1.0 - 1) <498B072A-0514-3A43-A787-6FC7BE20007A> /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet
0x115b3c000 - 0x115b93ff7 com.apple.PhysicsKit (1.0 - 1) <6E09318E-E84B-3C68-9D61-A7ABC072B1B4> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
0x115bc1000 - 0x115be7ff7 com.apple.audio.OpenAL (1.8 - 1.8) <1513F0E8-B22A-3442-A205-A78517F9BBBA> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x1160bb000 - 0x1160fdfff com.apple.dt.IDE.iCloudSupport (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
0x116139000 - 0x11613ffff com.apple.dt.dbg.DebuggerKit (1.0 - 1) <50377716-CC7C-394B-A36F-FEFF33BD6781> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
0x11614b000 - 0x116155ff7 com.apple.dt.IDE.HexEditor (7.2 - 9525) <1C826340-8F10-3B8C-997E-1D393195AE65> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
0x116162000 - 0x116192fff com.apple.dt.HexFiendFramework (7.2 - 9525) /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
0x1161bc000 - 0x1162adfff com.apple.dt.dbg.DebuggerUI (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
0x116378000 - 0x1163b7ff7 com.apple.dt.gpu.GPUDebuggerFoundation (7.2 - 19509) /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
0x1163eb000 - 0x1163fafff com.apple.GPUToolsShaderProfiler (1.0 - 19508) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
0x11640d000 - 0x11644fffb com.apple.GPUToolsCore (1.0 - 19515) <6127BE0E-B502-3001-A11B-133328D32CAA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
0x116488000 - 0x1164c1ff3 com.apple.GPUTools (1.0 - 19515) /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
0x1164f2000 - 0x1165cfff7 com.apple.GPUToolsServices (1.0 - 19508) <3D53B5D6-9A47-34FE-95BA-58BBAEC7AEAE> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
0x11663d000 - 0x116692ffb com.apple.GPUToolsInterface (1.0 - 19508) <1D5BE3A0-E3A1-3E54-B08A-C940E1664C83> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
0x1166cf000 - 0x1166fafff com.apple.GLToolsInterface (1.0 - 19508) <7900C931-AC14-3682-94AD-570A7C1245A3> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
0x11671c000 - 0x116769ff7 com.apple.GLToolsCore (1.0 - 19515) <1591E63C-7DDE-3B7A-B679-897D3BB1D11E> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
0x116789000 - 0x11679dff3 com.apple.GLTools (1.0 - 19515) <000C0441-E9C6-31B2-A8EC-E77A0CA785CE> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
0x1167a9000 - 0x116802ff3 com.apple.GLToolsServices (1.0 - 19508) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
0x116849000 - 0x1168cfff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 19508) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
0x116a16000 - 0x116a23fff com.apple.dt.gpu.GPUDebuggerKit (7.2 - 19509) <488D8D7C-A7E3-35A9-A618-06002AC46687> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
0x116a39000 - 0x116a41fff com.apple.dt.gpu.GPUTraceDebugger (7.2 - 19509) /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
0x116a4d000 - 0x116ac5fff com.apple.dt.gpu.GPUTraceDebuggerUI (7.2 - 19509) <64EB37B7-AC24-3D70-BB8E-2E90A760DFF3> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
0x7fff6d655000 - 0x7fff6d68c007 dyld (360.19) <9D05FDF4-65CE-3B53-86D4-ABE1A5BF35F3> /usr/lib/dyld
0x7fff81d64000 - 0x7fff81d65fff libffi.dylib (18.1) <5BA9612C-747E-33CE-9DB1-3C01ECF3041D> /usr/lib/libffi.dylib
0x7fff81d76000 - 0x7fff81e72ff7 libFontParser.dylib (158.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff81e73000 - 0x7fff81e89fff com.apple.CoreMediaAuthoring (2.2 - 953) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff81e8a000 - 0x7fff81e95fff libGL.dylib (12.0.40.6) <2A13E40A-BFA1-34FD-925A-C7023FEF254C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff81ef3000 - 0x7fff81f39ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
0x7fff81f3a000 - 0x7fff81f3cff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff81f3d000 - 0x7fff8210bffb com.apple.QuartzCore (1.11 - 410.14) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8210c000 - 0x7fff8215efff com.apple.ImageCaptureCore (7.0 - 7.0) <68537DDB-383F-3D4D-8125-789053333B13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff82186000 - 0x7fff82393ffb libicucore.A.dylib (551.41) /usr/lib/libicucore.A.dylib
0x7fff82394000 - 0x7fff82805ff3 com.apple.GeoServices (1.0 - 1151.2.13.9) <52A8FBB6-267C-3371-A516-264572B5800F> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff82806000 - 0x7fff8281dfff libmarisa.dylib (4) /usr/lib/libmarisa.dylib
0x7fff8284e000 - 0x7fff82857ff3 libsystem_notify.dylib (150.20.3) <243FADE1-255A-3B78-8033-F336CD64B817> /usr/lib/system/libsystem_notify.dylib
0x7fff82858000 - 0x7fff82aeefff libmecabra.dylib (696.4) <0A1574F0-3222-3856-A1C6-D8BE20DC4C48> /usr/lib/libmecabra.dylib
0x7fff82b59000 - 0x7fff82b5bfff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
0x7fff82b5c000 - 0x7fff82c0cfff com.apple.backup.framework (1.7.2 - 1.7.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff82c0d000 - 0x7fff82cedff7 unorm8_rgba.dylib (2.6.4.1) <6970FC46-0D13-3614-929D-9504AB54C740> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff82cee000 - 0x7fff82ceffff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
0x7fff82f5e000 - 0x7fff82fc1fff libAVFAudio.dylib (161.2) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff82fc2000 - 0x7fff83242ff3 com.apple.security (7.0 - 57337.20.44) <290E0078-464E-30EE-8288-8B29A875FFE3> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff833e7000 - 0x7fff83400fff com.apple.openscripting (1.7.1 - 169.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff83494000 - 0x7fff834e9ff7 com.apple.AE (701 - 701) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff834ea000 - 0x7fff834f1ff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff834f2000 - 0x7fff834fbfff com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff83505000 - 0x7fff83566ff7 libsystem_network.dylib (583.20.10) <865FE79A-A22D-3733-A14F-FC7B37F3AECD> /usr/lib/system/libsystem_network.dylib
0x7fff83567000 - 0x7fff83568ffb libsysmon.dylib (85) /usr/lib/libsysmon.dylib
0x7fff83569000 - 0x7fff8357efff com.apple.ToneKit (1.0 - 1) <298E6855-B818-3949-85ED-08CF12ACEE59> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff8357f000 - 0x7fff83581fff com.apple.OAuth (25 - 25) <97C76697-0566-34EF-871C-45DE4B7B7BB5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff83582000 - 0x7fff8359eff7 libextension.dylib (78) <589FA312-F17C-3A8D-986F-FD995D0065D5> /usr/lib/libextension.dylib
0x7fff8359f000 - 0x7fff835adff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
0x7fff8365f000 - 0x7fff83706fff com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff8370d000 - 0x7fff8371efff libcmph.dylib (6) /usr/lib/libcmph.dylib
0x7fff83a1d000 - 0x7fff83a28ff7 libChineseTokenizer.dylib (16) <998637AB-DC37-3A7C-A85C-F10FD98CAAD7> /usr/lib/libChineseTokenizer.dylib
0x7fff83a29000 - 0x7fff83ba7fff com.apple.UIFoundation (1.0 - 436.1) <8C254BB0-1DED-36A2-AAAF-786EB19CCE39> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff83bae000 - 0x7fff83c1dfff com.apple.datadetectorscore (7.0 - 460) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff83c4b000 - 0x7fff83c74fff libsystem_info.dylib (477.20.1) <6513635B-4ADE-3B45-BF63-ED7AC565B0C9> /usr/lib/system/libsystem_info.dylib
0x7fff83dd2000 - 0x7fff83dd3fff libquit.dylib (197.1) /usr/lib/libquit.dylib
0x7fff83e32000 - 0x7fff83e32fff com.apple.audio.units.AudioUnit (1.13 - 1.13) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff83e33000 - 0x7fff83e3ffff libexslt.0.dylib (14.1) <246D9595-2D18-37B2-B224-CC2256D3BA3D> /usr/lib/libexslt.0.dylib
0x7fff83eb6000 - 0x7fff83ec1fff libcsfde.dylib (517.20.1) <42376761-F1B3-3086-AFBC-231507582BBE> /usr/lib/libcsfde.dylib
0x7fff83ec2000 - 0x7fff84338fff com.apple.CoreFoundation (6.9 - 1256.14) <768A7FB7-9143-3148-8591-7C6ED3162D35> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff84339000 - 0x7fff84350fff com.apple.ScriptingBridge (1.3.3 - 68) <4C81A32D-9B9F-354F-9857-E5BD0852290A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff84351000 - 0x7fff84356fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff844ad000 - 0x7fff84828ffb com.apple.VideoToolbox (1.0 - 1731.15.33) <33AED54A-87AE-330F-BAAD-FB8389C3E686> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff84829000 - 0x7fff84886fff com.apple.CoreServices.OSServices (728.6 - 728.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff84894000 - 0x7fff84d52fcf com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff84d77000 - 0x7fff84d79ff7 libquarantine.dylib (80) <163CF63A-7455-3D1F-AE57-8C4475A9204C> /usr/lib/system/libquarantine.dylib
0x7fff84d83000 - 0x7fff84e2efff com.apple.PDFKit (3.1 - 3.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff84e58000 - 0x7fff84e7ffff com.apple.ChunkingLibrary (167 - 167) <508861C9-F5E6-343B-8DD0-D71DFE49ECFD> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff84e80000 - 0x7fff85526ffb com.apple.JavaScriptCore (11601 - 11601.4.2) <33235884-914C-3A2B-AD91-142E5AB8899F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff85527000 - 0x7fff856e7feb libBLAS.dylib (1159) <943445A4-F6CA-3923-882C-154D7D4AEFE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff856e8000 - 0x7fff8577dfff com.apple.ink.framework (10.9 - 214) <6B573126-A6E9-357F-B36A-AA5BDC0BEAF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8605a000 - 0x7fff860c1fff com.apple.framework.CoreWiFi (11.0 - 1101.20) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff86129000 - 0x7fff8612bff7 libRadiance.dylib (1442) <9E9084DC-C0DF-30DF-BD6B-7AED3799A129> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8612c000 - 0x7fff8618afff com.apple.SystemConfiguration (1.14 - 1.14) <5A70115B-E346-3EBD-A617-9A11C61EEF2E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8685a000 - 0x7fff8685dff7 libsystem_sandbox.dylib (460.30.1) <3E0036AF-FC64-3352-8DA4-6B550C2C2562> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8685e000 - 0x7fff86867ff7 com.apple.DisplayServicesFW (3.0 - 378) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff868ed000 - 0x7fff868f0fff libspindump.dylib (197.1) <61EB1BFE-8600-3420-B18E-1541D3C15C5C> /usr/lib/libspindump.dylib
0x7fff868f1000 - 0x7fff869abfff com.apple.DiscRecording (9.0.1 - 9010.4.3) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff869ac000 - 0x7fff869afffb libdyld.dylib (360.19) /usr/lib/system/libdyld.dylib
0x7fff869b0000 - 0x7fff869c0fff com.apple.AppleScriptObjC (1.4 - 32) /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
0x7fff869c9000 - 0x7fff86b92ff7 com.apple.ImageIO.framework (3.3.0 - 1442) <2C8AF87E-080E-3FD8-824D-332B43DF4B61> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff86d4e000 - 0x7fff86da1ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
0x7fff86da2000 - 0x7fff86db8ff7 libsystem_coretls.dylib (83.20.8) <75C97D88-0A63-3093-AE83-DE33EB7405CE> /usr/lib/system/libsystem_coretls.dylib
0x7fff86db9000 - 0x7fff86de4ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
0x7fff87097000 - 0x7fff8709ffff libsystem_networkextension.dylib (385.20.6) /usr/lib/system/libsystem_networkextension.dylib
0x7fff87113000 - 0x7fff8715fff3 com.apple.HIServices (1.22 - 549) <14FB5BB6-8456-39F9-A694-8A1C12426880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff87160000 - 0x7fff871efff7 libCoreStorage.dylib (517.20.1) /usr/lib/libCoreStorage.dylib
0x7fff871f0000 - 0x7fff871f2fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff871f3000 - 0x7fff87212ff7 com.apple.contacts.vCard (1.0 - 2137.1) <41529BD9-1BCC-3A62-92BA-2A7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff87a72000 - 0x7fff87cbeff7 com.apple.AddressBook.framework (9.0 - 1679.4) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff87cbf000 - 0x7fff87d47fff com.apple.CoreSymbolication (3.1 - 58048.1) <6436E5E0-B05C-36D6-942A-47026DD2D874> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff87d48000 - 0x7fff87d50fff com.apple.AppleSRP (5.0 - 1) <25775E90-1DBB-3BFA-B4B4-F8F262B9EC1F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff880c5000 - 0x7fff880e2fff com.apple.pluginkit.framework (1.0 - 1) /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff880e3000 - 0x7fff880f6fff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff880f7000 - 0x7fff880f9fff libCVMSPluginSupport.dylib (12.0.40.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff880fa000 - 0x7fff88164ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <6A535459-6A8A-3D60-986B-EE7ED833A9C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff88165000 - 0x7fff8816dfff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff889ff000 - 0x7fff88a28fff libc++abi.dylib (125) /usr/lib/libc++abi.dylib
0x7fff88a9b000 - 0x7fff88ac2fff com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff88ac3000 - 0x7fff88aecffb libRIP.A.dylib (948) <96E8F983-A8BA-3B0F-9035-E09642A63F6E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff88aed000 - 0x7fff88af3fff com.apple.XPCService (2.0 - 1) <9A305622-14E1-3D9A-BE47-6524419BA58D> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff88b68000 - 0x7fff88b81fef libcompression.dylib (25) /usr/lib/libcompression.dylib
0x7fff88f13000 - 0x7fff88fb3ff7 com.apple.Metadata (10.7.0 - 972.16) <3E42A570-BE32-396D-96E1-01B4A778D991> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff88fc2000 - 0x7fff892a7ff3 com.apple.CoreServices.CarbonCore (1136 - 1136) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff892a8000 - 0x7fff892a8fff com.apple.IOPlatformPluginFamily (1.0 - 1) <8F53A544-387F-3F4B-87B6-776B6DA992C6> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
0x7fff892a9000 - 0x7fff892ebfff com.apple.framework.ConfigurationProfiles (8.1 - 847) <40324C78-D6DF-3FA5-A784-FB001C3A45E3> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
0x7fff892fc000 - 0x7fff89307fff com.apple.CommerceCore (1.0 - 459) <4179210D-00E6-397D-AAA3-2A1E9992CB2D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff89308000 - 0x7fff89333ff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff89334000 - 0x7fff8933ffff com.apple.AppSandbox (4.0 - 261.20.7) <0CA08EB7-D574-3E2F-A3AE-FEA80FF3F304> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff89340000 - 0x7fff89362fff com.apple.IconServices (68.1 - 68.1) <3ECAA762-1193-3D76-A25F-7680DB3A957E> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff893da000 - 0x7fff89ffdff7 com.apple.AppKit (6.9 - 1404.34) <467468E2-C551-3408-B351-414B21F57DEB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8a221000 - 0x7fff8a24fff7 com.apple.CoreServicesInternal (248.2 - 248.2) <7D0D2C65-C4C4-3FBD-89A7-12302EA444AA> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8a250000 - 0x7fff8a26effb libedit.3.dylib (43) <1D3E3152-4001-3C19-B56A-7543F1BBA47C> /usr/lib/libedit.3.dylib
0x7fff8a26f000 - 0x7fff8a274ff3 libunwind.dylib (35.3) <124E0F05-2350-3774-A32C-7F5BF38EDE73> /usr/lib/system/libunwind.dylib
0x7fff8a275000 - 0x7fff8a2adfff com.apple.RemoteViewServices (2.0 - 99) <596153FD-3CB9-3FED-9D63-1B73B01AC6DB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8a2ae000 - 0x7fff8a309ff7 libTIFF.dylib (1442) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8a30a000 - 0x7fff8a312fff libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib
0x7fff8a313000 - 0x7fff8a387fff com.apple.Heimdal (4.0 - 2.0) <009F223D-B89B-376B-94F5-6D982CBEF771> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8a388000 - 0x7fff8a393fff com.apple.DirectoryService.Framework (10.11 - 194) <159606E0-F3AF-36B0-9744-4BFE1DA3EC74> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8a394000 - 0x7fff8a689fff com.apple.HIToolbox (2.1.1 - 807.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8a68a000 - 0x7fff8a771ff7 libcrypto.0.9.8.dylib (59) /usr/lib/libcrypto.0.9.8.dylib
0x7fff8a772000 - 0x7fff8a777fff com.apple.ImageCapture (9.0 - 9.0) <33F7822F-1124-3D73-AF66-515EA32A4A47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8a778000 - 0x7fff8a77eff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8a77f000 - 0x7fff8a7b5fff libssl.0.9.8.dylib (59) /usr/lib/libssl.0.9.8.dylib
0x7fff8a7b6000 - 0x7fff8a7b7ff3 com.apple.print.framework.Print (10.0 - 266) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8a7b8000 - 0x7fff8a7c8fff libSparseBLAS.dylib (1159) <81330B45-9CA3-34AC-891C-6E770C3DFC24> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff8a7d5000 - 0x7fff8a8c0ff7 com.apple.QuickLookUIFramework (5.0 - 696.3) <8416C721-85D3-3F4A-9916-2CB4640BB0CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8a90c000 - 0x7fff8a930fff com.apple.MultitouchSupport.framework (304.10 - 304.10) <1E0206D9-34AD-3810-8ED0-29DC450D1485> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8a934000 - 0x7fff8a9c1dd7 com.apple.AppleJPEG (1.0 - 1) <9F0E8564-FCC4-33BE-9C6A-2BA926A33F6F> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8a9c5000 - 0x7fff8ad9dfef com.apple.CoreAUC (214.0.0 - 214.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8adc9000 - 0x7fff8b036fff com.apple.imageKit (2.6 - 932) <6738F065-3D55-3165-8D3E-33AA18D6E3EA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff8b083000 - 0x7fff8b09dff3 liblzma.5.dylib (10) /usr/lib/liblzma.5.dylib
0x7fff8b09f000 - 0x7fff8b0cfff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8b0df000 - 0x7fff8b0edfff com.apple.IntlPreferences (2.0 - 192) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff8b1d0000 - 0x7fff8b1f8fff com.apple.GLKit (1.0 - 56) <89ADB557-6D49-3C06-B8F3-89EB19B1CF87> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
0x7fff8b1f9000 - 0x7fff8b1fcfff libCoreVMClient.dylib (119.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8b295000 - 0x7fff8b2aefff com.apple.network.statistics.framework (1.2 - 1) <1BE2259C-8CFD-3F40-B30D-0434C0E05B9F> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff8b2af000 - 0x7fff8b2e2ff7 com.apple.MediaKit (16 - 809) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8b6a7000 - 0x7fff8b780fff com.apple.CoreMedia (1.0 - 1731.15.33) <6109D83B-4E0B-3DE2-9856-9FD80EA51CE0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8b781000 - 0x7fff8b782fff libUAPreferences.dylib (270.10) <8F2A85EB-3205-33F6-B9AF-8F8ED3D75E50> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
0x7fff8b783000 - 0x7fff8b7efff7 com.apple.contacts.Contacts (1.0 - 2137.1) <2726B3FB-7A00-34E0-8BBF-7E5395C35527> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
0x7fff8b7f0000 - 0x7fff8b814ff7 libJPEG.dylib (1442) <0F9069AB-D830-37DD-8813-B635D1ECB3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8b89a000 - 0x7fff8b9e4fc7 com.apple.coreui (2.1 - 365.2) <727C55D3-503A-3EC4-8A23-C984E320F65F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8b9e5000 - 0x7fff8b9fefff com.apple.CFOpenDirectory (10.11 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8ba1c000 - 0x7fff8bc27fff libFosl_dynamic.dylib (16.24) <363B7CEE-B662-32F3-9D7B-245E64927C35> /usr/lib/libFosl_dynamic.dylib
0x7fff8bc28000 - 0x7fff8bc29fff libsystem_secinit.dylib (20) /usr/lib/system/libsystem_secinit.dylib
0x7fff8bc2a000 - 0x7fff8bce7fef com.apple.PackageKit (3.0 - 546) <3C1DA0E5-BAEE-34DA-BDDF-36EA11EA0B39> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x7fff8bce8000 - 0x7fff8bd36ff7 libstdc++.6.dylib (104.1) <76E2AFB1-07E5-3F19-B692-F6E21B7E470D> /usr/lib/libstdc++.6.dylib
0x7fff8bd37000 - 0x7fff8bd4eff7 libsystem_asl.dylib (322.30.1) <9B500E4E-E462-321E-828E-5524DC984C1B> /usr/lib/system/libsystem_asl.dylib
0x7fff8bd4f000 - 0x7fff8bd78fff libxpc.dylib (756.20.4) <61AB4610-9304-354C-9E9B-D57198AE9866> /usr/lib/system/libxpc.dylib
0x7fff8be4f000 - 0x7fff8beaffff com.apple.QuickLookFramework (5.0 - 696.3) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8beb0000 - 0x7fff8becefff libsystem_kernel.dylib (3248.30.4) <9CEB6C3B-1CAF-3C32-A9FD-93BC72CBCEA1> /usr/lib/system/libsystem_kernel.dylib
0x7fff8befd000 - 0x7fff8bf9dfff com.apple.ViewBridge (159 - 159) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff8bf9e000 - 0x7fff8bfa0fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff8bfa1000 - 0x7fff8bfa1fff libenergytrace.dylib (10) /usr/lib/libenergytrace.dylib
0x7fff8c063000 - 0x7fff8c073fff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
0x7fff8c0a8000 - 0x7fff8c1edfff com.apple.QTKit (7.7.3 - 2943) <6DD72D38-9449-3289-904E-B6E148993AA5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff8c2e5000 - 0x7fff8c300fff com.apple.aps.framework (4.0 - 4.0) <894B1FD6-6EBE-302B-947B-D5813DABEDF0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff8c376000 - 0x7fff8c377fff libsystem_blocks.dylib (65) <49D42329-7DE9-3413-92C3-A473A7E9CF35> /usr/lib/system/libsystem_blocks.dylib
0x7fff8c37d000 - 0x7fff8c3b8fff com.apple.AuthKitUI (1.0 - 1) /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
0x7fff8c3b9000 - 0x7fff8c3bcff7 libCoreFSCache.dylib (119.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff8c3c6000 - 0x7fff8c3c8ff7 com.apple.SafariServices.framework (11601 - 11601.4.4) /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff8c5a9000 - 0x7fff8c5b2ff7 libsystem_pthread.dylib (138.10.4) <327CECD0-B881-3153-8FCC-4FD4818B7F16> /usr/lib/system/libsystem_pthread.dylib
0x7fff8c5b3000 - 0x7fff8c5bbfff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8c5bc000 - 0x7fff8c5d6fff com.apple.Kerberos (3.0 - 1) <836358DE-2731-3ACD-98E3-E5FA48917728> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8c5d7000 - 0x7fff8c5dafff com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8c602000 - 0x7fff8c714fef libvDSP.dylib (563.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8c715000 - 0x7fff8c71dfe7 libsystem_platform.dylib (74.10.3) /usr/lib/system/libsystem_platform.dylib
0x7fff8c71e000 - 0x7fff8cb4cfff com.apple.vision.FaceCore (3.3.1 - 3.3.1) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8cb4d000 - 0x7fff8cb52ff7 libmacho.dylib (875.1) /usr/lib/system/libmacho.dylib
0x7fff8cb95000 - 0x7fff8ce3bff7 com.apple.CoreData (120 - 641.3) <65509AA2-A0E6-3EE3-BDFE-B9B120F744ED> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8ce3c000 - 0x7fff8ce47fff com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8ce48000 - 0x7fff8ce64fff com.apple.GenerationalStorage (2.0 - 239) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8d0cd000 - 0x7fff8d10bff7 libGLImage.dylib (12.0.40.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8d15e000 - 0x7fff8d160ff7 libsystem_configuration.dylib (802.20.7) <5FD79070-36CC-3D02-BEA7-BB5D2AE97D5D> /usr/lib/system/libsystem_configuration.dylib
0x7fff8d183000 - 0x7fff8d1b4ff7 libncurses.5.4.dylib (46) /usr/lib/libncurses.5.4.dylib
0x7fff8d23c000 - 0x7fff8d241fff com.apple.MediaAccessibility (1.0 - 79) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff8d242000 - 0x7fff8d253ff7 libsystem_trace.dylib (201.10.3) /usr/lib/system/libsystem_trace.dylib
0x7fff8d30c000 - 0x7fff8d335ff7 libxslt.1.dylib (14.1) /usr/lib/libxslt.1.dylib
0x7fff8d336000 - 0x7fff8d381ff7 com.apple.CoreMediaIO (703.0 - 4791) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8d382000 - 0x7fff8d397fff com.apple.AppContainer (4.0 - 261.20.7) <30414623-E68F-31A1-9794-1C052391E900> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff8d398000 - 0x7fff8d3ccff7 com.apple.CoreVideo (1.8 - 191.2) <88D903C8-E608-320E-8ACD-11E5B3003C18> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8d407000 - 0x7fff8d407fff com.apple.Cocoa (6.11 - 22) <0A634D46-B468-3CBC-B2A0-16C381C11BF2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8d50d000 - 0x7fff8d50dfff libmetal_timestamp.dylib (600.0.43.5) <4BA5B935-F932-3863-9B31-EF0A7DEAF15C> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff8d525000 - 0x7fff8d651ff7 com.apple.CoreText (352.0 - 494.10) <9FD834B1-FF8E-3EB0-BB11-6E9120969086> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8d652000 - 0x7fff8d676fff com.apple.quartzfilters (1.10.0 - 1.10.0) <58FAFE0C-A2D8-3746-AC8F-BF553A7CDED7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff8d6ca000 - 0x7fff8d6cbfff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8d6dc000 - 0x7fff8d70dff7 libtidy.A.dylib (15.17) <03EF1071-8B43-3B41-9879-118FA27F89C5> /usr/lib/libtidy.A.dylib
0x7fff8d70e000 - 0x7fff8d745ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <79D981F2-F70C-3E47-B124-DC0C90D45563> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8d7c1000 - 0x7fff8d838fe7 libcorecrypto.dylib (335.20.1) /usr/lib/system/libcorecrypto.dylib
0x7fff8d839000 - 0x7fff8d90fff7 com.apple.DiskImagesFramework (10.11.3 - 417.2) <25BBE20C-E92B-360F-A326-093B61CC7B5E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8d910000 - 0x7fff8d952ff7 com.apple.Metal (55.2.8 - 55.2.8) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff8da92000 - 0x7fff8db1bff7 com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8db1c000 - 0x7fff8db28ff7 com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <8B6C0DB6-8744-3AEB-BD00-9FA6967E7125> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff8db29000 - 0x7fff8db2bff7 com.apple.xpc.ServiceManagement (1.0 - 1) <3777FD15-B6F3-32A2-A8E3-3E8CE3B8D5E7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8de64000 - 0x7fff8de86ff7 com.apple.framework.familycontrols (4.1 - 410) <50F14127-3FCC-39A2-9158-5C2581B0FAE3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8de8f000 - 0x7fff8debdff7 com.apple.DictionaryServices (1.2 - 250) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8df15000 - 0x7fff8e023ff3 com.apple.desktopservices (1.10 - 1.10) <0BAED9FA-EFA5-3DA0-8715-043FD2400B77> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8e024000 - 0x7fff8e024ff7 liblaunch.dylib (756.20.4) /usr/lib/system/liblaunch.dylib
0x7fff8e08f000 - 0x7fff8e0fdff7 com.apple.ApplicationServices.ATS (377 - 394.3) <0DDD3503-3D74-3CCA-BD25-7F19B03C2579> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8e130000 - 0x7fff8e138fff libcopyfile.dylib (127) /usr/lib/system/libcopyfile.dylib
0x7fff8e139000 - 0x7fff8e1adff3 com.apple.securityfoundation (6.0 - 55126) <11644DA4-F1CF-3FB1-86A0-0DA8E8C27148> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8e1bc000 - 0x7fff8e1c4fff libGFXShared.dylib (12.0.40.6) <7E84C8A9-40DA-302A-A3DE-9AE3C61A3465> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8e26c000 - 0x7fff8e35bfff libxml2.2.dylib (29.2) /usr/lib/libxml2.2.dylib
0x7fff8e35c000 - 0x7fff8e38cff7 libsandbox.1.dylib (460.30.1) /usr/lib/libsandbox.1.dylib
0x7fff8e3f6000 - 0x7fff8e400fff com.apple.NetAuth (6.0 - 6.0) <19E44307-6F9F-3DEC-8C1A-4685BC252A35> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8e401000 - 0x7fff8e416ff3 libCGInterfaces.dylib (317.9) <473434E1-5269-3077-A047-D05E024AE631> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff8e417000 - 0x7fff8e451ff7 com.apple.DebugSymbols (132 - 132) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8e460000 - 0x7fff8e4b2fff com.apple.AppleVAFramework (5.0.32 - 5.0.32) <04AB634C-FB23-3538-937C-FF60E5E59DF8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8e4bf000 - 0x7fff8ebe7fff com.apple.VectorKit (1.0 - 1156.1.14) <60E2000D-1941-3344-BB48-E25C2EFC3DFC> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
0x7fff8ebe8000 - 0x7fff8ebe8fff com.apple.Accelerate (1.10 - Accelerate 1.10) <97B71D88-9C93-3943-B09E-642183B4E1AC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8ec31000 - 0x7fff8ec35fff libGIF.dylib (1442) <2F7DA684-3510-38C2-B48F-9D33194860A1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8ec37000 - 0x7fff8ec63fff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff8ec64000 - 0x7fff8ec6bff7 libcompiler_rt.dylib (62) /usr/lib/system/libcompiler_rt.dylib
0x7fff8eca4000 - 0x7fff8ecb4ff3 com.apple.ProtocolBuffer (1 - 242) <127AF54F-615B-362A-A221-3E758C46A235> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff8ecce000 - 0x7fff8ed1eff7 com.apple.DiskManagement (8.1 - 952) <4B4F4846-2CD0-3461-8A99-DA3685C55DDA> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff8ed1f000 - 0x7fff8ed31fff libsasl2.2.dylib (209) <02BF4226-23E9-34EC-A727-CF0E205395F8> /usr/lib/libsasl2.2.dylib
0x7fff8edae000 - 0x7fff8ef08ff3 com.apple.MapKit (1.0 - 1620.0.13.5) <6FE356AC-82F4-30F4-8D33-D2A0EF6235E0> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
0x7fff8ef0a000 - 0x7fff8ef5aff7 com.apple.Symbolication (1.4 - 58044) <2EC9F04A-4370-39C8-8549-FC6411D87463> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8ef5e000 - 0x7fff8f044fef unorm8_bgra.dylib (2.6.4.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff8f983000 - 0x7fff8f98cff7 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8f98d000 - 0x7fff8f995ffb libsystem_dnssd.dylib (625.20.4) <945B5FB1-DA91-3D45-A961-A8FAD53C1E7E> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8f996000 - 0x7fff8fd01657 libobjc.A.dylib (680) <58CB8CFC-7DBD-3A53-BD72-A42FF799B21E> /usr/lib/libobjc.A.dylib
0x7fff8fd21000 - 0x7fff8fd6dfff com.apple.print.framework.PrintCore (11.2 - 472.2) <449D8AB5-7891-32D0-9DC5-C90FE10DC0BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8fd6e000 - 0x7fff8fd6eff7 libunc.dylib (29) <1D0F8265-F026-3CBD-93D3-F8DF14FFCE68> /usr/lib/system/libunc.dylib
0x7fff8fd6f000 - 0x7fff8fdfefff com.apple.CorePDF (4.0 - 4) <6147B89F-46D8-38B2-A7D0-C5AABCE35BC6> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8fdff000 - 0x7fff8fe05fff com.apple.IOAccelerator (205.1 - 205.1) <9B56A248-FA12-3DB9-AD97-51EB4700E8A8> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff8ff69000 - 0x7fff8ffaeff3 libFontRegistry.dylib (155.1) <593CC743-3785-3CC5-A229-D3846C51E054> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8ffaf000 - 0x7fff8ffc5ff7 libLinearAlgebra.dylib (1159) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff8ffc6000 - 0x7fff8ffc8ffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
0x7fff8ffc9000 - 0x7fff9031dff7 com.apple.Foundation (6.9 - 1256.1) <66106CC9-9D97-3846-88D8-4BF6BB508296> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff9127c000 - 0x7fff913d7ffb com.apple.WebKitLegacy (11601 - 11601.4.4) <5CC2787B-FDD4-3025-BD63-4021F97787A8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff913d8000 - 0x7fff913dcfff com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff913dd000 - 0x7fff91461fff com.apple.AVKit (1.1 - 285.1) <5F49A0E6-0A48-3E15-9864-4F8C296098CB> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
0x7fff914d3000 - 0x7fff91502ffb com.apple.datadetectors (5.0 - 308) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff91503000 - 0x7fff9150cfff com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <5BC758E9-9176-3FDB-A9C7-4DC961639607> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
0x7fff915ef000 - 0x7fff915f2ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <2B3F04CE-3C7D-3F51-99F3-C7847D1E4277> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff91bd6000 - 0x7fff91de3ff7 com.apple.CoreImage (11.2.0 - 366.2.7) <344F1067-5F52-3626-8F6C-2B678DEB80A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff91de8000 - 0x7fff921eafff libLAPACK.dylib (1159) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff921eb000 - 0x7fff921eefff com.apple.Mangrove (1.0 - 1) <7919AD18-0EDE-3408-A6AC-A9121B8D857F> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff921ef000 - 0x7fff9220bff7 libsystem_malloc.dylib (67) <9EECAB18-F025-34C4-8E32-7EFFA6720EFC> /usr/lib/system/libsystem_malloc.dylib
0x7fff9220c000 - 0x7fff92763fff com.apple.MediaToolbox (1.0 - 1731.15.33) <16374746-DF5E-3103-994B-74CF151BD06A> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff92764000 - 0x7fff939cfffb com.apple.CoreGraphics (1.600.0 - 948) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff93a32000 - 0x7fff93a32fff libOpenScriptingUtil.dylib (169.1) <03BEF6F0-07CD-3EDC-9D11-32202C1857B6> /usr/lib/libOpenScriptingUtil.dylib
0x7fff93a33000 - 0x7fff93aa7fff com.apple.framework.IOKit (2.0.2 - 1179.20.6) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff93aa8000 - 0x7fff93ac3ff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
0x7fff93ac4000 - 0x7fff93ae9ff7 libPng.dylib (1442) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff93d22000 - 0x7fff93d35fff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) <71232F20-11BD-370D-9F43-F262BFE46C93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fff93d36000 - 0x7fff93d37ffb libremovefile.dylib (41) /usr/lib/system/libremovefile.dylib
0x7fff93d38000 - 0x7fff93d46fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
0x7fff93e0b000 - 0x7fff93f71fff com.apple.AutomatorFramework (2.6 - 419) /System/Library/Frameworks/Automator.framework/Versions/A/Automator
0x7fff93fa6000 - 0x7fff942e3ff3 com.apple.WebKit (11601 - 11601.4.4) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff942e4000 - 0x7fff942f0ff7 com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff942f1000 - 0x7fff942f2ffb libSystem.B.dylib (1226.10.1) <5A4257EF-3145-3BB3-87A4-0D2404A9462D> /usr/lib/libSystem.B.dylib
0x7fff942f3000 - 0x7fff943acff7 libvMisc.dylib (563.4) <3114F9E9-2B0D-3371-93A1-04BB55CE8DBD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff943ad000 - 0x7fff9449fff7 libJP2.dylib (1442) <3B374049-CCA4-3B4D-9517-583F2BF6B77D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff944a0000 - 0x7fff944a2fff com.apple.SecCodeWrapper (4.0 - 261.20.7) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff94517000 - 0x7fff94586fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff9461b000 - 0x7fff947c2ffb com.apple.avfoundation (2.0 - 1046.9.2) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff947c3000 - 0x7fff94804ff7 libGLU.dylib (12.0.40.6) <1C9899B5-4741-340F-A2D7-F9AF03B42A47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff94833000 - 0x7fff94870ff3 com.apple.bom (14.0 - 193.7) <9B8AE30B-24A3-37AB-B04E-4CE67AED4775> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff94923000 - 0x7fff949b9fff com.apple.ColorSync (4.9.0 - 4.9.0) <8BB8DF19-C24F-39F8-8B90-AD186D74587C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff949ba000 - 0x7fff949bdff7 com.apple.help (1.3.3 - 46) <62056D9B-A87C-3E4D-B4E2-7E1CDB74CE68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff949ee000 - 0x7fff94a0bff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <2B459E1F-0563-30B2-A04D-CF1793426B66> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff94a0c000 - 0x7fff94a0cff7 libkeymgr.dylib (28) <09397E01-6066-3179-A50C-2CE666FDA929> /usr/lib/system/libkeymgr.dylib
0x7fff94a3b000 - 0x7fff94a40fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff94a41000 - 0x7fff94a42ff7 libodfde.dylib (23) <5475AB3E-8C9A-3279-8294-E565293F7EF1> /usr/lib/libodfde.dylib
0x7fff94a8b000 - 0x7fff94fadfff com.apple.QuartzComposer (5.1 - 334) <0A407B05-5CF5-3084-93EF-F4619BDEEF8B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff94fae000 - 0x7fff94fb2fff libcache.dylib (75) <6B245C0A-F3EA-383B-A542-5B0D0456A41B> /usr/lib/system/libcache.dylib
0x7fff94fb3000 - 0x7fff94fbbfff com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff94fbc000 - 0x7fff95001ff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <72156BE7-0804-3F90-9AF9-14C4739430C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff95002000 - 0x7fff95033fff com.apple.GSS (4.0 - 2.0) <25DECD44-0905-3E53-9480-DE7BEB84DB83> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff95034000 - 0x7fff952baff7 com.apple.CFNetwork (760.2.6 - 760.2.6) <653B1552-C1EC-36A5-85D0-9FC3ED3CCF72> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff952bb000 - 0x7fff952bbfff com.apple.CoreServices (728.6 - 728.6) <1FC9300C-6D3D-330C-829C-C8F094BC38C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff952bc000 - 0x7fff952cdff7 libz.1.dylib (61.20.1) /usr/lib/libz.1.dylib
0x7fff95650000 - 0x7fff9567fff7 com.apple.securityinterface (10.0 - 55065.20.1) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff95680000 - 0x7fff95682fff libUniversalAccess.dylib (270.10) <2570F0D4-37F8-3DBB-867A-A77B9B7F1E8B> /usr/lib/libUniversalAccess.dylib
0x7fff95911000 - 0x7fff95911fff com.apple.Carbon (154 - 157) <34263101-328D-3FE4-B212-14BD3CFF6965> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff95912000 - 0x7fff9594aff7 com.apple.Accounts (113 - 113) <35359B35-FDE1-3787-8EAB-D9BD063F6B9E> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff95983000 - 0x7fff9598fff7 com.apple.OpenDirectory (10.11 - 194) <5409AC27-3B83-3F35-8EB5-51228B4604AE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff95a03000 - 0x7fff95c71fff com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff95c84000 - 0x7fff95cd4fff libcups.2.dylib (435) <28A05475-9DBF-35EA-B218-3432B69EA18B> /usr/lib/libcups.2.dylib
0x7fff95f5f000 - 0x7fff95f7eff7 com.apple.framework.Apple80211 (11.0 - 1110.33) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff95f7f000 - 0x7fff960a4ff7 com.apple.LaunchServices (728.6 - 728.6) <204CD7A1-D99C-3655-82D7-E8E89F9C666B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff960c1000 - 0x7fff960c6ff7 libheimdal-asn1.dylib (453.20.2) /usr/lib/libheimdal-asn1.dylib
0x7fff960c7000 - 0x7fff960cbfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff960cc000 - 0x7fff96118ff7 com.apple.corelocation (1486.17 - 1615.38) <5AE891F7-ED25-3C6C-A8DD-5D702FB87DC7> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff9614b000 - 0x7fff9617affb libsystem_m.dylib (3105) <26655445-CA97-321E-B221-801CB378D1AA> /usr/lib/system/libsystem_m.dylib
0x7fff96183000 - 0x7fff9619fff3 libresolv.9.dylib (60) /usr/lib/libresolv.9.dylib
0x7fff961a0000 - 0x7fff961a2fff libCGXType.A.dylib (948) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff961a6000 - 0x7fff961c7fff com.apple.Sharing (442.9.1 - 442.9.1) <672DE6DF-98E0-30A4-BA25-44BDE188D0BE> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff961c8000 - 0x7fff961cbffb libScreenReader.dylib (425.102) /usr/lib/libScreenReader.dylib
0x7fff961d1000 - 0x7fff961e0fe7 com.apple.AppleFSCompression (81.20.2 - 1.0) <735A903C-EB3A-32EB-BA6B-C55644C59C5C> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff961f2000 - 0x7fff961faff7 libcldcpuengine.dylib (2.6.4.1) <5FFEDBEF-2EFE-3F91-BABC-1E73B28487A2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff961fb000 - 0x7fff9624cff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff9625d000 - 0x7fff962acff7 com.apple.opencl (2.6.9 - 2.6.9) <27643341-DC6F-3C2F-8B8B-637061979BF3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff962ad000 - 0x7fff96351fff com.apple.Bluetooth (4.4.3 - 4.4.3f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff966ff000 - 0x7fff9698fff7 com.apple.RawCamera.bundle (6.18 - 828) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff96993000 - 0x7fff969a1fff com.apple.ToneLibrary (1.0 - 1) /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff969a2000 - 0x7fff969b1ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <0D1BCC13-76B9-3C19-85AA-D8DD8299F007> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff969b2000 - 0x7fff969eeff7 com.apple.OSAKit (1.5 - 104) <7B0FDD8C-8530-3F74-BCF0-E9F498D883E4> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
0x7fff969ef000 - 0x7fff969effff com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff969f0000 - 0x7fff96a7dfff libsystem_c.dylib (1082.20.4) /usr/lib/system/libsystem_c.dylib
0x7fff96a7e000 - 0x7fff96a82fff com.apple.CommonPanels (1.2.6 - 96) <61E9D84F-435A-3C7B-A065-047B80775777> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff96a83000 - 0x7fff96ab0ff3 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <83D28DF6-AA75-3BAE-B4D8-398864DDBF2D> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff96ab1000 - 0x7fff96edafff com.apple.ModelIO (1.0 - 1) /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
0x7fff96edb000 - 0x7fff96ff8fff libsqlite3.dylib (216.4) /usr/lib/libsqlite3.dylib
0x7fff96ff9000 - 0x7fff96ff9fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff970d3000 - 0x7fff97100fff libdispatch.dylib (501.20.1) <324C9189-2AF3-3356-847F-6F4CE1C6E901> /usr/lib/system/libdispatch.dylib
0x7fff97101000 - 0x7fff9710cff7 libcommonCrypto.dylib (60075.20.1) <766BC3F5-41F3-3315-BABC-72718A98EA92> /usr/lib/system/libcommonCrypto.dylib
0x7fff9710d000 - 0x7fff981ccff7 com.apple.WebCore (11601 - 11601.4.4) <815CFF7F-3839-3FDE-9B82-79253BFB3624> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff981cd000 - 0x7fff981d8fff libkxld.dylib (3248.30.4) /usr/lib/system/libkxld.dylib
0x7fff982a1000 - 0x7fff982a2fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff982a3000 - 0x7fff982f1fff libcurl.4.dylib (90) /usr/lib/libcurl.4.dylib
0x7fff98337000 - 0x7fff984ddff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff984de000 - 0x7fff984defff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff984df000 - 0x7fff98519fff com.apple.QD (3.12 - 302) <3F36A108-C557-353A-A3F7-80DDCB82BB37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff9851a000 - 0x7fff98528fff com.apple.opengl (12.0.40 - 12.0.40) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff98529000 - 0x7fff9861bff7 libiconv.2.dylib (44) /usr/lib/libiconv.2.dylib

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

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

                              VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate.framework 256K 3
Activity Tracing 2048K 2
CG backing stores 1824K 4
CG image 196K 8
CG shared images 272K 8
CoreAnimation 96K 17
CoreData Object IDs 4100K 3
CoreUI image data 1416K 8
CoreUI image file 192K 4
Dispatch continuations 16.0M 2
Foundation 8K 3
Image IO 24K 4
JS JIT generated code 8K 3
JS JIT generated code (reserved) 1.0G 2 reserved VM address space (unallocated)
Kernel Alloc Once 8K 3
MALLOC 121.9M 45
MALLOC guard page 32K 7
Memory Tag 242 12K 2
Memory Tag 251 16K 2
OpenCL 8K 2
Process Corpse Info 2048K 2
SQLite page cache 1024K 5
STACK GUARD 56.1M 18
Stack 15.7M 18
VM_ALLOCATE 112K 14
WebKit Malloc 4132K 5
__DATA 51.7M 487
__IMAGE 528K 2
__LINKEDIT 134.7M 158
__TEXT 363.1M 452
__UNICODE 552K 2
mapped file 93.2M 24
shared memory 16.3M 11
=========== ======= =======
TOTAL 1.9G 1297
TOTAL, minus reserved VM space 887.2M 1297

Model: MacBookPro10,1, BootROM MBP101.00EE.B0A, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 2.3f36
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.21.94.136.1a1)
Bluetooth: Version 4.4.3f4 16616, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD512E, 500.28 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: iPad
USB Device: Razer DeathAdder
Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4

使用AMAppExprotToIPA 打包的ipa大小问题

使用AMAppExprotToIPA 打包的ipa的size和Archive打包成的app在转化为ipa的size不同,差了将近8M。
不知道是不是编译或者打包选项不一致导致的,作者能说明下吗?

Context menu for issue navigator doesn't appear

Right clicking an item on the issue navigator does not display a context menu. I did some digging because somebody raised an issue on a plugin I help maintain (HTYCopyIssue) and found that this is due to the menu created having zero items. I continued to not see a context menu after uninstalling HTYCopyIssue, and resumed seeing it after uninstalling AMAppExportToIPA.

Conflict with Stencil Plugin

大腿,两个插件不兼容啊,我经常用Stencil 套模板,AMAppExportToIPA 和它不能共存呢,不然一打开Xcode 就崩溃了。
我怀疑是在处理右键菜单的那部分有冲突,因为两个插件都会修改右键菜单。

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.