Instant font size adjustment with control – / control +

Overview

Plugins manipulating UI (like this one) are not supported by Xcode 8


UPDATE: to avoid conflict with Interface Builder hotkeys are changed to Control - and Control +.

Customizing shortcuts

  1. Open Keyboard Shortcuts in System Preferences.app
  2. Click "+" under "App Shortcuts"
  3. Choose Xcode.app
  4. Type "Increase" under Menu Title
  5. Type in desired hotkey, for example ⌘ = for command + plus
  6. Click "Add"
  7. Repeat 2 - 6 for "Decrease" menu title

screen shot 2016-06-10 at 10 32 32 pm

Thanks [@agentk](https://github.com/agentk) for the idea!

AdjustFontSize

screenshot

A simple plugin for Xcode to adjust font size without going into SettingsFonts & Colors and changing each source type.

Simply hit ⌃ = or ⌃ - and all fonts will be adjusted. Plugin respects different font sizes per each syntax type.

NOTE keep in mind that it modifies the current theme file.

Installation:

Install via Alcatraz.

OR

Clone this repo, Build and restart Xcode.

Troubleshooting

If you do not see the plugin menu anymore, most likely it means that you;ve updated Xcode and have an old version of the plugin. Simply re-install the plugin through Alcatraz or by cloning and building the repository.

If it didn't help, please open an issue.

Comments
  • Problem in Xcode 7.3 beta

    Problem in Xcode 7.3 beta

    I just started working in Xcode and I installed Xcode 7.3 beta and I am having problems trying to run the script.

    Error: performSelector may cause a leak because its selector is unknown

    The problem seems to exist in this piece of code. if ([[self _currentWindowResponder] respondsToSelector:NSSelectorFromString(@"_themeFontsAndColorsUpdated")]) { [[self _currentWindowResponder] performSelector:NSSelectorFromString(@"_themeFontsAndColorsUpdated") withObject:nil]; }

    This is what i see in the console 2016-02-24 19:49:48.146 Xcode[2395:88357] Updating Repo: /Users/venkat/Library/Application Support/Alcatraz/Plug-ins/Alcatraz git version 2.6.4 (Apple Git-63) 2016-02-24 19:49:48.808 Xcode[2395:88247] ### Failed to load Addressbook class CNContactNameFormatter 2016-02-24 19:49:49.379 Xcode[2395:88356] DeveloperPortal: Using pre-existing current store at URL (file:///Users/venkat/Library/Developer/Xcode/DeveloperPortal%207.2.1.db). 2016-02-24 19:49:53.023 Xcode[2395:88247] Git fetch output: 2016-02-24 19:49:53.545 Xcode[2395:88355] IDEIndexDatabase: sqlite3_exec failed (10|2: disk I/O error) ... PRAGMA fullfsync=off; PRAGMA synchronous=off; PRAGMA temp_store=memory; PRAGMA automatic_index=off; 2016-02-24 19:49:53.938 Xcode[2395:88547] IDEIndexing: Index database reported error, workspace 'AdjustFontSize' Error Domain=NSCocoaErrorDomain Code=256 "sqlite3_exec failed (10|2: disk I/O error)" UserInfo={NSURL=file:///Users/venkat/Library/Developer/Xcode/DerivedData/AdjustFontSize-atyycvdsydxuzjgwdadtgxvbxgea/Index/Debug/macosx10.11-x86_64/AdjustFontSize.xcindex/db.xcindexdb, NSLocalizedDescription=sqlite3_exec failed (10|2: disk I/O error), NSLocalizedFailureReason=PRAGMA fullfsync=off; PRAGMA synchronous=off; PRAGMA temp_store=memory; PRAGMA automatic_index=off;} 2016-02-24 19:49:54.002 Xcode[2395:88518] IDEIndexDatabase: sqlite3_exec failed (10|2: disk I/O error) ... PRAGMA fullfsync=off; PRAGMA synchronous=off; PRAGMA temp_store=memory; PRAGMA automatic_index=off; 2016-02-24 19:49:54.024 Xcode[2395:88247] Git reset output: HEAD is now at 86b3f9b updated install script for version 1.1.16 2016-02-24 19:49:54.054 Xcode[2395:88542] IDEIndexing: Index database reported error, workspace 'AdjustFontSize' Error Domain=NSCocoaErrorDomain Code=256 "sqlite3_exec failed (10|2: disk I/O error)" UserInfo={NSURL=file:///Users/venkat/Library/Developer/Xcode/DerivedData/AdjustFontSize-atyycvdsydxuzjgwdadtgxvbxgea/Index/Debug/macosx10.11-x86_64/AdjustFontSize.xcindex/db.xcindexdb, NSLocalizedDescription=sqlite3_exec failed (10|2: disk I/O error), NSLocalizedFailureReason=PRAGMA fullfsync=off; PRAGMA synchronous=off; PRAGMA temp_store=memory; PRAGMA automatic_index=off;} 2016-02-24 19:49:54.054 Xcode[2395:88542] IDEIndexing: Error during error recovery for workspace 'AdjustFontSize' 2016-02-24 19:49:54.054 Xcode[2395:88542] IDEIndexing: Reopening database read-only, workspace 'AdjustFontSize' 2016-02-24 19:49:54.238 Xcode[2395:88333] IDEIndexDatabase: sqlite3_exec failed (10|2: disk I/O error) ... PRAGMA fullfsync=off; PRAGMA synchronous=off; PRAGMA temp_store=memory; PRAGMA automatic_index=off; 2016-02-24 19:49:54.285 Xcode[2395:88247] Failed to connect (bottomToSubtitleSpacingConstraint) outlet from (DVTTableCellViewMultiLine) to (NSLayoutConstraint): missing setter or instance variable 2016-02-24 19:49:54.286 Xcode[2395:88247] Failed to connect (topToTitleSpacingConstraint) outlet from (DVTTableCellViewMultiLine) to (NSLayoutConstraint): missing setter or instance variable 2016-02-24 19:49:54.340 Xcode[2395:88542] IDEIndexing: Index database reported error, workspace 'AdjustFontSize' Error Domain=NSCocoaErrorDomain Code=256 "sqlite3_exec failed (10|2: disk I/O error)" UserInfo={NSURL=file:///Users/venkat/Library/Developer/Xcode/DerivedData/AdjustFontSize-atyycvdsydxuzjgwdadtgxvbxgea/Index/Debug/macosx10.11-x86_64/AdjustFontSize.xcindex/db.xcindexdb, NSLocalizedDescription=sqlite3_exec failed (10|2: disk I/O error), NSLocalizedFailureReason=PRAGMA fullfsync=off; PRAGMA synchronous=off; PRAGMA temp_store=memory; PRAGMA automatic_index=off;} 2016-02-24 19:49:54.340 Xcode[2395:88542] IDEIndexing: Error during error recovery for workspace 'AdjustFontSize' 2016-02-24 19:49:54.340 Xcode[2395:88542] IDEIndexing: Fatal indexing error(s), abandoning database for workspace 'AdjustFontSize'.

    opened by venkatyarl 6
  • Also adjust console font size

    Also adjust console font size

    This works, but there seems to be a small bug in Xcode. When adjusting sizes, if you switch directions (from ⌘- to ⌘+ or vice versa), the first size change is not correct. Checking the console font size in preference panel shows that it's correct, but Xcode renders it incorrectly. Any ideas?

    Size (visually) Size (acutal)
    Action
    Before After Before After
    ⌘+ 10 10 10 11
    ⌘+ 10 11 11 12
    ⌘+ 11 12 12 13
    ⌘- 12 13 13 12
    ⌘- 13 12 12 11
    opened by allewun 5
  • crash on xcode 5.1 (Mac 10.8.5 - mountain lion)

    crash on xcode 5.1 (Mac 10.8.5 - mountain lion)

    After building the project and restarting xcode, I get an error:

    Process:         Xcode [40236]
    Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         5.1 (5084)
    Build Info:      IDEFrameworks-5084000000000000~21
    App Item ID:     497799835
    App External ID: 444172641
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [138]
    User ID:         501
    
    Date/Time:       2014-04-13 14:18:31.484 +0300
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    
    Interval Since Last Report:          4919 sec
    Crashes Since Last Report:           31
    Per-App Interval Since Last Report:  671071 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      94C7BCA1-11F6-222F-6027-BA6A2D387BDA
    
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018
    
    VM Regions Near 0x18:
    --> 
        __TEXT                 0000000105d8e000-0000000105d8f000 [    4K] r-x/rwx SM=COW  /Applications/Xcode.app/Contents/MacOS/Xcode
    
    Application Specific Information:
    ProductBuildVersion: 5B130a
    
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                 0x00007fff88ba0498 objc_msgSend_vtable3 + 24
    1   com.apple.Foundation            0x00007fff90f2f2e7 -[NSBundle loadAndReturnError:] + 646
    2   com.apple.Foundation            0x00007fff90f2f05c -[NSBundle load] + 19
    3   com.apple.Xcode.DevToolsCore    0x000000010b742410 -[XCPluginManager loadPluginBundle:] + 479
    4   com.apple.Xcode.DevToolsCore    0x000000010b741e17 -[XCPluginManager findAndLoadPluginsInDomain:] + 4302
    5   com.apple.Xcode.DevToolsCore    0x000000010b705288 XCInitializeCoreIfNeeded + 4247
    6   com.apple.dt.IDE.Xcode3Core     0x00000001085af270 +[Xcode3CoreInitializer ide_initializeWithOptions:error:] + 16
    7   com.apple.dt.IDEFoundation      0x0000000106947c49 _IDEInitializeOnePlugInAndPrerequisites + 1359
    8   com.apple.dt.IDEFoundation      0x0000000106947326 _IDEInitializePlugIns + 980
    9   com.apple.dt.IDEFoundation      0x0000000106946e15 __IDEInitialize_block_invoke + 42
    10  com.apple.dt.IDEFoundation      0x0000000106947530 IDESetSafeToLoadMobileDevice + 203
    11  com.apple.dt.IDEKit             0x0000000106eccd34 -[IDEWelcomeWindowController _showFirstLaunchExperienceIfAppropriate] + 316
    12  com.apple.dt.IDEKit             0x0000000106eccbdb -[IDEWelcomeWindowController openWelcomeWindowAfterFirstLaunchExperienceIfAppropriate:] + 29
    13  com.apple.dt.IDEKit             0x0000000106eccb07 -[IDEApplicationController applicationOpenUntitledFile:] + 230
    14  com.apple.AppKit                0x00007fff87532c34 -[NSApplication _doOpenUntitled] + 482
    15  com.apple.AppKit                0x00007fff875326cf __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke_0 + 233
    16  com.apple.AppKit                0x00007fff878746c1 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_01437 + 143
    17  com.apple.AppKit                0x00007fff8753217b -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 760
    18  com.apple.AppKit                0x00007fff8753066e -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completionHandler:] + 298
    19  com.apple.AppKit                0x00007fff87530445 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 553
    20  com.apple.AppKit                0x00007fff8753004c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
    21  com.apple.Foundation            0x00007fff90f1d05b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
    22  com.apple.Foundation            0x00007fff90f1cebd _NSAppleEventManagerGenericHandler + 106
    23  com.apple.AE                    0x00007fff8d4d0078 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
    24  com.apple.AE                    0x00007fff8d4cfed9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
    25  com.apple.AE                    0x00007fff8d4cfd99 aeProcessAppleEvent + 318
    26  com.apple.HIToolbox             0x00007fff8d8a6709 AEProcessAppleEvent + 100
    27  com.apple.AppKit                0x00007fff8752c836 _DPSNextEvent + 1456
    28  com.apple.AppKit                0x00007fff8752bdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    29  com.apple.dt.DVTKit             0x000000010648de31 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 84
    30  com.apple.AppKit                0x00007fff875231a3 -[NSApplication run] + 517
    31  com.apple.AppKit                0x00007fff874c7bd6 NSApplicationMain + 869
    32  libdyld.dylib                   0x00007fff921617e1 start + 1
    
    Thread 1:
    0   libsystem_kernel.dylib          0x00007fff8ab086d6 __workq_kernreturn + 10
    1   libsystem_c.dylib               0x00007fff8d410f1c _pthread_workq_return + 25
    2   libsystem_c.dylib               0x00007fff8d410ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib               0x00007fff8d3fb191 start_wqthread + 13
    
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib          0x00007fff8ab08d16 kevent + 10
    1   libdispatch.dylib               0x00007fff86f81dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib               0x00007fff86f819ee _dispatch_mgr_thread + 54
    
    Thread 3:
    0   libsystem_kernel.dylib          0x00007fff8ab086d6 __workq_kernreturn + 10
    1   libsystem_c.dylib               0x00007fff8d410f1c _pthread_workq_return + 25
    2   libsystem_c.dylib               0x00007fff8d410ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib               0x00007fff8d3fb191 start_wqthread + 13
    
    Thread 4:
    0   libsystem_kernel.dylib          0x00007fff8ab086d6 __workq_kernreturn + 10
    1   libsystem_c.dylib               0x00007fff8d410f1c _pthread_workq_return + 25
    2   libsystem_c.dylib               0x00007fff8d410ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib               0x00007fff8d3fb191 start_wqthread + 13
    
    Thread 5:
    0   libsystem_kernel.dylib          0x00007fff8ab086d6 __workq_kernreturn + 10
    1   libsystem_c.dylib               0x00007fff8d410f1c _pthread_workq_return + 25
    2   libsystem_c.dylib               0x00007fff8d410ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib               0x00007fff8d3fb191 start_wqthread + 13
    
    Thread 6:
    0   libsystem_kernel.dylib          0x00007fff8ab086d6 __workq_kernreturn + 10
    1   libsystem_c.dylib               0x00007fff8d410f1c _pthread_workq_return + 25
    2   libsystem_c.dylib               0x00007fff8d410ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib               0x00007fff8d3fb191 start_wqthread + 13
    
    Thread 7:: com.apple.NSURLConnectionLoader
    0   com.apple.security              0x00007fff905aaae1 Security::MetaRecord::unpackRecord(Security::ReadSection const&, Security::Allocator&, cssm_db_record_attribute_data*, Security::CssmData*, unsigned int) const + 739
    1   com.apple.security              0x00007fff905ac577 Security::LinearCursor::next(unsigned int&, cssm_db_record_attribute_data*, Security::CssmData*, Security::Allocator&, Security::RecordId&) + 209
    2   com.apple.security              0x00007fff906a7b06 Security::AppleDatabase::dataGetNext(Security::DbContext&, long, cssm_db_record_attribute_data*, Security::CssmData*, cssm_db_unique_record*&) + 100
    3   com.apple.security              0x00007fff905acbd2 Security::DatabaseSession::DataGetNext(long, long, cssm_db_record_attribute_data*, Security::CssmData*, cssm_db_unique_record*&) + 170
    4   com.apple.security              0x00007fff905be593 cssm_DataGetNext(cssm_dl_db_handle, long, cssm_db_record_attribute_data*, cssm_data*, cssm_db_unique_record**) + 132
    5   com.apple.security              0x00007fff905be442 CSSM_DL_DataGetNext + 108
    6   com.apple.security              0x00007fff905be6e1 SSDLSession::DataGetNext(long, long, cssm_db_record_attribute_data*, Security::CssmData*, cssm_db_unique_record*&) + 161
    7   com.apple.security              0x00007fff905be63e non-virtual thunk to SSDLSession::DataGetNext(long, long, cssm_db_record_attribute_data*, Security::CssmData*, cssm_db_unique_record*&) + 13
    8   com.apple.security              0x00007fff905be593 cssm_DataGetNext(cssm_dl_db_handle, long, cssm_db_record_attribute_data*, cssm_data*, cssm_db_unique_record**) + 132
    9   com.apple.security              0x00007fff905be442 CSSM_DL_DataGetNext + 108
    10  com.apple.security              0x00007fff905ba2f1 Security::CssmClient::DbDbCursorImpl::next(Security::CssmClient::DbAttributes*, Security::CssmDataContainer*, Security::CssmClient::DbUniqueRecord&) + 475
    11  com.apple.security              0x00007fff9066558e Security::CssmClient::SSDbCursorImpl::next(Security::CssmClient::DbAttributes*, Security::CssmDataContainer*, Security::CssmClient::DbUniqueRecord&, cssm_access_credentials const*) + 64
    12  com.apple.security              0x00007fff905bda9c Security::CssmClient::SSDbCursorImpl::next(Security::CssmClient::DbAttributes*, Security::CssmDataContainer*, Security::CssmClient::DbUniqueRecord&) + 12
    13  com.apple.security              0x00007fff905bd455 Security::KeychainCore::KeychainSchemaImpl::KeychainSchemaImpl(Security::CssmClient::Db const&) + 725
    14  com.apple.security              0x00007fff905bd158 Security::KeychainCore::KeychainSchema::KeychainSchema(Security::CssmClient::Db const&) + 40
    15  com.apple.security              0x00007fff905bd0d1 Security::KeychainCore::KeychainImpl::keychainSchema() + 63
    16  com.apple.security              0x00007fff905bcb8d Security::KeychainCore::DefaultCredentials::operator()(Security::CssmClient::Db) + 79
    17  com.apple.security              0x00007fff905bc9eb Security::KeychainCore::KeychainImpl::defaultCredentials() + 157
    18  com.apple.security              0x00007fff905b848b Security::CssmClient::DbImpl::open() + 221
    19  com.apple.security              0x00007fff905c1cd5 Security::KeychainCore::KCCursorImpl::next(Security::KeychainCore::Item&) + 257
    20  com.apple.security              0x00007fff905fb70a _SecIdentityCopyPreferenceMatchingName(__CFString const*, unsigned int, __CFArray const*, OpaqueSecIdentityRef**) + 435
    21  com.apple.security              0x00007fff905fb014 SecIdentityCopyPreference + 261
    22  com.apple.CFNetwork             0x00007fff91b63af4 HTTPProtocolSSLSupport::getSSLCertsCached(__CFString const*) + 236
    23  com.apple.CFNetwork             0x00007fff91b63751 HTTPProtocol::setupSSLPropertiesOnStream(_CFURLRequest const*) + 411
    24  com.apple.CFNetwork             0x00007fff91b63390 HTTPProtocol::openStream() + 80
    25  com.apple.CFNetwork             0x00007fff91b628f4 HTTPProtocol::useNetConnectionForRequest(NetConnection*, __CFHTTPMessage*, unsigned char, unsigned char) + 910
    26  com.apple.CFNetwork             0x00007fff91b6231e HTTPConnectionCacheEntry::dispatchConnectionToProtocol(NetConnection*, HTTPProtocol*, HTTPRequestMessage*, unsigned char) + 244
    27  com.apple.CFNetwork             0x00007fff91b6215d HTTPConnectionCacheEntry::notifyNextProtocolOfOpenConnection(NetConnection*, unsigned char) + 411
    28  com.apple.CFNetwork             0x00007fff91b5fb43 HTTPConnectionCacheEntry::enqueueRequestForProtocol(HTTPProtocol*, __CFHTTPMessage*) + 645
    29  com.apple.CFNetwork             0x00007fff91b5f4b0 HTTPConnectionCache::_onqueue_enqueueRequestForProtocol(HTTPProtocol*, __CFHTTPMessage*) + 178
    30  com.apple.CFNetwork             0x00007fff91b5f3d5 __enqueueRequestForProtocol_block_invoke_0 + 26
    31  com.apple.CFNetwork             0x00007fff91bf8fea __block_global_1 + 28
    32  com.apple.CoreFoundation        0x00007fff8bc5b154 CFArrayApplyFunction + 68
    33  com.apple.CFNetwork             0x00007fff91b59314 RunloopBlockContext::perform() + 124
    34  com.apple.CFNetwork             0x00007fff91b591eb MultiplexerSource::perform() + 221
    35  com.apple.CoreFoundation        0x00007fff8bc3cb31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    36  com.apple.CoreFoundation        0x00007fff8bc3c455 __CFRunLoopDoSources0 + 245
    37  com.apple.CoreFoundation        0x00007fff8bc5f7f5 __CFRunLoopRun + 789
    38  com.apple.CoreFoundation        0x00007fff8bc5f0e2 CFRunLoopRunSpecific + 290
    39  com.apple.Foundation            0x00007fff90ef2526 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    40  com.apple.Foundation            0x00007fff90f50532 __NSThread__main__ + 1345
    41  libsystem_c.dylib               0x00007fff8d40e772 _pthread_start + 327
    42  libsystem_c.dylib               0x00007fff8d3fb1a1 thread_start + 13
    
    Thread 8:
    0   libsystem_kernel.dylib          0x00007fff8ab086d6 __workq_kernreturn + 10
    1   libsystem_c.dylib               0x00007fff8d410f1c _pthread_workq_return + 25
    2   libsystem_c.dylib               0x00007fff8d410ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib               0x00007fff8d3fb191 start_wqthread + 13
    
    Thread 9:
    0   libsystem_kernel.dylib          0x00007fff8ab06686 mach_msg_trap + 10
    1   libsystem_kernel.dylib          0x00007fff8ab05c42 mach_msg + 70
    2   com.apple.CoreFoundation        0x00007fff8bc5a233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation        0x00007fff8bc5f916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation        0x00007fff8bc5f0e2 CFRunLoopRunSpecific + 290
    5   com.apple.DTDeviceKitBase       0x000000010cf5940e -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 162
    6   com.apple.Foundation            0x00007fff90f50532 __NSThread__main__ + 1345
    7   libsystem_c.dylib               0x00007fff8d40e772 _pthread_start + 327
    8   libsystem_c.dylib               0x00007fff8d3fb1a1 thread_start + 13
    
    Thread 10:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib          0x00007fff8ab08322 __select + 10
    1   com.apple.CoreFoundation        0x00007fff8bc9ef46 __CFSocketManager + 1302
    2   libsystem_c.dylib               0x00007fff8d40e772 _pthread_start + 327
    3   libsystem_c.dylib               0x00007fff8d3fb1a1 thread_start + 13
    
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000001  rcx: 0x0059ff030059ff01  rdx: 0x00007fff76d75d48
      rdi: 0x000000010ce2a590  rsi: 0x00007fff87d5625d  rbp: 0x00007fff59e70480  rsp: 0x00007fff59e70358
       r8: 0x0000000000000001   r9: 0x00007fff76d6eae0  r10: 0x00007fe64886a890  r11: 0x0000000000000000
      r12: 0x00007fe64634a840  r13: 0x00007fe64634a840  r14: 0x00007fe644048f68  r15: 0x00007fe64635e401
      rip: 0x00007fff88ba0498  rfl: 0x0000000000010246  cr2: 0x0000000000000018
    Logical CPU: 2
    
    Binary Images:
           0x105d8e000 -        0x105d8efff  com.apple.dt.Xcode (5.1 - 5084) <559A43A7-BF02-32DB-AE88-AF3A861F3002> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x105d97000 -        0x1061cefff  com.apple.dt.DVTFoundation (5.1 - 5072) <0A741F53-AF27-3025-8372-F00119F6CC7D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
           0x106351000 -        0x106671ff7  com.apple.dt.DVTKit (5.1 - 5072) <989F619B-E02C-38FA-8C2D-14D23BB966BC> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
           0x10681e000 -        0x106c68fff  com.apple.dt.IDEFoundation (5.1 - 5084) <2DBA77DC-2CE4-3D47-B2CB-62345BBF1537> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
           0x106ec5000 -        0x10781efff  com.apple.dt.IDEKit (5.1 - 5084) <5C9BC864-FC55-3261-885A-41AF986EE606> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x107da6000 -        0x107e48fff  com.apple.PackageKit (3.0 - 262) <AFD81185-9C3D-3454-B29D-32B8828026B8> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x107eba000 -        0x107ebaff7  libsysmon.dylib (2) <E029BDA7-E063-3049-95FF-BBA1AF41DFB0> /usr/lib/libsysmon.dylib
           0x10847e000 -        0x1084f7fff  com.apple.dt.IDE.IDEDocViewer (5.1 - 5063) <4734EFBE-F1C2-362F-B5A6-8374FB7B7EC0> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
           0x10854c000 -        0x10857aff7  com.apple.CoreThemeDefinition (1.0 - 104) <D1E49D0B-A351-3A43-A268-B07C369C1359> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
           0x10859c000 -        0x1085a4fff  com.apple.dt.IDE.HexEditor (5.1 - 5063) <59545B19-F17C-3C89-A6EC-DB4FE2023CFB> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
           0x1085ae000 -        0x1085dcfff  com.apple.dt.IDE.Xcode3Core (5.1 - 5067) <92055E8C-DF57-32B0-A57E-6B8E4F36C0D4> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
           0x1087fe000 -        0x108886ff7  com.apple.dt.IBFoundation (1.0 - 5053) <1D70941E-15B6-3757-94B6-0EE02EBB794A> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
           0x10895f000 -        0x1093abfff +libclang.dylib (503.0.38) <569A1522-A7C5-33CF-AA38-F31B4F23A0A5> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
           0x109536000 -        0x1095a4ff7  com.apple.CSServiceClient (1.0 - 1) <F708B5DF-73BE-37E6-BD8E-A63D7E1DF1CD> /Applications/Xcode.app/Contents/SharedFrameworks/CSServiceClient.framework/Versions/A/CSServiceClient
           0x1095e3000 -        0x1095fafff  com.apple.DADocSetManagement (5.1 - 5007) <5FA5C2A9-23E8-377F-94C9-E1EFFA472C05> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
           0x10960f000 -        0x109611ff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <26946A6A-BF50-3656-AAAB-4AB942CB83FA> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
           0x109617000 -        0x109640fff  com.apple.dt.instruments.DTGraphKit (5.1 - 55014) <0995B341-781A-3AE1-AD2A-0B3E4EFDB47C> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
           0x109656000 -        0x109b0ffff  com.apple.dt.IDE.IDEInterfaceBuilderKit (5.1 - 5053) <B2DCDD60-FAA2-3B6E-9316-D7D983E2827F> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
           0x109df1000 -        0x109e7ffff  com.apple.dt.IBAutolayoutFoundation (1.0 - 5053) <D5E98132-1269-3B0E-8323-C920E59CC015> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
           0x109ed7000 -        0x109f26ff7  com.apple.dt.IDE.iCloudSupport (5.1 - 5063) <6DE15957-1BE6-3D3C-BC73-F0B7452AE4D8> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
           0x109f60000 -        0x109f97fff +com.ridiculousfish.HexFiendFramework (5.1 - 5063) <B8C6A146-DE9B-34A2-86EF-00BDE1F9DAE4> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
           0x109fbe000 -        0x109ff3ff7  com.apple.dt.dbg.DebuggerFoundation (5.1 - 5063) <99368364-B095-39A0-8152-DCA6FD112FAE> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
           0x10a01f000 -        0x10a028fff  com.apple.DevToolsFoundation (7.1 - 5067) <7E77377D-0C9C-3A29-B678-EB65D820617F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x10a033000 -        0x10a072fff  com.apple.Xcode.DevToolsSupport (7.1 - 5067) <5B67AE38-AE54-3715-BFDE-DC508EBEB757> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x10a098000 -        0x10a09cff7  com.apple.dt.gpu.GPUTraceDebugger (5.1 - 15016) <8AE4532E-AF26-3BF6-AC4D-806738634FAE> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
           0x10a0a4000 -        0x10a0b1fff  com.apple.dt.gpu.GPUDebuggerKit (5.1 - 15016) <C74271F3-8D43-35A8-BD9A-274D19EC4449> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
           0x10a0f6000 -        0x10a15fff7  com.apple.DADocSetAccess (5.1 - 5007) <B3F5F40C-AA75-3EE1-9CA4-F89FE81FED9F> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
           0x10b3b7000 -        0x10b456fff  com.apple.dt.dbg.DebuggerUI (5.1 - 5063) <ED198EF0-D853-3FE3-AFC2-502F8D83D00F> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
           0x10b4d3000 -        0x10b59aff7  com.apple.dt.IDE.IDESourceEditor (5.1 - 5063) <6905750D-D6ED-3BD5-89F7-72EC7AE0520C> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
           0x10b609000 -        0x10b97afff  com.apple.Xcode.DevToolsCore (7.1 - 5067) <83EAC4C4-83E9-3538-B8D6-2463154F9BA7> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x10bb09000 -        0x10bcbdff7  com.apple.dt.IDE.Xcode3UI (5.1 - 5067) <CFD2ED73-487B-391D-B33B-1D00538601A1> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
           0x10bdbe000 -        0x10beabfff  com.apple.dt.gpu.GPUDebuggerFoundation (5.1 - 15016) <1F053D1D-B90B-3EBA-8BB6-C7FA31342B45> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
           0x10bf07000 -        0x10bf56fff  com.apple.GPUTools (1.0 - 15016) <C7348F5A-3064-3344-9C9D-3597339F2378> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
           0x10bf81000 -        0x10c043fff  com.apple.GPUToolsCore (1.0 - 15016) <619516EE-D649-340E-AC91-EB1B4613DDDD> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
           0x10c083000 -        0x10c2c5ff7  com.apple.GPUToolsAnalysis (1.0 - 15016) <3AC2C00B-2527-3B3A-B98C-4BCF49D4AA1F> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Versions/A/GPUToolsAnalysis
           0x10c31a000 -        0x10c3c4fff  com.apple.GPUToolsServices (1.0 - 15016) <87C41A2A-6F28-3971-A003-59CDB54CEB8E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
           0x10c425000 -        0x10c5f7ff7  com.apple.dt.gpu.GPUTraceDebuggerUI (5.1 - 15016) <6D532A8B-283C-36F3-9CAF-C88F626A7200> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
           0x10c64b000 -        0x10c66aff7  com.apple.dt.IDE.IDEQuickHelp (5.1 - 5063) <8E4A7FBA-7516-3A10-AEA2-CB2AF451964A> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
           0x10ce26000 -        0x10ce29fff +io.zats.AdjustFontSize (1.0 - 1) <E3442073-44FE-35C8-99DA-691F1A44EA43> /Users/USER/Library/Application Support/Developer/*/AdjustFontSize
           0x10ce72000 -        0x10ce73fff  com.apple.dt.dbg.DebuggerLLDBService (5.1 - 5063) <37451222-02B7-3B3B-B520-5E6EA8A53D7A> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
           0x10ce79000 -        0x10ce80ff7  com.apple.dt.IDE.IDEOSXSupportCore (5.1 - 5004) <5F32413C-EEE0-32A2-86F7-AD51338776DB> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
           0x10ce8e000 -        0x10cef4fff  com.apple.dt.IDE.IDEiOSSupportCore (5.1 - 5052) <4C285F43-BD8D-3A78-A125-DAA5FBDA881C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
           0x10cf15000 -        0x10cf2bfff  com.apple.DVTiPhoneSimulatorRemoteClient (5.1 - 5052) <EA0A29EB-DE93-3FFD-AE1C-C3B216A6D416> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
           0x10cf3c000 -        0x10cfacfff  com.apple.DTDeviceKitBase (5.1 - 5052) <27ADBF1F-1833-3909-B917-D0702103B8DE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
           0x10cfec000 -        0x10d0ddff7  com.apple.mobiledevice (710.1 - 710.1) <356F402B-7499-3EA6-8541-A3D89F6D119F> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
           0x10d142000 -        0x10d15afff  com.apple.DeviceLinkX (5.0 - 260) <DCCDAA59-4756-37F2-B4E5-02786672F579> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x10d16a000 -        0x10d174fff  com.apple.iphonesimulator.SimulatorHost (1.0 - 1) <A7FA5C5A-F2FB-3C37-B03E-0EB8C494214D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/SimulatorHost.framework/Versions/A/SimulatorHost
           0x10d1ad000 -        0x10d1aeff7 +liblaunch_sim.dylib (330.10.5) <4C651793-4591-3CA5-BD3B-209FC38C3050> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/usr/lib/system/host/liblaunch_sim.dylib
        0x7fff6598e000 -     0x7fff659c293f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff86883000 -     0x7fff868a5ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
        0x7fff868a6000 -     0x7fff868f5fff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff868f6000 -     0x7fff8691dfff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff8691e000 -     0x7fff86975ff7  com.apple.ScalableUserInterface (1.0 - 1) <93C14595-6172-37E9-88F2-CBC80A1C54D0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
        0x7fff86a25000 -     0x7fff86b96ff7  com.apple.QTKit (7.7.1 - 2599.46) <FC3F5D20-16F4-3F7A-87C6-4171A25D8C5D> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff86caf000 -     0x7fff86cd7fff  libJPEG.dylib (852) <4E159C31-1B41-3EFF-89EC-3F7BC9053F2C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff86cd8000 -     0x7fff86e5efff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff86e7b000 -     0x7fff86ea7fff  com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff86ea8000 -     0x7fff86ebdfff  com.apple.ImageCapture (8.0 - 8.0) <71B24609-DEE9-3927-9C82-62E72270299C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
        0x7fff86ebe000 -     0x7fff86ec9ff7  com.apple.aps.framework (3.0 - 3.0) <DEF85257-2D1C-3524-88F8-CF70980726AE> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
        0x7fff86eca000 -     0x7fff86f24fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
        0x7fff86f25000 -     0x7fff86f7cff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff86f7d000 -     0x7fff86f92ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff86f95000 -     0x7fff870f3fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
        0x7fff870f4000 -     0x7fff87375fff  com.apple.AOSKit (1.051 - 152.4) <01C09924-2603-3C1E-97F7-9484CBA35BC9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff87376000 -     0x7fff87378fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff873d7000 -     0x7fff88004fff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff88005000 -     0x7fff88022ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff883af000 -     0x7fff8840bfff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8847c000 -     0x7fff8847cfff  com.apple.CoreServices (57 - 57) <45F1466A-8264-3BB7-B0EC-E5E5BFBED143> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff88492000 -     0x7fff88496fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff88497000 -     0x7fff8849fff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff88590000 -     0x7fff88685fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff88686000 -     0x7fff886a0fff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
        0x7fff886a1000 -     0x7fff886b8fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
        0x7fff886b9000 -     0x7fff886c8fff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff886c9000 -     0x7fff8871aff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff88997000 -     0x7fff88a04ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff88a05000 -     0x7fff88a6dfff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
        0x7fff88a6e000 -     0x7fff88aabfef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff88aac000 -     0x7fff88b39ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <54A8069C-E497-3B07-BEA7-D3BC9DB5B649> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff88b3a000 -     0x7fff88b64ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff88b65000 -     0x7fff88b70ff7  com.apple.ProtocolBuffer (2 - 104) <5BA49EB9-1361-3BFF-856C-C5F1D0486072> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
        0x7fff88b99000 -     0x7fff88cb192f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff88cb2000 -     0x7fff890cffff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
        0x7fff890f3000 -     0x7fff89163fff  com.apple.ISSupport (1.9.8 - 56) <19436666-D781-3C6A-B091-85BE7316E4B2> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff89164000 -     0x7fff891cdfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff891ce000 -     0x7fff891d4fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff891d5000 -     0x7fff891deff7  com.apple.CommerceCore (1.0 - 26.2) <AF35874A-6FA7-328E-BE30-8BBEF0B741A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
        0x7fff891df000 -     0x7fff89217fff  libncurses.5.4.dylib (37.3) <68D5B5F5-8252-3F1E-AFF1-C6AFE145DBC1> /usr/lib/libncurses.5.4.dylib
        0x7fff89218000 -     0x7fff8921dfff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8921e000 -     0x7fff8922cfff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8922d000 -     0x7fff89269fff  com.apple.GeoServices (1.0 - 1) <72D29BBD-8899-3F6C-B8C3-17073698D62D> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8926a000 -     0x7fff8a229ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
        0x7fff8a22a000 -     0x7fff8a22bfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8a233000 -     0x7fff8a2f0ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <73BE495D-8985-3B88-A7D0-23DF0CB50304> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
        0x7fff8a2f1000 -     0x7fff8a2ffff7  libsystem_network.dylib (77.10) <2AAA67A1-525E-38F0-8028-1D2B64716611> /usr/lib/system/libsystem_network.dylib
        0x7fff8a30b000 -     0x7fff8a3deff7  com.apple.DiscRecording (7.0 - 7000.2.4) <D62DA01B-5B60-3E99-9395-C11FB47E82E0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8a403000 -     0x7fff8a407ff7  com.apple.CommonPanels (1.2.5 - 94) <5F81D593-4B87-3DCC-B934-625D436B4CB1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff8a408000 -     0x7fff8a433fff  com.apple.datadetectors (4.0 - 199.1) <565AFA08-B5CA-3F64-9CD4-F2D9DCFA276E> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
        0x7fff8a434000 -     0x7fff8a474ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8a475000 -     0x7fff8a475fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8a476000 -     0x7fff8a511fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
        0x7fff8a584000 -     0x7fff8a595ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8a598000 -     0x7fff8a695ff7  libxml2.2.dylib (22.3) <7FD09F53-83DA-3ECD-8DD9-870E1A2F0427> /usr/lib/libxml2.2.dylib
        0x7fff8a696000 -     0x7fff8a696fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8a697000 -     0x7fff8a6c5ff7  libsystem_m.dylib (3022.6) <11B6081D-6212-3EAB-9975-BED6234BD6A5> /usr/lib/system/libsystem_m.dylib
        0x7fff8a6c6000 -     0x7fff8a851fff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8a852000 -     0x7fff8a85cfff  libcsfde.dylib (296.18.2) <08092C5B-2171-3C1D-A98F-CF499A315DDC> /usr/lib/libcsfde.dylib
        0x7fff8a85d000 -     0x7fff8a86aff7  com.apple.NetAuth (4.0 - 4.0) <A4A21A2F-B26A-3DC9-95E4-DAFA43A4A2C3> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8a86b000 -     0x7fff8a87ffff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8aaf6000 -     0x7fff8ab11ff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8ab24000 -     0x7fff8ad59ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8aec2000 -     0x7fff8afdbfff  com.apple.ImageIO.framework (3.2.2 - 852) <1D023BCE-1FA2-3743-B449-7489BC0C5C43> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8b199000 -     0x7fff8b199ffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8b19b000 -     0x7fff8b1a6fff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8b260000 -     0x7fff8b2e0ff7  com.apple.ApplicationServices.ATS (341.2 - 341.2) <0EF1BB57-71AA-304D-A455-55CBE0A4983A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff8b2e1000 -     0x7fff8b2e3fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff8b2e4000 -     0x7fff8b32cfff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8b32d000 -     0x7fff8b339ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <4F3284A9-EFD4-3A77-8B7F-D3D611D656A0> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
        0x7fff8b33a000 -     0x7fff8b359ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8b35a000 -     0x7fff8b36dff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <023D909C-3AFA-3438-88EB-05D0BDA5AFFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8b488000 -     0x7fff8b49aff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8b4a1000 -     0x7fff8b4b8fff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
        0x7fff8b588000 -     0x7fff8b5befff  com.apple.DebugSymbols (98 - 98) <7059F71D-9A82-3D32-99BB-E043DEDA6174> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff8b5c2000 -     0x7fff8b5cffff  com.apple.AppleFSCompression (49 - 1.0) <E616053D-D3C2-3600-B8DF-A5E0D9665634> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
        0x7fff8b5dd000 -     0x7fff8b5e0fff  com.apple.help (1.3.2 - 42) <418A9A41-BCB4-32A2-97ED-3A388F69CA9D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
        0x7fff8b5e1000 -     0x7fff8b62aff7  com.apple.DiskManagement (5.3.1 - 680) <5438A1FF-B92C-3D28-A8E4-FB41F03144C2> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
        0x7fff8b62b000 -     0x7fff8b633fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8b634000 -     0x7fff8b653ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff8b654000 -     0x7fff8b76efff  com.apple.coreavchd (5.6.0 - 5600.4.16) <85670361-96CA-3805-B981-B41B47E99A37> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8b76f000 -     0x7fff8b78ffff  libPng.dylib (852) <CCBFA9A9-33C0-3189-AFE0-A77E831EEBA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8b7cf000 -     0x7fff8b8ccfff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8b8cd000 -     0x7fff8b8d8ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff8b8d9000 -     0x7fff8bb34ff7  com.apple.QuartzComposer (5.1 - 287.1) <D1DD68D1-05D5-3037-ABB6-BF6EB183C155> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
        0x7fff8bb35000 -     0x7fff8bb36fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8bb37000 -     0x7fff8bc28ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8bc2a000 -     0x7fff8be14ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8be6c000 -     0x7fff8be6efff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
        0x7fff8be6f000 -     0x7fff8c7ff627  com.apple.CoreGraphics (1.600.0 - 333.1) <C085C074-7260-3C3D-90C6-A65D3CB2BD41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8c800000 -     0x7fff8c806fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8c807000 -     0x7fff8c841ff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8c842000 -     0x7fff8c886fff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
        0x7fff8c887000 -     0x7fff8c909ff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8c90a000 -     0x7fff8c924fff  com.apple.ScriptingBridge (1.3 - 61.2) <13D33721-E19B-303A-9B4F-FEBF3BBDE83D> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8cbfe000 -     0x7fff8cc6cff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8cc6d000 -     0x7fff8cdbffff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8cdc0000 -     0x7fff8cdc1ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8cdd3000 -     0x7fff8cdd4ff7  libSystem.B.dylib (169.3) <92475A81-385C-32B9-9D6D-38E4BAC90996> /usr/lib/libSystem.B.dylib
        0x7fff8cdd5000 -     0x7fff8ce73ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
        0x7fff8ce74000 -     0x7fff8d2b0fff  com.apple.VideoToolbox (1.0 - 926.106) <B1185D9D-02AC-3D27-B894-21B1179F2AEF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8d2fd000 -     0x7fff8d3cfff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8d3d0000 -     0x7fff8d3d4fff  libGIF.dylib (852) <326C48F1-C892-3AF9-94BC-32768EFF6731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d3d5000 -     0x7fff8d3d6fff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib
        0x7fff8d3d7000 -     0x7fff8d3f9ff7  com.apple.Kerberos (2.0 - 1) <416543F5-E7AF-3269-843F-C8CDA8DD0FFA> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8d3fa000 -     0x7fff8d4c6ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
        0x7fff8d4c7000 -     0x7fff8d526fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff8d527000 -     0x7fff8d54cff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8d54d000 -     0x7fff8d64ffff  libJP2.dylib (852) <01E502E9-7FD3-3A5D-8EA4-2DC8C56E0497> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8d650000 -     0x7fff8d677ff7  com.apple.PerformanceAnalysis (1.16 - 16) <1BDA3662-18B7-3F38-94E5-9ACD477A7682> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
        0x7fff8d6c4000 -     0x7fff8d6f8fff  com.apple.securityinterface (6.0 - 55024.4) <FCF87CA0-CDC1-3F7C-AADA-2AC3FE4E97BD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
        0x7fff8d6f9000 -     0x7fff8d74ffff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff8d750000 -     0x7fff8d7eafff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff8d83c000 -     0x7fff8db6cfff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
        0x7fff8db6d000 -     0x7fff8db6eff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8db6f000 -     0x7fff8db74fff  com.apple.OpenDirectory (10.8 - 151.10) <1F47EC96-7403-3690-8D8D-C31D3B6FDA0A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8db75000 -     0x7fff8de39fff  com.apple.AddressBook.framework (7.1 - 1170) <A850809B-B087-3366-9FA0-1518C20831D3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8de3a000 -     0x7fff8de45ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff8de46000 -     0x7fff8de46fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8de47000 -     0x7fff8de75fff  com.apple.CoreServicesInternal (154.4 - 154.4) <EE77C328-BCC7-3EBD-B3BC-E0E48537D4FF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff8de76000 -     0x7fff8deb1fff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8deb2000 -     0x7fff8df0cff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8df0d000 -     0x7fff8df10fff  com.apple.AppleSystemInfo (2.0 - 2) <C9D7F3A6-F926-39F3-8F55-A3A137DDAE50> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
        0x7fff8df11000 -     0x7fff8df1dfff  libCSync.A.dylib (333.1) <319D3E83-8086-3990-8773-872F2E7C6EB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8df1e000 -     0x7fff8dfd1ff7  com.apple.PDFKit (2.8.5 - 2.8.5) <EAAED40E-7B2C-3312-826E-26A9DEDBF0FC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
        0x7fff8dfd2000 -     0x7fff8dfddfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8e7f0000 -     0x7fff8e82afff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
        0x7fff8e82b000 -     0x7fff8e86eff7  com.apple.bom (12.0 - 192) <0EFE0F2D-B6DE-3D1E-93C2-EED6D96F70A2> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8e86f000 -     0x7fff8ea0afef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
        0x7fff8ea0b000 -     0x7fff8ea1aff7  libxar.1.dylib (105) <B6A7C8AA-3E20-3A1D-A7BA-4FD0052FA508> /usr/lib/libxar.1.dylib
        0x7fff8ea77000 -     0x7fff8ea92ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8ea93000 -     0x7fff8ea93fff  com.apple.ApplicationServices (45 - 45) <5302CC85-D534-3FE5-9E56-CA16762177F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff8ea94000 -     0x7fff8ead7ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
        0x7fff8ead8000 -     0x7fff8ead8fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8ead9000 -     0x7fff8ec87fff  com.apple.QuartzCore (1.8 - 304.4) <84F0B40E-DF91-36F2-9F2E-3922234206A3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8ec8a000 -     0x7fff8ed1eff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8ed1f000 -     0x7fff8ed87ff7  libc++.1.dylib (65.1) <E5A0C88E-0837-3015-A987-F8C5A0D35DD6> /usr/lib/libc++.1.dylib
        0x7fff8ed88000 -     0x7fff8ed8aff7  com.apple.print.framework.Print (8.0 - 258) <8F243E49-021F-3892-B555-3010A7F450A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
        0x7fff8ed8b000 -     0x7fff8ed92fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff8ed93000 -     0x7fff8ed94ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8ed95000 -     0x7fff8ed97ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8ed98000 -     0x7fff8edd1ff7  libssl.0.9.8.dylib (47.2) <46DF85DC-18FB-3108-91F6-52AE3EBF2347> /usr/lib/libssl.0.9.8.dylib
        0x7fff8edd2000 -     0x7fff8ee08ff7  libsystem_info.dylib (406.17) <C9BA1024-043C-3BD5-908F-AF709E05DEE4> /usr/lib/system/libsystem_info.dylib
        0x7fff8ee09000 -     0x7fff8ee1ffff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
        0x7fff8ee65000 -     0x7fff8ee9dfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8eea3000 -     0x7fff8efaefff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8f865000 -     0x7fff8f865fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8f866000 -     0x7fff8fdd6ff7  com.apple.CoreAUC (6.22.03 - 6.22.03) <A77BC97A-B695-3F7E-8696-5B2357C2726B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8fdd7000 -     0x7fff8fdf8fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8ff29000 -     0x7fff8ffb9ff7  libCoreStorage.dylib (296.18.2) <2FFB6BCA-3033-3AC1-BCE4-ED102DCBECD5> /usr/lib/libCoreStorage.dylib
        0x7fff8ffba000 -     0x7fff901bafff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff901e8000 -     0x7fff9029aff7  com.apple.LaunchServices (539.11 - 539.11) <A86F44E5-F285-3029-A5D1-00CD3C231A08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff9029b000 -     0x7fff902fefff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff90351000 -     0x7fff90372ff7  libCRFSuite.dylib (33) <B49DA255-A4D9-33AF-95AB-B319570CDF7B> /usr/lib/libCRFSuite.dylib
        0x7fff90373000 -     0x7fff903b2ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
        0x7fff903b5000 -     0x7fff904b7fff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff904bd000 -     0x7fff904bfff7  libunc.dylib (25) <2FDC94A7-3039-3680-85F3-2164E63B464D> /usr/lib/system/libunc.dylib
        0x7fff904c0000 -     0x7fff904ebfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff9059f000 -     0x7fff90870ff7  com.apple.security (7.0 - 55179.16) <BD03EB7E-1745-34B9-8DBA-7A2215D9F2FB> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff90871000 -     0x7fff908f0ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff908f1000 -     0x7fff909effff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
        0x7fff909f9000 -     0x7fff90aeaff7  com.apple.PubSub (1.0.5 - 65.32) <ACEFD82D-94CB-3ACD-A74F-F0F244462A71> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff90b3d000 -     0x7fff90b3efff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff90b3f000 -     0x7fff90b43fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff90b44000 -     0x7fff90e5bff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff90e5c000 -     0x7fff90e66fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <5A4B532E-3428-3F0A-8032-B0AFFF72CA3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
        0x7fff90e67000 -     0x7fff90e6afff  libRadiance.dylib (852) <139962CD-21E2-3D31-9F47-D5F2D6C2C2BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff90ea6000 -     0x7fff90eb9ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff90eba000 -     0x7fff91219fff  com.apple.Foundation (6.8 - 945.19) <C98E55BA-553B-314B-B056-849FFB20C220> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff91233000 -     0x7fff91237ff7  com.apple.TCC (1.0 - 1) <76A86876-2280-3849-8478-450E1A8C0E01> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff91238000 -     0x7fff9128dff7  libTIFF.dylib (852) <0CA1662F-EB05-34DE-B9BA-0A03EC59B846> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff9128e000 -     0x7fff9128efff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff912b8000 -     0x7fff912c4fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff912c5000 -     0x7fff91560ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff91609000 -     0x7fff91a00fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
        0x7fff91a01000 -     0x7fff91adbfff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff91adc000 -     0x7fff91c51ff7  com.apple.CFNetwork (596.6 - 596.6) <C46892D2-B01C-39FF-8094-8C018D884A57> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff91c52000 -     0x7fff91caefff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff91caf000 -     0x7fff91ce0ff7  com.apple.DictionaryServices (1.2 - 184.4) <2EC80C71-263E-3D63-B461-6351C876C50D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff91ce1000 -     0x7fff91d2dfff  com.apple.framework.CoreWLAN (3.4 - 340.18) <3735FB49-30C0-3B11-BE25-2ACDD96041B5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff91d2e000 -     0x7fff91d78ff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff91d79000 -     0x7fff91ff4ff7  com.apple.RawCamera.bundle (4.09 - 711) <0040632D-09A9-32DE-98E8-BFA99F9F6526> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff91ff5000 -     0x7fff92040fff  com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff92081000 -     0x7fff92098fff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff92099000 -     0x7fff920a6fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff9210f000 -     0x7fff9215eff7  libFontRegistry.dylib (100) <F7EC0287-58E4-3ABE-A45E-B105A68EA76E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff9215f000 -     0x7fff92162ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff921b9000 -     0x7fff921bfff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff921c0000 -     0x7fff9220dfff  com.apple.CoreMediaIO (309.0 - 4163.1) <8FD1C1A9-25C5-3B9E-A76D-BE813253B358> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff9220e000 -     0x7fff92210fff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
        0x7fff92222000 -     0x7fff92230ff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
        0x7fff92291000 -     0x7fff92535ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
        0x7fff92536000 -     0x7fff9253dfff  com.apple.NetFS (5.0 - 4.0) <195D8EC9-72BB-3E04-A64D-E1A89B4850C1> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff9253e000 -     0x7fff9253efff  com.apple.Cocoa (6.7 - 19) <3CFC90D2-2BE9-3E5C-BFDB-5E161A2C2B29> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9253f000 -     0x7fff92543fff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff9255e000 -     0x7fff925b7ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff925b8000 -     0x7fff925b8fff  com.apple.AOSMigrate (1.0 - 1) <9E7A92DC-649D-3908-BB36-B7F445261F14> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff92ac1000 -     0x7fff92d70fff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
        0x7fff92d71000 -     0x7fff92d71fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff92d72000 -     0x7fff93029ff7  com.apple.MediaToolbox (1.0 - 926.106) <57043584-98E7-375A-89AE-F46480AA5D97> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff93039000 -     0x7fff93085ff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
        0x7fff93086000 -     0x7fff9308dfff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff9311c000 -     0x7fff93121fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff93122000 -     0x7fff93129fff  com.apple.phonenumbers (1.1 - 47) <0EB01ED6-F8DD-3A72-89C6-BA3E7AD805C8> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
        0x7fff9312a000 -     0x7fff9312dfff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff9312e000 -     0x7fff9315afff  com.apple.quartzfilters (1.8.0 - 1.7.0) <CCF2C41D-93D0-3547-A2B1-D6A69932CADF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
        0x7fff9315b000 -     0x7fff931dcfff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff931dd000 -     0x7fff932fdfff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff932fe000 -     0x7fff9330cfff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff9330d000 -     0x7fff9335cff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff9335d000 -     0x7fff933b9ff7  com.apple.Symbolication (1.3 - 93) <D3AAB36A-D5EB-3044-BE9D-0B77E64C00FC> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff933ba000 -     0x7fff93460ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
        0x7fff93461000 -     0x7fff93526ff7  com.apple.coreui (2.0 - 181.1) <7C4196D5-79E8-3557-963B-71F494DC9B04> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        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: 25145
        thread_create: 1
        thread_set_state: 11057
    
    VM Region Summary:
    ReadOnly portion of Libraries: Total=276.8M resident=140.1M(51%) swapped_out_or_unallocated=136.8M(49%)
    Writable regions: Total=1.1G written=15.6M(1%) resident=31.7M(3%) swapped_out=32K(0%) unallocated=1.1G(97%)
    
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG shared images                      128K
    CoreServices                         5872K
    JS JIT generated code                   8K
    JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
    MALLOC                              111.3M
    MALLOC guard page                      48K
    Memory tag=240                          4K
    Memory tag=242                         12K
    Memory tag=243                          4K
    SQLite page cache                    1056K
    STACK GUARD                          56.0M
    Stack                                12.6M
    VM_ALLOCATE                          16.1M
    __DATA                               28.8M
    __IMAGE                               528K
    __LINKEDIT                           67.7M
    __TEXT                              209.2M
    __UNICODE                             544K
    mapped file                          28.5M
    shared memory                         308K
    ===========                        =======
    TOTAL                                 1.5G
    TOTAL, minus reserved VM space      538.5M
    
    Model: MacBookPro10,1, BootROM MBP101.00EE.B02, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.7f4 12974, 3 service, 13 devices, 3 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SD256E, 251 GB
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0x1d110000 / 6
    USB Device: Razer BlackWidow, 0x1532, 0x010e, 0x1d113000 / 7
    USB Device: hub_device, 0x0424  (SMSC), 0x2640, 0x1d111000 / 10
    USB Device: USB Optical Mouse, 0x093a  (Pixart Imaging, Inc.), 0x2510, 0x1d111200 / 11
    USB Device: Ultra Fast Media Reader, 0x0424  (SMSC), 0x4060, 0x1d111100 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2512, 0x1d180000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0263, 0x1d182000 / 5
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8286, 0x1d181300 / 9
    
    opened by gardenofwine 5
  • Xcode Crash Due to AdjustFontSize Plug-In

    Xcode Crash Due to AdjustFontSize Plug-In

    Process:               Xcode [5526]
    Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:            com.apple.dt.Xcode
    Version:               6.0.1 (6528)
    Build Info:            IDEFrameworks-6528000000000000~2
    App Item ID:           497799835
    App External ID:       712682811
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Xcode [5526]
    User ID:               502
    
    Application Specific Information:
    Sending _increaseFontSizeHandler to <ZTSAdjustFontSize: 0x7fc144f22790> from <NSMenuItem: 0x7fc144d79e20 Increase font size>
    ProductBuildVersion: 6A317
    ASSERTION FAILURE in /SourceCache/DVTFrameworks/DVTFrameworks-6528/DVTFoundation/Protocols/DVTInvalidation.m:216
    Details:  Message sent to invalidated object: <DVTFontAndColorTheme, 0x7fc141e5f630>.
    
    Backtrace for invalidation:
       0  0x000000010a3778e5 -[DVTInvalidationMixIn invalidate] (in DVTFoundation)
      1  0x000000010aab1678 -[DVTPreferenceSetManager deletePreferenceSet:completionQueue:completionBlock:] (in DVTKit)
      2  0x000000010aab091b -[DVTPreferenceSetManager editableUserPreferenceSetForPreferenceSet:] (in DVTKit)
      3  0x000000010a9938f3 -[DVTFontAndColorTheme _setColorOrFont:forNodeTypes:] (in DVTKit)
      4  0x000000010a9937d2 -[DVTFontAndColorTheme setFont:forNodeTypes:] (in DVTKit)
      5  0x0000000116b3b775 __45-[ZTSAdjustFontSize _increaseFontSizeHandler]_block_invoke at /Users/1000305692a/Library/Application Support/Alcatraz/Plug-ins/AdjustFontSize/AdjustFontSize/ZTSAdjustFontSize.m:64 (in AdjustFontSize)
      6  0x0000000116b3c431 __56-[ZTSAdjustFontSize _enumerateFontsForTheme:usingBlock:]_block_invoke at /Users/1000305692a/Library/Application Support/Alcatraz/Plug-ins/AdjustFontSize/AdjustFontSize/ZTSAdjustFontSize.m:140 (in AdjustFontSize)
      7  0x00007fff8f097ea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke (in CoreFoundation)
      8  0x00007fff8f097db9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] (in CoreFoundation)
      9  0x0000000116b3c345 -[ZTSAdjustFontSize _enumerateFontsForTheme:usingBlock:] at /Users/1000305692a/Library/Application Support/Alcatraz/Plug-ins/AdjustFontSize/AdjustFontSize/ZTSAdjustFontSize.m:137 (in AdjustFontSize)
     10  0x0000000116b3b645 -[ZTSAdjustFontSize _increaseFontSizeHandler] at /Users/1000305692a/Library/Application Support/Alcatraz/Plug-ins/AdjustFontSize/AdjustFontSize/ZTSAdjustFontSize.m:62 (in AdjustFontSize)
     11  0x00007fff94855cd7 _os_activity_initiate (in libsystem_trace.dylib)
     12  0x00007fff92f176d7 -[NSApplication sendAction:to:from:] (in AppKit)
     13  0x000000010a9ed200 __37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit)
     14  0x000000010a483ec2 DVTInvokeWithFailureHint (in DVTFoundation)
     15  0x000000010a8b777e -[DVTApplication sendAction:to:from:] (in DVTKit)
     16  0x00007fff92f3181a -[NSMenuItem _corePerformAction] (in AppKit)
     17  0x00007fff92f31537 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (in AppKit)
     18  0x00007fff94855cd7 _os_activity_initiate (in libsystem_trace.dylib)
     19  0x00007fff92f307ab -[NSMenu performKeyEquivalent:] (in AppKit)
     20  0x00007fff92f30679 -[NSMenu performKeyEquivalent:] (in AppKit)
     21  0x00007fff92f2cb05 -[NSApplication _handleKeyEquivalent:] (in AppKit)
     22  0x00007fff92f99ccf -[NSApplication _handleSpecialAlternateKeyEquivalent:] (in AppKit)
     23  0x00007fff92eaf9f2 -[NSApplication sendEvent:] (in AppKit)
     24  0x000000010b48fc74 -[IDEApplication sendEvent:] (in IDEKit)
     25  0x00007fff92d3c0d8 -[NSApplication run] (in AppKit)
     26  0x00007fff92d27524 NSApplicationMain (in AppKit)
     27  0x00007fff8c9d95c9 start (in libdyld.dylib)
    
    opened by jameswomack 3
  • Does this work with XCode 8?

    Does this work with XCode 8?

    I'm trying to run this with XCode 8. My XCode 8 is stored at /Applications/XCode_8 instead of /Applications/XCode, should this make a difference? Not sure if this has any dependencies on the xcode toolchain, but I update that (via xcode-select) to point to XCode 8 before running this project. It crashes with this error:

    DVTAssertions: UNCAUGHT EXCEPTION (NSInternalInconsistencyException): The loaded com.apple.CoreSimulator.CoreSimulatorService job does not match our expectations: pathOfLoadedJob: /Applications/Xcode_8.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc/Contents/MacOS/com.apple.CoreSimulator.CoreSimulatorService, our frameworkPath: /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework

    The framework path seems wrong.

    opened by mattnedrich 2
  • How to use Simply hit ⌃ = or ⌃ - ?

    How to use Simply hit ⌃ = or ⌃ - ?

    Hi there.... Its a very good plugin to be used for Xcode... But sorry for asking a silly question...how to hit ⌃ = or ⌃ - ?

    I tried shift+^ and = ...and many other to use the shortcut but not working.... I can able to use this via view--> font size--> increase/decrease...thats work fine...

    your prompt reply is highly appreciated...thx in advance..

    Sorry....got it !!! So i am closing this issue

    opened by arvindmuthu 2
  • Doesn't work with Xcode 6.3.2

    Doesn't work with Xcode 6.3.2

    • Install Xcode 6.3.2, then:
    $ git clone https://github.com/zats/AdjustFontSize-Xcode-Plugin.git
    $ cd AdjustFontSize-Xcode-Plugin
    $ xcodebuild -project AdjustFontSize.xcodeproj -target AdjustFontSize -configuration Release build
    $ xcodebuild -project AdjustFontSize.xcodeproj -target AdjustFontSize -configuration Release install
    
    • Start Xcode

    :arrow_right: No Font Size menu.

    bug 
    opened by jcayzac 2
  • Cursor position

    Cursor position "tracking".

    When "zooming in" if the cursor is low in the page (and the page long, with text above and below the current screen height) then the cursor will be off screen within a couple of steps increase in font size.

    Is there anyway to make the "zoom" focus on the current cursor position?

    And, while I'm being a whinging designer about something so utterly fantastic, any way to make it only change the size for the current active editor, not any other projects or screens open?

    ps. FANTASTIC. You have no idea how many times I've hit this key combo in Xcode in the vain hope that it was there. THANK YOU!

    opened by dissidently 2
  • Reintroduce independent editor/console adjustment via user preference

    Reintroduce independent editor/console adjustment via user preference

    Follow-up to #10.

    I reintroduced the independent font size adjustment for the main editor and console, this time with a user preference. This should satisfy all parties (me and everyone else :smiley:). By default, both the editor and console font size will be zoomed together.

    menu

    opened by allewun 1
Owner
Sash Zats
┬─┬ ノ( ゜- ゜ノ)
Sash Zats
SwiftColorArt is a demo application that includes Swift files with all classes and extension necessary to create a font color schema matching to an image

SwiftColorArt SwiftColorArt is a demo application that includes Swift files with all classes and extension necessary to create a font color schema mat

Jan Gregor Triebel 264 Jan 4, 2023
A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.

SkyFloatingLabelTextField SkyFloatingLabelTextField is a beautiful, flexible and customizable implementation of the space saving "Float Label Pattern"

Skyscanner 4k Jan 3, 2023
iOS app to automagically control device torch/flash and capture photos

BlobStar ✨ Version française ???? iOS application to automagically control the device torch/flash and capture photos. The software was quickly drafted

Ninja Inc 1 Oct 11, 2021
An app that uses Multipeer Connectivity to play a video across 6 different iOS screens with an additional phone acting as a Main/Control phone.

MultiScreenApp An app that uses Multipeer Connectivity to play a video across 6 different iOS screens with an additional phone acting as a Main/Contro

Vedant 113 Nov 21, 2022
Set of Extensions and Custom control for standard types and classes 🎨

OpencvQueen Set of Extensions and Custom control for standard types and classes. Just like Doraemon’s pocket, has an endless variety of props for us t

Condy 17 Dec 23, 2022
OS font complements library. Localized font supported.

SwiftFontName SwiftFontName is font name complements and supports localized font library. You don't need to search font name any more with SwiftFontNa

Morita Naoki 114 Nov 3, 2022
Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons.

FontAwesomeKit Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons. Version 2.2 Notable Changes Not Jus

Pride Chung 2.8k Jan 6, 2023
RCalendarPicker A date picker control, Calendar calendar control, select control, calendar, date selection, the clock selection control.

RCalendarPicker RCalendarPicker Calendar calendar control, select control, calendar, date selection, the clock selection control. 日历控件 ,日历选择控件,日历,日期选择

杜耀辉 131 Jul 18, 2022
⚡️ A library of widgets and helpers to build instant-search applications on iOS.

By Algolia. InstantSearch family: InstantSearch iOS | InstantSearch Android | React InstantSearch | InstantSearch.js | Angular InstantSearch | Vue Ins

Algolia 567 Dec 20, 2022
Instant camera hybrid with multiple effects and filters written in Swift.

Kontax Cam Download on the app store! No longer on the app store Kontax Cam is an instant camera built 100% using Swift for iOS. You can take your pho

Kevin Laminto 108 Dec 27, 2022
Email-based instant messaging for iOS.

deltachat-ios Email-based instant messaging for iOS. Testing Betas are distributed via Testflight. Just scan this QR code with the camera app of your

Delta Chat 258 Dec 31, 2022
TempBox - Instant disposable emails for Mac powered by Mail.tm

TempBox Instant disposable emails for Mac powered by Mail.tm Features Native Mac app Create multiple accounts Download message source Download Attachm

Waseem akram 217 Dec 30, 2022
Linphone is an open source softphone for voice and video over IP calling and instant messaging

Linphone is an open source softphone for voice and video over IP calling and instant messaging. It is fully SIP-based, for all calling, presence and I

Infinitaz 0 Jun 30, 2022
⚡️ A library of widgets and helpers to build instant-search applications on iOS.

By Algolia. InstantSearch family: InstantSearch iOS | InstantSearch Android | React InstantSearch | InstantSearch.js | Angular InstantSearch | Vue Ins

Algolia 568 Jan 4, 2023
Dash-iOS - Dash gives your iPad and iPhone instant offline access to 200+ API documentation sets

Discontinued Dash for iOS was discontinued. Please check out Dash for macOS instead. Dash for iOS Dash gives your iPad and iPhone instant offline acce

Bogdan Popescu 7.1k Dec 29, 2022
Simply, Logify provides instant colorful logs to improve log tracking and bug tracing

Logify Simply, Logify provides instant colorful logs to improve log tracking and bug tracing. Why I need to use Logify? As discussed before in a lot o

Furkan KAPLAN 13 Dec 28, 2022
Light weight tool for detecting the current device and screen size written in swift.

Device detect the current  device model and screen size. Installation CocoaPods Device is available through CocoaPods. To install it, simply add the

Lucas Ortis 1.5k Dec 28, 2022
MisterFusion is Swift DSL for AutoLayout. It is the extremely clear, but concise syntax, in addition, can be used in both Swift and Objective-C. Support Safe Area and Size Class.

MisterFusion MisterFusion makes more easier to use AutoLayout in Swift & Objective-C code. Features Simple And Concise Syntax Use in Swift and Objecti

Taiki Suzuki 316 Nov 17, 2022
MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.

MZFormSheetPresentationController MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding sup

Michał Zaborowski 979 Nov 17, 2022
List a collection of items in a horizontally scrolling view. A scaling factor controls the size of the items relative to the center.

CAROUSEL List a collection of items in a horizontally scrolling view. A scaling factor controls the size of the items relative to the center. We speci

Ramotion 557 Dec 31, 2022