GithubHelp home page GithubHelp logo

tadeuzagallo / githubpulse Goto Github PK

View Code? Open in Web Editor NEW
543.0 543.0 20.0 25.52 MB

OS X StatusBar app to help you remember to contribute every day on Github

Home Page: http://tadeuzagallo.com/GithubPulse

License: MIT License

Makefile 1.50% JavaScript 52.80% HTML 0.34% CSS 13.32% Swift 31.13% Objective-C 0.49% Ruby 0.42%

githubpulse's People

Contributors

caarlos0 avatar fay-jai avatar joenyland avatar johnknaack avatar linclark avatar rafaelstz avatar rahatarmanahmed avatar tadeuzagallo avatar

Stargazers

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

Watchers

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

githubpulse's Issues

Use current Time Zone instead of GMT

I'm currently 7 hours behind GMT and when 17:00 rolls around I've noticed GitHub Pulse seems to think that it's a new day.

  • menu bar icon changes to red screen shot 2018-02-09 at 5 21 54 pm
  • new dot appears at zero in the graph, ahead today's dot (count of "1" below)
  • commits today reports zero with a red indicator.

screen shot 2018-02-09 at 5 23 06 pm

My GitHub contribution graph (before creating this issue) currently shows "1" for today:

screen shot 2018-02-09 at 5 18 37 pm

I'm assuming that this issue is because it just crossed over into the next day in GMT. The "Last updated" time is correct for my current time zone (Mountain Time Zone UTC-07:00).

screen shot 2018-02-09 at 5 19 34 pm

Support for a dark menubar?

Would it be possible to add a light icon for people using the dark menubar in Yosemite? It's currently rather hard to see ;)

screen shot 2015-01-13 at 16 27 01

Otherwise, as previously stated in the other issue: Absolutely love the idea for this! :D

Timezone support

Every morning GithubPulse will show commits from the last day. (I am in Central European Time)

Github api lock out for users with large following lists

I've run into a few issues with the app freezing and then refusing to start while testing users with large following lists (500+ users). This is mostly due to the fact that I'm disabling the caching system while testing. It might be worth while to ensure that it fails more gracefully or enforce an API call limit timer to ensure it doesn't happen to users.

Can't building

$make osx
TARGET=osx /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ./front -B build
webpack
Hash: ec0fa029a1053ac87a6e
Version: webpack 1.4.15
Time: 1860ms
           Asset    Size  Chunks             Chunk Names
public/bundle.js  932260       0  [emitted]  main
   [0] multi main 40 {0} [built]
   [1] ../javascript/utils.js 2377 {0} [built]
  [14] ../javascript/github-api.js 709 {0} [built]
    + 241 hidden modules
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ./widget -B release
xcodebuild archive -workspace GithubPulse.xcworkspace -scheme GithubPulse -archivePath GithubPulse
User defaults from command line:
    IDEArchivePathOverride = /Users/Victor/Documents/Works/GithubPulse/widget/GithubPulse

xcodebuild: error: The workspace 'GithubPulse' does not contain a scheme named 'GithubPulse'.
make[1]: *** [archive] Error 65
make: *** [osx] Error 2

Crashes on Open

Hi, similar to #22

GithubPulse crashes on open, it was working until today but now it only shows up on the menu for 3 seconds then disappears. Have redownloaded as well.

Will try to compile myself.

Here is the crash report of the release version.

Process:               GithubPulse [26930]
Path:                  /Applications/GithubPulse.app/Contents/MacOS/GithubPulse
Identifier:            com.tadeuzagallo.GithubPulse
Version:               0.3.1 (0.3.7)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           GithubPulse [26930]
User ID:               501

Date/Time:             2015-08-11 22:25:11.116 -0600
OS Version:            Mac OS X 10.10.4 (14E46)
Report Version:        11
Anonymous UUID:        B3A819E3-1BDC-DBD2-F490-309AFA1AB765


Time Awake Since Boot: 3000 seconds

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

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000002, 0x0000000000000000

Application Specific Information:
Swift dynamic cast failed

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libswiftCore.dylib              0x000000010fb44a82 swift_dynamicCastObjCClassUnconditional + 66
1   com.tadeuzagallo.GithubPulse    0x000000010f958b94 0x10f92e000 + 174996
2   com.apple.CFNetwork             0x00007fff8db577e6 __67+[NSURLConnection sendAsynchronousRequest:queue:completionHandler:]_block_invoke_2 + 155
3   com.apple.Foundation            0x00007fff86afa7e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
4   com.apple.Foundation            0x00007fff86afa5b5 -[NSBlockOperation main] + 97
5   com.apple.Foundation            0x00007fff86af9a6c -[__NSOperationInternal _start:] + 653
6   com.apple.Foundation            0x00007fff86af9543 __NSOQSchedule_f + 184
7   libdispatch.dylib               0x00007fff8e0a1c13 _dispatch_client_callout + 8
8   libdispatch.dylib               0x00007fff8e0adcbf _dispatch_main_queue_callback_4CF + 861
9   com.apple.CoreFoundation        0x00007fff8343f3f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
10  com.apple.CoreFoundation        0x00007fff833fa68f __CFRunLoopRun + 2159
11  com.apple.CoreFoundation        0x00007fff833f9bd8 CFRunLoopRunSpecific + 296
12  com.apple.HIToolbox             0x00007fff8bac056f RunCurrentEventLoopInMode + 235
13  com.apple.HIToolbox             0x00007fff8bac02ea ReceiveNextEventCommon + 431
14  com.apple.HIToolbox             0x00007fff8bac012b _BlockUntilNextEventMatchingListInModeWithFilter + 71
15  com.apple.AppKit                0x00007fff8cf2b8ab _DPSNextEvent + 978
16  com.apple.AppKit                0x00007fff8cf2ae58 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
17  com.apple.AppKit                0x00007fff8cf20af3 -[NSApplication run] + 594
18  com.apple.AppKit                0x00007fff8ce9d244 NSApplicationMain + 1832
19  com.tadeuzagallo.GithubPulse    0x000000010f9369f1 0x10f92e000 + 35313
20  libdyld.dylib                   0x00007fff90e4e5c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff8f44b232 kevent64 + 10
1   libdispatch.dylib               0x00007fff8e0a4a6a _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib          0x00007fff8f44a94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff899b740d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff8f44a94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff899b740d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff8f44a94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff899b740d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff8f44a94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff899b740d start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff8f44a94a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff899b740d start_wqthread + 13

