GithubHelp home page GithubHelp logo

martakostova / pomodoro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ugol/pomodoro

106.0 106.0 23.0 17.27 MB

Time management for your Mac

Home Page: http://martakostova.github.io/timer

Makefile 0.06% HTML 0.72% Objective-C 97.52% AppleScript 0.43% C 1.12% Ruby 0.15%

pomodoro's People

Contributors

alexanderwillner avatar avanderberg avatar crmaxx avatar marcusramberg avatar martakostova avatar partlyhuman avatar pitkali avatar sursh avatar theirix avatar ugol avatar vgrichina avatar zellux 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

pomodoro's Issues

Timer disappears during breaks

The visual timer disappears during the breaks, making it hard to see how much break time is still available at a glance. :(

calendar integration

Hello I have this on my computer and it worked great with Catalina but then my hard drive failed and i had to have everything reloaded. Now it no longer integrates with my calendar in mac - any suggestions?

Migrate Statistics

I want to migrate my old pomodoro statistics into Timer.

How do I do that?

Calendar integration

Is it working? if i try to refresh the list of the calendar they don't show up.
I'm basically not able to enable the feature.
(I built the app by myself)

Timer stops during screen lock

Hi,

I am working in an open office environment and locking the screen is quite common.
The timer stops if a lock (Ctrl+Shift+Eject) my screen.

I am not absolutely sure but I think one or two os versions before Yosemite it didn't stop.

Is there some configuration change for this available? Can you reproduce it?

Thanks in advance,
Alex

App crashes after first pomodoro is done

I'm having the same issue as with the original app.
On Mavericks it crashes after the first pomodoro is done :(

My console says the following:
08.08.14 23:00:43,386 com.apple.launchd.peruser.501[154]: (io.github.martakostova.Pomodoro.77648[3206]) Job appears to have crashed: Segmentation fault: 11

Hope this will be fixed soon...

make reports "Error 1" even when builds succeeds

As shown below, make reports an error and doesn't provide the binary path. But the Timer.app was actually successfully built and there are no errors in the make.log (gist of make.log).

$ make clean no-sig timer
Logging output to file 'make.log'
Cleaning up...
Removing signature information...
Building Timer.app...
Find the binary at:
make: *** [timer] Error 1

This is on macOS 10.13.6 (17G2208) with Xcode 10.13.6 (17G2208).

$timerName is not working!

Hi,
(Mavericks 10.9.3, Timer 2.0.1.) The command $timerName is not getting the name of the timer correctly.

captura de tela 2014-06-01 as 15 57 40
captura de tela 2014-06-01 as 16 00 18

Applescripts not working

Hey,

Not sure if I'm doing something wrong.. I'm using these simple applescripts to change my Adium status based on timers:

https://github.com/johnhampton/PomoScripts

The scripts work fine when executed from the CLI, using osascript, but don't work at all in Timer.

When I try and execute them from the "Timer Scripting Helper", I get the error below popping up:

"System Events got an error: Application isn't running"

Do I need to adjust the scripts to make them work in Timer?

Thanks!
David

Suggest previous timer names

"Start Timer" dialog should suggest existing timer names for the combobox so it's easy to switch between typical activities. Seems to be easy fixed: combo box is filled from the timer description but can be populated using PomodoroArrayController.

AppleScript start script: "System Events got an error: Application isn’t running."

I'm attempting to get the following AppleScript to process on the "Start" event (Preferences -> Scripts):

tell application "System Events" to tell UI element "HipChat" of list 1 of process "Dock"
  perform action "AXShowMenu"
  delay 0.5
  click menu item "Status" of menu 1
  click menu item "Do Not Disturb" of menu 1 of menu item "Status" of menu 1
end tell

The snippet works fine in AppleScript editor, but Timer gives this error when testing:

System Events got an error: Application isn’t running.

I'm unsure which application it is referring to. Dock and HipChat are running (works from AppleScript editor).

Any help appreciated. Thanks

'$timerName' variable apparently not working

Hi Marta,

I just bought Timer on the Mac App Store, so far it's been working fine except for the $timerName variable on notifications and calendar integration: it shows verbatim. It may sound silly (I am not a programmer) but I tried a few variations, including using $timerDescription, but so far the problem continues. Also, is there any list with allowed options and variables for displaying info?

Thanks a lot,

Rodrigo

Permissions for running applescripts

@martakostova I was wondering if you can help!

I am trying to add the following applescript so that my computer locks itself at the end of pomodoro period. This is so I can make sure that I take my pomodoro break as I often miss the alarm and next thing I know 3 hours have gone by without a break.

activate application "SystemUIServer"
tell application "System Events"
    tell process "SystemUIServer" to keystroke "q" using {command down, control down}
end tell

However I am getting an error when trying to do this. After doing some research I think the script is failing because the app does not have the right permissions. I am not sure but I think the problem is that it is not in the Automation tab of the Security and Privacy settings.

Screenshot 2019-05-07 at 19 57 23

Do you know if there's anything that can be done?

can't use curl in an AppleScript

Trying to post to a website to log the end of my pomodoros. I always get an error "curl (7) can't connect to xxx.xx.xx.xx. Operation not permitted"

The exact same script runs just fine in Apple script editor or ScriptDebugger.

Try this script .

set X to "http://www.google.com"
do shell script "curl -X GET " & quoted form of X

Its a simple GET request. Works fine in ScriptDebugger or Applescript editor. But fails when attached to an event in Timer.

Build fails

make clean no-sig timer
Logging output to file 'make.log'
Cleaning up...
Removing signature information...
Building Timer.app...
** BUILD FAILED **


The following build commands failed:
        Ld /Users/oliver/Library/Developer/Xcode/DerivedData/Timer-eczfdxazowouiyacmenywqnnawln/Build/Products/Release/PomodoroTests.octest/Contents/MacOS/PomodoroTests normal x86_64
(1 failure)
make: *** [timer] Error 65

How can add some more output to the log for debugging?

Interrupt timer limit

Back when Timer was Pomodoro, you could edit the plist file to change the number of seconds a timer interrupt could last beyond the maximum in the GUI (it doesn't except integers past 60). This does not appear to be supported anymore. I looked in the code to try and see where I would change that max value, but have yet to find the culprit. I would really appreciate being able to set it beyond 60 seconds (to a number of minutes) as I regularly get interrupted by phone calls. I'm happy to fix it myself if someone tells me where to look. Thanks!

Cannot start Timer.app (from AppStore) on Lion

Hi,

Since I have updated Timer from AppStore, I am failing to start it on Mac OS Lion. It seems to start launching, you see a kind of "flickering" on the menu bar, and then nothing shows up (nor is present on the list of processes).

Bellow I send one of the bug reports Log file... It seems to mention a "code signature invalid", I have no experience with these log files or Mac OS programming, so I cannot understand what this is.

This does not take place on another system where I use Mavericks.

Any ideas on what may be happening?

Cheers!


Process: Timer [978]
Path: /Applications/Timer.app/Contents/MacOS/Timer
Identifier: io.github.martakostova.Pomodoro
Version: 2.0.2 (2.0.2)
App Item ID: 799574890
App External ID: 664422676
Code Type: X86-64 (Native)
Parent Process: launchd [445]

Date/Time: 2014-09-22 09:30:53.812 +0200
OS Version: Mac OS X 10.7.5 (11G63)
Report Version: 9

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

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

Application Specific Information:
dyld: launch, running initializers
/usr/lib/libSystem.B.dylib
xpchelper reply message validation: code signature invalid
Process is not in an inherited sandbox.

Application Specific Signatures:
code signature invalid

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libxpc.dylib 0x00007fff8da7e267 runtime_init + 823
1 libdispatch.dylib 0x00007fff93b7d3f2 dispatch_once_f + 53
2 libxpc.dylib 0x00007fff8da7eaf5 xpc_runtime_set_domain + 285
3 libxpc.dylib 0x00007fff8da7bf3d libxpc_initializer + 452
4 libSystem.B.dylib 0x00007fff96d70e7e libSystem_initializer + 222
5 dyld 0x00007fff6a2abda6 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 218
6 dyld 0x00007fff6a2abaf2 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 46
7 dyld 0x00007fff6a2a92e4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 260
8 dyld 0x00007fff6a2a927d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 157
9 dyld 0x00007fff6a2a927d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 157
10 dyld 0x00007fff6a2a927d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 157
11 dyld 0x00007fff6a2a927d ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 157
12 dyld 0x00007fff6a2aa0b7 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 59
13 dyld 0x00007fff6a29f4dd dyld::initializeMainExecutable() + 206
14 dyld 0x00007fff6a2a360b dyld::main(macho_header const, unsigned long, int, char const
, char const__, char const_*) + 1852
15 dyld 0x00007fff6a29d059 _dyld_start + 49

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000062 rbx: 0x00007fff5fbfcb60 rcx: 0x00007fff5fbfcbc2 rdx: 0x0000000000000000
rdi: 0x0000000000000000 rsi: 0x00007fff5fbfbdf8 rbp: 0x00007fff5fbfdbb0 rsp: 0x00007fff5fbfc2c0
r8: 0x00007fff5fbfc280 r9: 0x00000000000000aa r10: 0x0000000000000000 r11: 0x00007fff5fbfcb84
r12: 0x0000000000000004 r13: 0x000000010010a3a0 r14: 0x000000010010a610 r15: 0x000000000000000e
rip: 0x00007fff8da7e267 rfl: 0x0000000000010202 cr2: 0x0000000104d63e70
Logical CPU: 6

Binary Images:
0x100000000 - 0x10001dfff +io.github.martakostova.Pomodoro (2.0.2 - 2.0.2) <70FD286D-A978-352A-81D3-DE7EFBEF3BBB> /Applications/Timer.app/Contents/MacOS/Timer
0x10002f000 - 0x100051fff +com.binarymethod.BGHUDAppKit (??? - 1.0) <4C4FAC74-A4DB-3157-9FB8-45E021DE92FB> /Applications/Timer.app/Contents/Frameworks/BGHUDAppKit.framework/Versions/A/BGHUDAppKit
0x100066000 - 0x10006dfff +net.oauth.OAuthConsumer (??? - 0.1.1) /Applications/Timer.app/Contents/Frameworks/OAuthConsumer.framework/Versions/A/OAuthConsumer
0x100078000 - 0x100085fff +net.wafflesoftware.ShortcutRecorder.framework.Leopard (??? - 1.0) <0A69F7C0-FDAA-35C6-9E81-7E09CB567662> /Applications/Timer.app/Contents/Frameworks/ShortcutRecorder.framework/Versions/A/ShortcutRecorder
0x7fff6a29c000 - 0x7fff6a2d0baf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
0x7fff8a2d8000 - 0x7fff8a329ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8a32a000 - 0x7fff8a337fff com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8a338000 - 0x7fff8a33afff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8a33b000 - 0x7fff8a341fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib
0x7fff8a342000 - 0x7fff8aaeafff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8ab8b000 - 0x7fff8abaaff7 com.apple.DotMacSyncManager (6.1 - 488.6) <7F06D1AA-89C9-37A5-8243-89AB06E2DA2D> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMacSyncManager
0x7fff8ad36000 - 0x7fff8ad4cfff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8ad4d000 - 0x7fff8ad67fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8ad68000 - 0x7fff8ad73ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8ad74000 - 0x7fff8add4fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8add5000 - 0x7fff8adf9fff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8adfa000 - 0x7fff8adfcfff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8adfd000 - 0x7fff8ae43fff com.apple.OSAKit (1.2.4 - 82.1) /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
0x7fff8ae44000 - 0x7fff8b30bfff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8b30c000 - 0x7fff8b369ff7 com.apple.QuickLookFramework (3.2 - 500.18) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8b37d000 - 0x7fff8b37dfff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8b37e000 - 0x7fff8b3a2fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8b3cb000 - 0x7fff8b3e2fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8b3e3000 - 0x7fff8b4e4fff com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8b4e5000 - 0x7fff8b6bbff7 com.apple.AutomatorFramework (1.2.4 - 339.2) /System/Library/Frameworks/Automator.framework/Versions/A/Automator
0x7fff8b6fb000 - 0x7fff8b89bff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8b8a1000 - 0x7fff8b968ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8b969000 - 0x7fff8b9cbff7 com.apple.Symbolication (1.3 - 91) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8b9cc000 - 0x7fff8b9ccfff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8beae000 - 0x7fff8c1a3ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8c1fb000 - 0x7fff8c208fff libexslt.0.dylib (9.13.0 - compatibility 9.0.0) <6D02C1F3-1C8D-3A53-A0C0-208A68D91411> /usr/lib/libexslt.0.dylib
0x7fff8c209000 - 0x7fff8c20bff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8c20c000 - 0x7fff8c2adff7 com.apple.LaunchServices (480.42 - 480.42) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8c2ae000 - 0x7fff8c2bcff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
0x7fff8c2ee000 - 0x7fff8c340ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8c341000 - 0x7fff8c38ffff libauto.dylib (??? - ???) /usr/lib/libauto.dylib
0x7fff8c390000 - 0x7fff8c3f1fff com.apple.ExchangeWebServices (2.2 - 127) <386F50D4-9D1C-3153-8E24-FCBFB7DABCBE> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
0x7fff8c3f2000 - 0x7fff8c45aff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8c45b000 - 0x7fff8c65dfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
0x7fff8c65e000 - 0x7fff8c661ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8c698000 - 0x7fff8c6d8fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8c6d9000 - 0x7fff8c6eefff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8c6ef000 - 0x7fff8c6faff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff8c6fb000 - 0x7fff8c756ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8caf2000 - 0x7fff8cb12fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
0x7fff8d1d8000 - 0x7fff8d22bfff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8d22c000 - 0x7fff8d230fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib
0x7fff8d231000 - 0x7fff8d285fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8d30f000 - 0x7fff8d330fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8d331000 - 0x7fff8d64dfff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8d743000 - 0x7fff8d749ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8d74a000 - 0x7fff8da6fff7 com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff8da70000 - 0x7fff8da8dfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
0x7fff8db77000 - 0x7fff8dc11ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8dc12000 - 0x7fff8dc82fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8dc83000 - 0x7fff8dcc3ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
0x7fff8dd11000 - 0x7fff8dd1bff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
0x7fff8de46000 - 0x7fff8de81ff7 libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) /usr/lib/libssl.0.9.8.dylib
0x7fff8de82000 - 0x7fff8de82fff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff8def5000 - 0x7fff8dfe1ff7 com.apple.backup.framework (1.3.5 - 1.3.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8e0cc000 - 0x7fff8e147ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8e148000 - 0x7fff8e158fff com.apple.AppleScriptObjC (1.1 - ???) <83BD409D-5708-36AE-9865-7D87EF0ED4A9> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
0x7fff8e159000 - 0x7fff8e160fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8e1de000 - 0x7fff8e588fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8e60c000 - 0x7fff8e641fff com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff8e65b000 - 0x7fff8e678ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8e682000 - 0x7fff8e735ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8e736000 - 0x7fff8e86cfff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8e86d000 - 0x7fff8e923fff com.apple.PDFKit (2.7.8 - 2.7.8) <13A92FA5-E6E6-3ECF-9A70-D4330D7BE847> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff8e924000 - 0x7fff8e93bfff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8e93c000 - 0x7fff8e942ff7 com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff8e94b000 - 0x7fff8ea40fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff8ea41000 - 0x7fff8ea8dff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8ea8e000 - 0x7fff8ea8efff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff8ea8f000 - 0x7fff8ea98fff com.apple.AOSNotification (1.4.0 - 504.1) <081FDD03-CCDF-37E1-A8B6-911CA33B3421> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff8eac7000 - 0x7fff8eb59ff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8ebe2000 - 0x7fff8ebebff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib
0x7fff8ebec000 - 0x7fff8ebf2fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8ebf3000 - 0x7fff8ed00fff libJP2.dylib (??? - ???) <1CF69239-3D3D-30CE-AC7B-C7E8C9166BC2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8ed01000 - 0x7fff8ed84fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8ee88000 - 0x7fff8ee97fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8ee98000 - 0x7fff8ee9cfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib
0x7fff8ee9d000 - 0x7fff8ef81ff7 com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8ef82000 - 0x7fff8f1acfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8f1ad000 - 0x7fff8f5e0ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff8f5e1000 - 0x7fff8f5e1fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8f5e2000 - 0x7fff8f5e3ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff8f5e4000 - 0x7fff8f5f0fff com.apple.DirectoryService.Framework (10.7 - 146) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8f5f1000 - 0x7fff8f621ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8f624000 - 0x7fff8f62ffff com.apple.CommonAuth (2.2 - 2.0) <4F5302A5-867A-3F2E-9E4B-98FA011678F8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8f630000 - 0x7fff8f64cfff com.apple.frameworks.preferencepanes (15.0 - 15.0) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x7fff8f64d000 - 0x7fff8f8c1fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8f8fd000 - 0x7fff8f928fff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
0x7fff8f981000 - 0x7fff8fa8bfe7 libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <0E7A4F63-035E-3406-AE8C-8F9E3E47D2EE> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8fa9a000 - 0x7fff8fb7ee5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff8fb7f000 - 0x7fff8fb8aff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8fb8b000 - 0x7fff8fb9dff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff8fb9e000 - 0x7fff8fb9efff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8fb9f000 - 0x7fff8feb8fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8feb9000 - 0x7fff90025ff7 com.apple.syncservices (6.3 - 673.6) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
0x7fff90026000 - 0x7fff90060fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff90061000 - 0x7fff9028cfff com.apple.CalendarStore (5.0.3 - 1204.2) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
0x7fff9028f000 - 0x7fff9036cfef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
0x7fff910a5000 - 0x7fff910e7ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib
0x7fff910e8000 - 0x7fff910e8fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff910ef000 - 0x7fff91127fff com.apple.CalDAV (1.0.1 - 93) <0CEB3B4A-4ABF-3EBC-922A-5D076DC601B4> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
0x7fff91128000 - 0x7fff912b3ff7 com.apple.QTKit (7.7.1 - 2353) <50F6A57F-70AB-3E5B-BE96-7A58965941F8> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff913f9000 - 0x7fff9140bff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff9142b000 - 0x7fff9142cfff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib
0x7fff9142d000 - 0x7fff914a3fff com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x7fff914a4000 - 0x7fff914a7fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff914a8000 - 0x7fff914b3ff7 com.apple.aps.framework (2.1 - 2.1) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff914b4000 - 0x7fff914bcfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff914bd000 - 0x7fff91511ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff91512000 - 0x7fff91524ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
0x7fff91525000 - 0x7fff9153bff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9156c000 - 0x7fff91579ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
0x7fff9157a000 - 0x7fff9158eff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff9158f000 - 0x7fff915b8fff libJPEG.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff915b9000 - 0x7fff915bafff libffi.dylib (??? - ???) /usr/lib/libffi.dylib
0x7fff915bb000 - 0x7fff915c0fff com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff91607000 - 0x7fff91fa5747 com.apple.CoreGraphics (1.600.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff91fd0000 - 0x7fff91fd5fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib
0x7fff91fd6000 - 0x7fff92302fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff9230d000 - 0x7fff92310fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff92677000 - 0x7fff9267efff com.apple.CommerceCore (1.0 - 17.1) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff92682000 - 0x7fff93288fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff93289000 - 0x7fff932b4ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib
0x7fff932b5000 - 0x7fff933b2ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff933b3000 - 0x7fff933d2fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff933d3000 - 0x7fff9342efff com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff93474000 - 0x7fff9349dfff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff9349e000 - 0x7fff93522ff7 com.apple.ApplicationServices.ATS (317.13.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff93523000 - 0x7fff93b07fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff93b08000 - 0x7fff93b70ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff93b71000 - 0x7fff93b74fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff93b75000 - 0x7fff93b77fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
0x7fff93b78000 - 0x7fff93b86fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
0x7fff93b87000 - 0x7fff93b88ff7 libsystem_sandbox.dylib (??? - ???) <5459F293-E1F2-33B3-B9B2-2ABB7B915B62> /usr/lib/system/libsystem_sandbox.dylib
0x7fff93b89000 - 0x7fff93bb1fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff93bb2000 - 0x7fff93c25fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff93c26000 - 0x7fff93c59ff7 com.apple.GSS (2.2 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff93cb2000 - 0x7fff93e86ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff93e87000 - 0x7fff93e88fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
0x7fff93e89000 - 0x7fff93e89fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff93e8a000 - 0x7fff93e8bfff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib
0x7fff93e8c000 - 0x7fff942b9fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff942ba000 - 0x7fff942e1fff com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x7fff942ef000 - 0x7fff9470dff7 com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x7fff9498a000 - 0x7fff94997fff com.apple.KerberosHelper (3.0 - 1.0) <5223379A-8854-36CF-B15C-44E0107EEE4C> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
0x7fff94998000 - 0x7fff94a3afff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff94a3b000 - 0x7fff94a40fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff94a53000 - 0x7fff94d75fff com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff94d7a000 - 0x7fff94db8fff com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff94db9000 - 0x7fff94dfafff com.apple.QD (3.40.1 - ???) <13ACC7F4-B004-3370-B575-6D06447EE428> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff94e10000 - 0x7fff94e24fff com.apple.syncservices.syncservicesui (6.3 - 673.6) <0F7E8249-A139-3151-A46B-41226AB0F6E3> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServicesUI
0x7fff94e25000 - 0x7fff94e30fff com.apple.dotMacLegacy (3.3 - 267) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegacy
0x7fff94e31000 - 0x7fff94e34fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff94e35000 - 0x7fff94e62fff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff94f5b000 - 0x7fff94f60ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff94f61000 - 0x7fff94f7dfff com.apple.ScriptingBridge (1.2.1 - ???) <7DCC43F7-9F5A-388D-A00D-70E2618731BA> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff94f7e000 - 0x7fff94fa4fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff94fa5000 - 0x7fff94fe0fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff9524e000 - 0x7fff954bffff com.apple.QuartzComposer (5.0 - 236.10) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff954c0000 - 0x7fff954c7fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff954c8000 - 0x7fff954cdfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff954ce000 - 0x7fff954cefff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff95dec000 - 0x7fff95e52ff7 com.apple.coredav (1.0.1 - 164.1) /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
0x7fff95e53000 - 0x7fff95e5afff libcopyfile.dylib (85.1.70 - compatibility 1.0.0) /usr/lib/system/libcopyfile.dylib
0x7fff95e5b000 - 0x7fff95e5cff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff95e5d000 - 0x7fff95e9cfff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff95e9d000 - 0x7fff95f33ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff95f34000 - 0x7fff95f87fff com.apple.iCalendar (5.0.1 - 120.1) <88A1937C-3A85-3BEA-B124-1A11F6FB5D72> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
0x7fff96141000 - 0x7fff96246fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff96247000 - 0x7fff962bdff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib
0x7fff9638e000 - 0x7fff96413ff7 com.apple.Heimdal (2.2 - 2.0) <52B0F371-D272-3C8E-B42F-04D3FDD8AD0D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff96414000 - 0x7fff9641fff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff96420000 - 0x7fff96467ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff9646c000 - 0x7fff96471fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib
0x7fff9656d000 - 0x7fff966d4ff7 com.apple.CFNetwork (520.5.3 - 520.5.3) <1C11C214-1C70-3358-A709-69C84D999DB8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff966d5000 - 0x7fff967eefff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff96832000 - 0x7fff9683dfff com.apple.NSServerNotificationCenter (4.1 - 4.1) <504CB664-D9F6-3CEE-A108-38DE002972C4> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotification
0x7fff9683e000 - 0x7fff968e3fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff968e4000 - 0x7fff968f2ff7 com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff968f3000 - 0x7fff9692efff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff9693b000 - 0x7fff9694eff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff9694f000 - 0x7fff96a56fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib
0x7fff96a57000 - 0x7fff96bb4fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff96bb5000 - 0x7fff96bb5fff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib
0x7fff96bb6000 - 0x7fff96c12ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff96c13000 - 0x7fff96c7eff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff96c90000 - 0x7fff96d6ffff com.apple.ImageIO.framework (3.1.2 - 588) <37F047A9-48E3-3AF7-8931-462D63BE6121> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff96d70000 - 0x7fff96d9dfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
0x7fff96d9e000 - 0x7fff96d9efff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff96d9f000 - 0x7fff96da0fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff96da1000 - 0x7fff96da7fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff96da8000 - 0x7fff96db6fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff96db7000 - 0x7fff96eb9fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff96eba000 - 0x7fff96f12ff7 libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff96f3d000 - 0x7fff96f59ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff96f5a000 - 0x7fff96f69ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib
0x7fff96f6a000 - 0x7fff96fdefff com.apple.WhitePagesFramework (10.7.0 - 141.0) <6585161A-628F-3467-82A4-ECBF1FE7184D> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
0x7fff96fdf000 - 0x7fff97055fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff97056000 - 0x7fff972cefff com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff972cf000 - 0x7fff972d3ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels

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: 690
thread_create: 1
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=191.8M resident=129.1M(67%) swapped_out_or_unallocated=62.6M(33%)
Writable regions: Total=17.5M written=224K(1%) resident=348K(2%) swapped_out=0K(0%) unallocated=17.1M(98%)

REGION TYPE VIRTUAL
=========== =======
MALLOC 9396K
MALLOC guard page 16K
STACK GUARD 56.0M
Stack 8192K
__CI_BITMAP 80K
__DATA 18.8M
__IMAGE 528K
__LINKEDIT 49.2M
__TEXT 142.5M
__UNICODE 544K
shared memory 12K
=========== =======
TOTAL 284.8M

Re-enable Things integration

I've seen in one of your commits that's you've removed GTD integration in general and the Things integration in particular. What was the reason and could you re-enable the integration?

Applocation is not seeing the calendars on my computer

Please help, I love the time app because it records my pomodoros back into my calendar, for some reason, it's the only app that does this and I use it all the time. but since a couple of days ago it stopped seeing the calendars, I tried reinstalling it, restarting the computer, and nothing works. if someone has a fix please let me know.

All the best,
Adrian

Rename Pomodoro to Timer?

Hi,
the sentence "Have a great timer!" sounds strange to me. Why did you rename Pomodoro to Timer? Are there legal issues involved?

Thanks
Alex

Binary download

Hi,

Is there any place I can download a binary build?

Cheers,
Martin

"Insert timer description" not memorizing the descriptions

Hi,

This is my personal favorite Pomodoro app, I'm really grateful for your hard work on it.

The problem is that there is a drop down button to the right of "insert timer description" that never reveals any of my previous descriptions, in other words, it's useless.
The box will always show the last description, but the drop down button doesn't reveal the past descriptions at all.
So I have to keep typing again and again every description, which is a little troublesome.
I would really appreciate a quick fix on that.

Thank you

Trying to build in xcode 5.0.2 gives me an error

No signing identities (i.e. certificate and private key pair) matching the value specified in your build settings, "3rd Party Mac Developer Application: Konstantin Kostov (59823NJ7N9)", were found. Xcode can update your build settings to their recommended values.

Any ideas what I need to do to fix this?

button "Export" does nothing

Hello,
Export button does nothing. I use the app store application version 2.0.1. on Mac Pro OS X 10.9.2.
MKo

Canceling start timer dialog should restore dialog text to previous

The current setup captures focus when the start timer dialog comes up and has the text box focused and fully selected. As such, I frequently wind up typing a few characters of code into the dialog before I realize it is there. When I hit cancel (via escape), the previous task text should be restored, but it isn't.

Scripts are not working

Hi,

I'm trying to use the following applescript on start, but when I try to test run, an error appears.

Applescript:
activate application "Timelime"
tell application "System Events"
key code 7 using {option down} -- option-x toggle popup
end tell

Error:
Timelime got an error: Application isn’t running.

I tested with many other apps without success.
Is this a bug? Can you work on it or is it dead because of sandboxing?

Simpler applescripts like the one bellow work fine, though:
Say "good morning!" using "Daniel"

Thank you
captura de tela 2015-04-24 as 20 13 14

Application breaks because on Zombie References on OSX 10.12

After installing Sierra, app breaks when I try to start a Timer with sounds enabled.

Problem happens on PomodoroController.m line 120.

NSInteger volume = [[change objectForKey:NSKeyValueChangeNewKey] intValue];
NSInteger oldVolume = [[change objectForKey:NSKeyValueChangeOldKey] intValue];
		
if (volume != oldVolume) {
	float newVolume = volume/100.0;
	if ([keyPath isEqual:@"ringVolume"]) {
		[ringing setVolume:newVolume];
		[ringing play];
	}
	if ([keyPath isEqual:@"ringBreakVolume"]) {
		[ringingBreak setVolume:newVolume];
		[ringingBreak play];
	}
	if ([keyPath isEqual:@"tickVolume"]) {
		[tick setVolume:newVolume];
		[tick play];
	}
}

ringing, ringingBreak, and tick are all zombies when the observeValueForKeyPath is called after starting a timer.

Applescript not working

Hi there, I know this issue has already been raised but seems the quick fix doesn't work (editing in HEX file won't open after the change) and building it locally is just rife with issues for us non experienced developers. I'm stuck on 1 error and 3 issues in Xcode and can't seem to get past them...

Error Build input file cannot be found: ...externalFw/OAuthConsumer/English.lproj/InfoPlist.strings

BGHUDAppKit Group
Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO.

Target Integrity Group
Multiple targets match implicit dependency for product reference 'ShortcutRecorder.framework'. Consider adding an explicit dependency on the intended target to resolve this ambiguity. (in target 'Timer' from project 'Timer')

OAuthConsumer Group
Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO.

Any ideas?
Thanks!

Option to remove seconds from remaining time on status bar

Firstly glad there is on-going development. This is a great app. Thanks. I have a feature request.

I've got latest build installed via AppStore. I notice there is no ability to hide seconds in "Remaining time on status bar" setting. I had a build for a while which allowed to show only the minutes left (sorry not sure whose I compiled)

Would like to put a vote to add this option to AppStore build.

I find it useful to get general idea how long is left without having to stop what i'm doing however I find countdown seconds in menu bar too distracting. If really wanna go nuts maybe make the menu icon a countdown animation (by minutes) to provide same info without need for showing time at all.

Problem in the menu bar

Hi,
When the app is launched, its menu bar itens seem to be collapsed. When the timer is started, though, the viewing goes back to normal.
As you can see, I'm using the dark theme.
Thank you
itens

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.