Thread 7:

Thread 8:: JavaScriptCore::BlockFree
0   libsystem_kernel.dylib          0x00007fff8f44a136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff912f0d2e std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 126
2   com.apple.JavaScriptCore        0x00007fff8b535aca JSC::BlockAllocator::waitForDuration(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 170
3   com.apple.JavaScriptCore        0x00007fff8b3254b4 JSC::BlockAllocator::blockFreeingThreadMain() + 84
4   com.apple.JavaScriptCore        0x00007fff8b31acff WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 9:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff8f44a136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff912f0c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   com.apple.JavaScriptCore        0x00007fff8b325adb JSC::GCThread::waitForNextPhase() + 171
3   com.apple.JavaScriptCore        0x00007fff8b325938 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8b31acff WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 10:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff8f44a136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff912f0c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   com.apple.JavaScriptCore        0x00007fff8b325adb JSC::GCThread::waitForNextPhase() + 171
3   com.apple.JavaScriptCore        0x00007fff8b325938 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8b31acff WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 11:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff8f44a136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff912f0c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   com.apple.JavaScriptCore        0x00007fff8b325adb JSC::GCThread::waitForNextPhase() + 171
3   com.apple.JavaScriptCore        0x00007fff8b325938 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8b31acff WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 12:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff8f44a136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff912f0c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   com.apple.JavaScriptCore        0x00007fff8b325adb JSC::GCThread::waitForNextPhase() + 171
3   com.apple.JavaScriptCore        0x00007fff8b325938 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8b31acff WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 13:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff8f44a136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff912f0c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   com.apple.JavaScriptCore        0x00007fff8b325adb JSC::GCThread::waitForNextPhase() + 171
3   com.apple.JavaScriptCore        0x00007fff8b325938 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8b31acff WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 14:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff8f44a136 __psynch_cvwait + 10
1   libc++.1.dylib                  0x00007fff912f0c95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
2   com.apple.JavaScriptCore        0x00007fff8b325adb JSC::GCThread::waitForNextPhase() + 171
3   com.apple.JavaScriptCore        0x00007fff8b325938 JSC::GCThread::gcThreadMain() + 88
4   com.apple.JavaScriptCore        0x00007fff8b31acff WTF::wtfThreadEntryPoint(void*) + 15
5   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 15:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff8f4454de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8f44464f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff833faeb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff833fa37b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff833f9bd8 CFRunLoopRunSpecific + 296
5   com.apple.CFNetwork             0x00007fff8da2f220 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6   com.apple.Foundation            0x00007fff86adedc2 __NSThread__main__ + 1345
7   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
9   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 16:
0   libsystem_kernel.dylib          0x00007fff8f4454de mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8f44464f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff833faeb4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff833fa37b __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff833f9bd8 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff8cff356b _NSEventThread + 137
6   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 17:: DFG Worklist Worker Thread
0   libsystem_kernel.dylib          0x00007fff8f44a136 __psynch_cvwait + 10
1   com.apple.JavaScriptCore        0x00007fff8b61c93b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 219
2   com.apple.JavaScriptCore        0x00007fff8b31acff WTF::wtfThreadEntryPoint(void*) + 15
3   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
5   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 18:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff8f44a3fa __select + 10
1   libsystem_pthread.dylib         0x00007fff899b9268 _pthread_body + 131
2   libsystem_pthread.dylib         0x00007fff899b91e5 _pthread_start + 176
3   libsystem_pthread.dylib         0x00007fff899b741d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x000000010fb51772  rbx: 0x00006180004692c0  rcx: 0x0000000000000000  rdx: 0x00007fff723a7fd8
  rdi: 0x00006180004692c0  rsi: 0x00007fff82809a22  rbp: 0x00007fff502d00e0  rsp: 0x00007fff502d00d0
   r8: 0x0000000000000000   r9: 0x0000000000001800  r10: 0x00007fa3ba40a090  r11: 0x00007fff723a8618
  r12: 0x0000600000052480  r13: 0x00006000000d0e60  r14: 0x00006180004692c0  r15: 0x0000618000222a40
  rip: 0x000000010fb44a82  rfl: 0x0000000000000246  cr2: 0x000000010d7fd000

Logical CPU:     6
Error Code:      0x00000000
Trap Number:     3


Binary Images:
       0x10f92e000 -        0x10f97afff +com.tadeuzagallo.GithubPulse (0.3.1 - 0.3.7) <3B74F9E7-B773-3B17-98BC-55EDA950E173> /Applications/GithubPulse.app/Contents/MacOS/GithubPulse
       0x10f994000 -        0x10f998ff7 +libswiftAppKit.dylib (1.1 - 600.0.56.1) <ADE8E158-3B5D-30DD-9475-62B0C73C55A5> /Applications/GithubPulse.app/Contents/Frameworks/libswiftAppKit.dylib
       0x10f9a1000 -        0x10fb56ff7 +libswiftCore.dylib (1.1 - 600.0.56.1) <CEC002F8-8921-3AF7-BC7C-4B3EB2408A24> /Applications/GithubPulse.app/Contents/Frameworks/libswiftCore.dylib
       0x10fcb3000 -        0x10fccbfff +libswiftCoreGraphics.dylib (1.1 - 600.0.56.1) <2C8F72B7-2B3F-360E-9C0D-27D536ED32EA> /Applications/GithubPulse.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x10fce1000 -        0x10fce6fff +libswiftDarwin.dylib (1.1 - 600.0.56.1) <0FC957E0-02C3-3072-8C60-C4DD70279C0C> /Applications/GithubPulse.app/Contents/Frameworks/libswiftDarwin.dylib
       0x10fcf8000 -        0x10fcf9fff +libswiftDispatch.dylib (1.1 - 600.0.56.1) <903C3320-4A99-3834-B52C-DE560DB17B62> /Applications/GithubPulse.app/Contents/Frameworks/libswiftDispatch.dylib
       0x10fd05000 -        0x10fd55ff7 +libswiftFoundation.dylib (1.1 - 600.0.56.1) <02C1CF5A-5126-398C-96AE-AD472A2101E7> /Applications/GithubPulse.app/Contents/Frameworks/libswiftFoundation.dylib
       0x10fd8d000 -        0x10fd91fff +libswiftObjectiveC.dylib (1.1 - 600.0.56.1) <E322D758-937A-3908-A301-13AC7E10FC4C> /Applications/GithubPulse.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x10fd9e000 -        0x10fd9fff7 +libswiftQuartzCore.dylib (1.1 - 600.0.56.1) <4FED6AE4-1C45-352D-967F-27FB9E53307A> /Applications/GithubPulse.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x10fdab000 -        0x10fdabff7 +libswiftSecurity.dylib (1.1 - 600.0.56.1) <F9671369-8416-3A75-81ED-0758CCAF78EA> /Applications/GithubPulse.app/Contents/Frameworks/libswiftSecurity.dylib
    0x7fff696ef000 -     0x7fff69725837  dyld (353.2.1) <72A99D0F-0B56-3938-ABC5-67A0F33757C4> /usr/lib/dyld
    0x7fff8225e000 -     0x7fff822f4ff7  com.apple.cloudkit.CloudKit (283.67.3 - 283.67.3) <45D9ADA5-E7D2-3AA0-B0BC-A836BCFBDDCA> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff822f5000 -     0x7fff8231effb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff8231f000 -     0x7fff8280ffff  com.apple.MediaToolbox (1.0 - 1562.235) <019FCB83-F3B2-312A-8EAF-AE2D041C3413> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8282d000 -     0x7fff82c80fc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff82f1f000 -     0x7fff82f22fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff82f23000 -     0x7fff82f29fff  libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
    0x7fff82f2a000 -     0x7fff82f35ff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <A5640275-E2A6-3856-95EF-5F0DC440B10C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff82f36000 -     0x7fff82f36fff  com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff82f37000 -     0x7fff82f5dfff  com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff82f5e000 -     0x7fff82f74ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <C3E7D4C1-400D-34FA-9FE1-8C68C03CE969> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff82f75000 -     0x7fff82f7dffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff82f7e000 -     0x7fff83041ff7  libvMisc.dylib (516) <21497A28-8DCB-3EB8-BDAC-93C93382B0AA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff830bd000 -     0x7fff830d9fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff830da000 -     0x7fff830ebff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff830ec000 -     0x7fff830edff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff830ee000 -     0x7fff830eefff  libOpenScriptingUtil.dylib (162.2) <D6A2216D-ADB2-3F24-AD30-F6D00829F545> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff83107000 -     0x7fff83176fff  com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff83177000 -     0x7fff831a7ff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff831a8000 -     0x7fff831b1ff3  com.apple.CommonAuth (4.0 - 2.0) <07FD1753-5498-310F-8C58-49E2F27C614B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff831b2000 -     0x7fff83224fff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8323d000 -     0x7fff8323fff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff83240000 -     0x7fff83332ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff83333000 -     0x7fff8335bfff  libsystem_info.dylib (459.20.1) <AEB3FE62-4763-3050-8352-D6F9AF961AE6> /usr/lib/system/libsystem_info.dylib
    0x7fff8335c000 -     0x7fff83360fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff83361000 -     0x7fff83378ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff83382000 -     0x7fff83387ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff83388000 -     0x7fff83720ff7  com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff83721000 -     0x7fff83722fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8372d000 -     0x7fff83799fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8379a000 -     0x7fff83ba7ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff83ba8000 -     0x7fff83c2cfff  com.apple.PerformanceAnalysis (1.0 - 1) <BAE4C265-C0B9-3302-AC88-EB5F312FD33C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff83c2d000 -     0x7fff83d20ff7  libJP2.dylib (1238) <008AE93E-FB7F-3217-8220-0C1A6BEBFE0F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff83d21000 -     0x7fff83d34ff7  com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff83d5b000 -     0x7fff83de7ff7  libsystem_c.dylib (1044.10.1) <86FBED7A-F2C8-3591-AD6F-486DD57E6B6A> /usr/lib/system/libsystem_c.dylib
    0x7fff83de8000 -     0x7fff83e02ff7  libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
    0x7fff83e03000 -     0x7fff83e84ff7  com.apple.CoreUtils (1.1 - 110.1) <3808CBC5-1DF1-3821-8AAE-57C30D4F514B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff84035000 -     0x7fff84890ff7  com.apple.CoreGraphics (1.600.0 - 788.2) <448C9F37-82E5-3DA0-810A-484EE715196A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff84891000 -     0x7fff849a0ff3  com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff849a6000 -     0x7fff849aafff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff84a65000 -     0x7fff84a92fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff853d9000 -     0x7fff8541fff7  libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff85420000 -     0x7fff85491ffb  com.apple.ApplicationServices.ATS (360 - 375.4) <A1BEBCF8-8FC8-345D-B91D-1DA5773AF5A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff85492000 -     0x7fff854e3ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <17C35538-7C2B-3735-A1B3-E8487EED0668> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff85541000 -     0x7fff8565affb  com.apple.CoreText (352.0 - 454.9) <BBAB8852-40E5-3B76-A7AA-8098B69EF348> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff85683000 -     0x7fff8568aff7  libCGCMS.A.dylib (788.2) <453CF6DA-E195-38EA-9EC1-0CC1F1698391> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff8568b000 -     0x7fff8577dfff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff8577e000 -     0x7fff857e5ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8598d000 -     0x7fff8598eff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff859fc000 -     0x7fff85cfeffb  com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff85cff000 -     0x7fff85d7dfff  com.apple.CoreServices.OSServices (640.4 - 640.4) <5FDEFDEF-1BFC-3E67-9043-FA0CAA0D802E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff85e3f000 -     0x7fff85e4cfff  libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
    0x7fff85e85000 -     0x7fff85eb6ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <9D76F2E0-C28A-3DBC-A91F-E87888D46BF0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff85f8a000 -     0x7fff85f95ff7  libkxld.dylib (2782.30.5) <14CB6513-E373-3829-AD7D-F1C15397F64F> /usr/lib/system/libkxld.dylib
    0x7fff85f96000 -     0x7fff85fc8ff7  libTrueTypeScaler.dylib (134.4) <82731A4D-8107-3E93-AA6A-A69EF2EC68D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff85fc9000 -     0x7fff86018ff7  com.apple.opencl (2.4.2 - 2.4.2) <EB365E68-9965-3596-A40A-D1E372F3A9B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff86019000 -     0x7fff8606afff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8607d000 -     0x7fff8607dff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff8607e000 -     0x7fff86089fff  com.apple.AppSandbox (4.0 - 238.20.2) <BEFAB7F2-B189-391B-9B2D-FFF3EE2B77B6> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff86173000 -     0x7fff864defff  com.apple.VideoToolbox (1.0 - 1562.235) <3D60009A-D1D3-3062-84FE-CAAFCD4FBED0> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff864df000 -     0x7fff864f0ff3  libsystem_coretls.dylib (35.30.2) <0F7BAD0C-FC28-3E4B-8D21-06B426599043> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8650a000 -     0x7fff8650afff  com.apple.Accelerate (1.10 - Accelerate 1.10) <F1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8651b000 -     0x7fff86520ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff86521000 -     0x7fff8659afe7  libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
    0x7fff8659b000 -     0x7fff8685cffb  com.apple.WebKit (10600 - 10600.7.12) <A6515140-ADED-30E6-B010-E5C3EEC51732> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff868ac000 -     0x7fff868aefff  libCVMSPluginSupport.dylib (11.1.2) <1C5C1757-67F1-3C23-90EF-643619A0E7DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8693e000 -     0x7fff86a9ffff  com.apple.avfoundation (2.0 - 889.210) <27D19E4B-8C3E-3667-9DDD-2451ACDAC0C1> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff86aa0000 -     0x7fff86dd1fff  com.apple.Foundation (6.9 - 1153.20) <F0FF3A5D-C5B7-34A1-9319-DE1EF928E58E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff86dd4000 -     0x7fff86fce46f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff86fcf000 -     0x7fff8724eff7  com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff87295000 -     0x7fff87295fff  com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff875c2000 -     0x7fff875d1fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff875e3000 -     0x7fff875ecff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff875ed000 -     0x7fff875fdff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff8761d000 -     0x7fff87622fff  libsystem_stats.dylib (163.30.2) <48A9387D-5C63-3E79-979C-F675552F6FC9> /usr/lib/system/libsystem_stats.dylib
    0x7fff876a0000 -     0x7fff876bcff7  libsystem_malloc.dylib (53.30.1) <DDA8928B-CC0D-3255-BD8A-3FEA0982B890> /usr/lib/system/libsystem_malloc.dylib
    0x7fff876bd000 -     0x7fff87709ff7  libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
    0x7fff87d8e000 -     0x7fff87dbeff7  libncurses.5.4.dylib (44) <F09809A4-53B9-3E91-A8FA-D3F584C03AA3> /usr/lib/libncurses.5.4.dylib
    0x7fff87dce000 -     0x7fff87dcefff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <B92888D0-ED3F-3430-8F3A-6E56FD16C5F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff87e3c000 -     0x7fff8810bff3  com.apple.CoreImage (10.3.4) <C1AE8252-A95D-3BF4-83B8-BE85E979F2CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8810c000 -     0x7fff88137fff  com.apple.DictionaryServices (1.2 - 229) <F03DFAC6-6285-3176-9C6D-7CC50F8CD52A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff881d5000 -     0x7fff882c9fff  libFontParser.dylib (134.4) <12F2E476-F05A-3F01-92FF-6E0C6D7F8DD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff882ca000 -     0x7fff882d7ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff882d8000 -     0x7fff882f2ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff882fb000 -     0x7fff884e0ff7  libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib
    0x7fff884e1000 -     0x7fff884e9fff  libsystem_dnssd.dylib (576.30.4) <4EA2DEC3-77EE-3941-A703-DE6DC2056B15> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff884ea000 -     0x7fff8850fff7  libPng.dylib (1238) <7F83D4C1-7B5E-3DEE-97EE-27E3D41DACFE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff88881000 -     0x7fff88915fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8892b000 -     0x7fff8892dfff  libRadiance.dylib (1238) <6E7F8A71-DA8B-3415-9E64-6DC6FAD16F5C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8892e000 -     0x7fff8892ffff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff88930000 -     0x7fff8894aff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff889f3000 -     0x7fff899b5ffb  com.apple.WebCore (10600 - 10600.7.11) <930FAFBB-C906-3017-A62B-5AE3B404A168> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff899b6000 -     0x7fff899bffff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
    0x7fff899c0000 -     0x7fff899c0fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff89ae1000 -     0x7fff89f11fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff89f24000 -     0x7fff89f70fff  com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff89f71000 -     0x7fff89f9dfff  libsandbox.1.dylib (358.20.5) <931BB6B5-F207-344A-8596-F1D0BB910C9A> /usr/lib/libsandbox.1.dylib
    0x7fff89f9e000 -     0x7fff89f9fffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff89fd6000 -     0x7fff89fe7fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff89fe8000 -     0x7fff8a005ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff8a01c000 -     0x7fff8a024ff7  com.apple.AppleSRP (5.0 - 1) <68F0C577-ED96-34F2-B701-CE3023367D4D> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8a025000 -     0x7fff8a0baff7  com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8a12d000 -     0x7fff8a13fff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff8a140000 -     0x7fff8a143fff  com.apple.xpc.ServiceManagement (1.0 - 1) <D94F7F86-4015-3453-92FD-ADC04F215C04> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8a144000 -     0x7fff8a146fff  libsystem_configuration.dylib (699.30.1) <B124CC64-59B9-354F-A693-B3431ADB87AC> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8a5ce000 -     0x7fff8a711fff  libsqlite3.dylib (168.2) <BCB1F77E-2484-3EC4-A1D5-1AE90A407A23> /usr/lib/libsqlite3.dylib
    0x7fff8a718000 -     0x7fff8a773ff7  libTIFF.dylib (1238) <65A80200-F0AF-3C14-B593-CC9D69151F5E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8a774000 -     0x7fff8a799ff7  libJPEG.dylib (1238) <D27EE6B6-8E93-3D4A-9F29-14E52D4F5334> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8a79a000 -     0x7fff8a7a1ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8aa01000 -     0x7fff8aa60fff  com.apple.AE (681.2 - 681.2) <450F45DB-0F60-383D-BD22-03E296C82675> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8aa86000 -     0x7fff8aa9cff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff8aa9d000 -     0x7fff8ae74fe7  com.apple.CoreAUC (211.1.0 - 211.1.0) <12645629-E065-388E-A6B5-094A240578CE> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8ae79000 -     0x7fff8ae7afff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff8afb0000 -     0x7fff8afdbfff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff8afdc000 -     0x7fff8b30fff7  libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
    0x7fff8b310000 -     0x7fff8b825ffb  com.apple.JavaScriptCore (10600 - 10600.7.12) <AB93CD01-8F15-3727-9507-E0ED34A1D3B5> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8b833000 -     0x7fff8b83fff7  com.apple.OpenDirectory (10.10 - 187) <2A6F3C10-71EE-3ABE-AD71-0B68F13B9C79> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8b870000 -     0x7fff8b8b1fff  libGLU.dylib (11.1.2) <2BA52A8D-ED35-3D86-B2D6-41479969C96D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8b8b2000 -     0x7fff8b8b7ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff8b8b8000 -     0x7fff8b8b8ff7  liblaunch.dylib (559.30.1) <B1301610-D60C-3301-B254-11F066BD48A7> /usr/lib/system/liblaunch.dylib
    0x7fff8b8c6000 -     0x7fff8b965e27  com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8b966000 -     0x7fff8b96cff7  libsystem_networkextension.dylib (167.30.1) <3E99FF35-DCBB-3A4C-8853-F1F39A792D29> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8ba8e000 -     0x7fff8bd93ff3  com.apple.HIToolbox (2.1.1 - 758.7) <083019EB-7F58-36F1-BF7F-9E746F692E5C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8be33000 -     0x7fff8be79ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff8be7a000 -     0x7fff8bea2fff  libxpc.dylib (559.30.1) <80D68997-17B9-32B6-A5FA-A218216415E5> /usr/lib/system/libxpc.dylib
    0x7fff8beb2000 -     0x7fff8c019ffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8c01a000 -     0x7fff8c025fff  libcommonCrypto.dylib (60061.30.1) <E789748D-F9A7-3CFF-B317-90DF348B1E95> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8c06d000 -     0x7fff8c070ffb  libCGXType.A.dylib (788.2) <2F4BD0F4-9A86-3611-9004-F14E4FDCBAE9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8c084000 -     0x7fff8c1b4fff  com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8c1c4000 -     0x7fff8c1c6fff  libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8c1c7000 -     0x7fff8c1e2fff  com.apple.AppleVPAFramework (1.4.5 - 1.4.5) <A6421B0B-6D4D-3E64-AC61-DDB04ED7CFF0> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff8c1e3000 -     0x7fff8c21bfff  libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib
    0x7fff8c29a000 -     0x7fff8c428fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8c5b6000 -     0x7fff8c5e6fff  com.apple.GSS (4.0 - 2.0) <7DE487D3-50C8-3A45-8C17-B8806B5E6AA5> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8c5e7000 -     0x7fff8c724fff  com.apple.ImageIO.framework (3.3.0 - 1238) <90A981D0-6775-325E-86A7-1CDAC686E78C> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8c78b000 -     0x7fff8c793ff3  com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff8c794000 -     0x7fff8c7ceffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8c8a2000 -     0x7fff8c8dafff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8c8db000 -     0x7fff8c8e1ff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8c8e2000 -     0x7fff8c94eff3  com.apple.MMCS (1.3 - 327.5) <FC998246-ED60-334D-9E94-453F35EF9C78> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff8ce79000 -     0x7fff8ce98fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff8ce9a000 -     0x7fff8da1bff7  com.apple.AppKit (6.9 - 1348.17) <E485D56D-3E72-34B7-99BB-BFDEE2D07BF5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8da1c000 -     0x7fff8da1cff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff8da1d000 -     0x7fff8da25fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff8da26000 -     0x7fff8dc33ffb  com.apple.CFNetwork (720.4.4 - 720.4.4) <71A596B3-A837-3ADF-9560-1DCDA9292F96> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8dc3f000 -     0x7fff8dd63ff7  com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8de09000 -     0x7fff8df31ff7  com.apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8df45000 -     0x7fff8df50fff  libGL.dylib (11.1.2) <FD8B7B67-1532-32A1-B369-9D7A6C1EB3ED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8df5e000 -     0x7fff8df65fff  com.apple.NetFS (6.0 - 4.0) <C263C8F8-F284-3101-AC82-A97A81716063> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8df66000 -     0x7fff8df74ff7  com.apple.opengl (11.1.2 - 11.1.2) <5F355713-4637-33CD-9CBA-4B4CA43FB0FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8df75000 -     0x7fff8dfaefff  com.apple.AirPlaySupport (2.0 - 215.18) <A7730005-A538-30E8-815B-727957D74C89> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
    0x7fff8dfb1000 -     0x7fff8dfe0ff7  com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <B93D4775-149C-3698-B38C-9C50673D455C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8dfe1000 -     0x7fff8e055ffb  com.apple.securityfoundation (6.0 - 55126) <D3C26373-83B1-3FDF-AD9C-39875D84312A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8e060000 -     0x7fff8e063fff  com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8e064000 -     0x7fff8e09ffff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8e0a0000 -     0x7fff8e0caff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff8e10f000 -     0x7fff8e113ff7  libGIF.dylib (1238) <BC3D19AA-E880-316A-9F25-872A3C94FDC7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8e254000 -     0x7fff8e257ff7  com.apple.Mangrove (1.0 - 1) <6326024D-5C8D-3F59-9468-ACA1E01BC70C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8ebb7000 -     0x7fff8ebb9fff  com.apple.SecCodeWrapper (4.0 - 238.20.2) <C6C126F0-6BF4-3E29-A9B7-7BAD8D17EE4F> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8ebba000 -     0x7fff8ebc7ff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8ec03000 -     0x7fff8ec05fff  libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
    0x7fff8ec06000 -     0x7fff8ec51fff  com.apple.CloudDocs (1.0 - 321.9) <9CFB3AAF-9BD4-3543-BAEA-06AFC177A288> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff8ec52000 -     0x7fff8ec6cff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8ec6d000 -     0x7fff8ec8dfff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8ed46000 -     0x7fff8ed4dfff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff8ed4e000 -     0x7fff8eefeff3  com.apple.QuartzCore (1.10 - 361.19) <F815B60E-75E3-3263-BE93-27A49882CF58> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8eeff000 -     0x7fff8ef01fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff8ef6e000 -     0x7fff8ef8eff7  com.apple.MultitouchSupport.framework (264.6 - 264.6) <B4BDB2C0-5D4E-30F4-8EB0-CC16C91DF418> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8ef8f000 -     0x7fff8ef9aff7  com.apple.CrashReporterSupport (10.10 - 631) <C44259AC-0A1C-3EC5-99AC-48CB520A709D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8ef9b000 -     0x7fff8efe8ff7  com.apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8efe9000 -     0x7fff8efe9fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8efea000 -     0x7fff8f260ff7  com.apple.security (7.0 - 57031.30.12) <E9CF3D8E-0165-3EB2-BED9-FDB99CDA924B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8f261000 -     0x7fff8f266ffb  libheimdal-asn1.dylib (398.10.1) <D362D79B-CC4F-3E62-9BC7-9B645BEBBF4E> /usr/lib/libheimdal-asn1.dylib
    0x7fff8f399000 -     0x7fff8f422ff7  com.apple.CoreSymbolication (3.1 - 57020.2) <FA7C613D-B4DF-333A-B3D6-884CE87E2C6D> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8f42b000 -     0x7fff8f433fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff8f434000 -     0x7fff8f451fff  libsystem_kernel.dylib (2782.30.5) <101D28C0-AF07-3B81-87BE-CA27ADED33AB> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8f452000 -     0x7fff8f584ff7  com.apple.MediaControlSender (2.0 - 215.18) <88726256-A71E-33A8-A56C-ABA208951C92> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff8f5e6000 -     0x7fff8f640ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8f73b000 -     0x7fff8f748ff3  com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8f785000 -     0x7fff8f8c9ff7  com.apple.QTKit (7.7.3 - 2890.6) <E657DE0D-F8C8-3B2F-A1B6-505EF2A01CF3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8f8ca000 -     0x7fff8f8dcff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8f9cd000 -     0x7fff8f9e6ff7  com.apple.CFOpenDirectory (10.10 - 187) <2BF2705E-2CC6-37E7-BD49-D4B4E01591E3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff902d0000 -     0x7fff902e5ff7  com.apple.AppContainer (4.0 - 238.20.2) <2AA2EF49-9F38-31F6-8B08-8CC7C26F57F3> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff903eb000 -     0x7fff903effff  libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff903f0000 -     0x7fff9066efff  com.apple.RawCamera.bundle (6.05 - 806) <21725AF6-40DA-3753-8556-114692B675E0> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff906c3000 -     0x7fff906c9fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff906e6000 -     0x7fff9070efff  libRIP.A.dylib (788.2) <4DAA8224-AD10-3865-BF9F-DF56168914F9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff907c6000 -     0x7fff907c6fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff907c7000 -     0x7fff907c8ff3  libSystem.B.dylib (1213) <AD223AEB-237D-35A3-825E-EECF95916838> /usr/lib/libSystem.B.dylib
    0x7fff907c9000 -     0x7fff907e4ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff907e5000 -     0x7fff907e7ff7  com.apple.securityhi (9.0 - 55006) <41996F52-0848-3384-BF45-2821FB38A369> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff907e8000 -     0x7fff90832fff  com.apple.HIServices (1.22 - 523) <C7F6A39C-EBC0-3AA7-B355-2DBF988B5A6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff90833000 -     0x7fff90880ff3  com.apple.CoreMediaIO (601.0 - 4760) <48F0ABFD-99F1-349F-8AFF-FA68615421D8> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff90881000 -     0x7fff908acff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff908b3000 -     0x7fff90973ff7  com.apple.backup.framework (1.6.5 - 1.6.5) <86396038-33EA-3046-9F70-093A3D6407D4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff90981000 -     0x7fff9098afff  libGFXShared.dylib (11.1.2) <7F9F6175-E993-3014-8C9B-1F08CE7C75A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff90a17000 -     0x7fff90b5effb  com.apple.WebKitLegacy (10600 - 10600.7.12) <2C1FD36C-E7C6-3B2D-B5D8-62EC8EFC58F2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff90b5f000 -     0x7fff90b63fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff90c0b000 -     0x7fff90c2cfff  com.apple.framework.Apple80211 (10.3 - 1030.71.6) <C0A17391-5C8B-34B1-BD46-8D644AB57DE0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff90c59000 -     0x7fff90c5bfff  com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff90cb2000 -     0x7fff90cd6ff7  com.apple.Sharing (328.17 - 328.17) <AD5E243A-B79F-3D7B-800B-A2C99A1CFEF1> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff90d9b000 -     0x7fff90da0fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff90da1000 -     0x7fff90e08ffb  com.apple.datadetectorscore (6.0 - 396.1.1) <2127914D-0F8B-3032-9E25-E4209531D948> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff90e4b000 -     0x7fff90e4eff7  libdyld.dylib (353.2.1) <78E8F33D-0C86-3DB6-A93D-B67A25BA3522> /usr/lib/system/libdyld.dylib
    0x7fff90e4f000 -     0x7fff90ebdffb  com.apple.Heimdal (4.0 - 2.0) <E376CB36-6A8E-36A8-88E7-D06948417D58> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff90ebe000 -     0x7fff90ec2fff  com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff90ed0000 -     0x7fff90f48ff7  com.apple.SystemConfiguration (1.14.4 - 1.14) <E3495342-E80D-358D-9290-6C02F5F46BCA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff91041000 -     0x7fff91094ffb  libAVFAudio.dylib (118.6) <2441D4C1-D8FB-3DA9-9DD7-914E03413882> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff91205000 -     0x7fff91245ff7  libGLImage.dylib (11.1.2) <9B05F3BF-D111-3B01-B7F8-C5EF7E02000B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff91246000 -     0x7fff912e8fff  com.apple.Bluetooth (4.3.5 - 4.3.5f8) <DB1CF332-A131-3DF1-BE85-A05594F6DA5F> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff912e9000 -     0x7fff9133dfff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff9133e000 -     0x7fff913d5fff  com.apple.CoreMedia (1.0 - 1562.235) <F8A31A50-8C7D-3199-845E-303CDD437EB6> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff91477000 -     0x7fff9158efe7  libvDSP.dylib (516) <DFEDB210-49D1-3803-88A2-C61DB6A45C3D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff915c8000 -     0x7fff91666fff  com.apple.Metadata (10.7.0 - 917.36) <FCDD8B56-F57A-3A49-9124-CE9CEE20C502> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff91667000 -     0x7fff91671ff7  com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff91672000 -     0x7fff916adfff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff916ae000 -     0x7fff916c7ff3  com.apple.openscripting (1.6.4 - 162.2) <BF79207B-C762-346D-8FF0-3DDCECC9E9E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff916eb000 -     0x7fff919d2ffb  com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff91cd9000 -     0x7fff91d09fff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.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: 5907
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=229.8M resident=310.1M(135%) swapped_out_or_unallocated=16777216.0T(7655277461504%)
Writable regions: Total=1.1G written=24.3M(2%) resident=29.8M(3%) swapped_out=0K(0%) unallocated=1.1G(97%)

REGION TYPE                        VIRTUAL
===========                        =======
CG backing stores                     696K
CG shared images                      208K
CoreAnimation                        1276K
CoreUI image data                      12K
Foundation                              4K
Image IO                               92K
JS JIT generated code               256.0M
JS JIT generated code (reserved)    768.0M        reserved VM address space (unallocated)
JS garbage collector                 4768K
Kernel Alloc Once                       8K
MALLOC                               91.9M
MALLOC (admin)                         32K
Memory Tag 242                         12K
Memory Tag 251                          8K
STACK GUARD                          56.1M
Stack                                16.2M
Stack (reserved)                      520K        reserved VM address space (unallocated)
VM_ALLOCATE                          17.2M
WebKit Malloc                        12.0M
__DATA                               19.6M
__IMAGE                               528K
__LINKEDIT                           72.5M
__TEXT                              157.3M
__UNICODE                             552K
mapped file                         121.0M
shared memory                           4K
===========                        =======
TOTAL                                 1.6G
TOTAL, minus reserved VM space      827.8M

Reduce icon size.

Love the app! Got a new Macbook and it's working for me (#22).

While it wasn't working I made my own version of the app, and I found that making the icon 20x20px matches the style of other icons:


My app on is the right.

Just a suggestion!

OS X Widget is counting private commits

My OS X widget is currently counting private commits. It's happening in older versions also (v0.3.2). I'm not sure how the WebView has gotten authenticated to return the private repos in the SVG. I'm also not sure how to clear this so it only pulls the public version of the SVG. Is anyone else having this issue?

2015-01-30_10-08-17

Rename to "contributions today"

GithubPulse showed that I had made 1 commit today, but I was pretty sure I hadn't made any commits. Indeed, I looked online and saw that I had simply opened an issue on a project. These also count as contributions that keep the streak going. This should be renamed to "contributions today" rather than "commits today".

GithubPulse crashes on open.

GithubPulse won't open for me :(

Here's my OS details:

And here's the output:

2015-01-16 03:01:40.745 GithubPulse[1420:3275370] -[_TtC11GithubPulse11AppDelegate initWithCoder:]: unrecognized selector sent to instance 0x7f96b8d66c60
2015-01-16 03:01:40.747 GithubPulse[1420:3275370] An uncaught exception was raised
2015-01-16 03:01:40.747 GithubPulse[1420:3275370] -[_TtC11GithubPulse11AppDelegate initWithCoder:]: unrecognized selector sent to instance 0x7f96b8d66c60
2015-01-16 03:01:40.748 GithubPulse[1420:3275370] (
    0   CoreFoundation                      0x00007fff89aaaf1c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff896d374e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff89aade4d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    3   CoreFoundation                      0x00007fff899f63c4 ___forwarding___ + 1028
    4   CoreFoundation                      0x00007fff899f5f38 _CF_forwarding_prep_0 + 120
    5   AppKit                              0x00007fff8b8be8bb -[NSClassSwapper initWithCoder:] + 502
    6   Foundation                          0x00007fff929ae540 _decodeObjectBinary + 2872
    7   Foundation                          0x00007fff929ad896 _decodeObject + 278
    8   AppKit                              0x00007fff8b896122 -[NSNibConnector initWithCoder:] + 106
    9   AppKit                              0x00007fff8b895fad -[NSNibOutletConnector initWithCoder:] + 75
    10  Foundation                          0x00007fff929ae540 _decodeObjectBinary + 2872
    11  Foundation                          0x00007fff929af611 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1871
    12  Foundation                          0x00007fff929af825 -[NSArray(NSArray) initWithCoder:] + 200
    13  Foundation                          0x00007fff929ae540 _decodeObjectBinary + 2872
    14  Foundation                          0x00007fff929ad896 _decodeObject + 278
    15  AppKit                              0x00007fff8b894c42 -[NSIBObjectData initWithCoder:] + 200
    16  Foundation                          0x00007fff929ae540 _decodeObjectBinary + 2872
    17  Foundation                          0x00007fff929ad896 _decodeObject + 278
    18  AppKit                              0x00007fff8b894a1c loadNib + 300
    19  AppKit                              0x00007fff8be0dd90 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    20  AppKit                              0x00007fff8b894145 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
    21  AppKit                              0x00007fff8b893f11 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
    22  AppKit                              0x00007fff8b88fe49 NSApplicationMain + 605
    23  GithubPulse                         0x000000010986bc51 GithubPulse + 35921
    24  libdyld.dylib                       0x00007fff94c3e5c9 start + 1
)
2015-01-16 03:01:40.750 GithubPulse[1420:3275370] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_TtC11GithubPulse11AppDelegate initWithCoder:]: unrecognized selector sent to instance 0x7f96b8d66c60'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff89aaaf1c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff896d374e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff89aade4d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    3   CoreFoundation                      0x00007fff899f63c4 ___forwarding___ + 1028
    4   CoreFoundation                      0x00007fff899f5f38 _CF_forwarding_prep_0 + 120
    5   AppKit                              0x00007fff8b8be8bb -[NSClassSwapper initWithCoder:] + 502
    6   Foundation                          0x00007fff929ae540 _decodeObjectBinary + 2872
    7   Foundation                          0x00007fff929ad896 _decodeObject + 278
    8   AppKit                              0x00007fff8b896122 -[NSNibConnector initWithCoder:] + 106
    9   AppKit                              0x00007fff8b895fad -[NSNibOutletConnector initWithCoder:] + 75
    10  Foundation                          0x00007fff929ae540 _decodeObjectBinary + 2872
    11  Foundation                          0x00007fff929af611 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1871
    12  Foundation                          0x00007fff929af825 -[NSArray(NSArray) initWithCoder:] + 200
    13  Foundation                          0x00007fff929ae540 _decodeObjectBinary + 2872
    14  Foundation                          0x00007fff929ad896 _decodeObject + 278
    15  AppKit                              0x00007fff8b894c42 -[NSIBObjectData initWithCoder:] + 200
    16  Foundation                          0x00007fff929ae540 _decodeObjectBinary + 2872
    17  Foundation                          0x00007fff929ad896 _decodeObject + 278
    18  AppKit                              0x00007fff8b894a1c loadNib + 300
    19  AppKit                              0x00007fff8be0dd90 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    20  AppKit                              0x00007fff8b894145 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
    21  AppKit                              0x00007fff8b893f11 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
    22  AppKit                              0x00007fff8b88fe49 NSApplicationMain + 605
    23  GithubPulse                         0x000000010986bc51 GithubPulse + 35921
    24  libdyld.dylib                       0x00007fff94c3e5c9 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6

Anyway, amazing idea for an app! I have an alarm to remind me to commit but this seems more elegant.

๐Ÿ‘

Icon not updating

When I click on the reload button at the bottom-left corner and the commits go from 0 to 1 the icon is not updated, it stays red.

Why does the menubar not dim when a display is not active?

This isn't a big issue, but it's an issue nonetheless.

I have two displays on my Mac and when one screen has focus, the other's menu bar is dimmed, along with any app icons that are contained within it.

The icon for GithubPulse is not dimmed as shown in this screen shot.

screen shot 2016-10-07 at 9 41 39 am

Any ideas why? If it's an easy fix, I don't mind submitting a PR, I just have no idea where to look in the code to fix this ๐Ÿ˜€

List of users being followed

I created a list of the users you are following. It shows their commits today and current streak. This is something I wanted to use to help keep track of my team and push them to make public commits before they leave the office.

following_list

I still have some clean up work for things like pagination for > 100 users and firefox extension support before I do a pull request but I wanted to see if anyone had any feedback on it's current layout or improvements I could add. You can see the current branch here.

Load more in Follow list

In "users I'm following" set a limit (like 20) and add a button to load some others.

The load about other user are damn slow.

I don't know if this is a better idea, but maybe resolve the problem about load that info.

npm install error

I'm getting peerinvalid npm errors around nib and stylus-loader when I try to run npm install - any advice?

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.