Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
- Change version to 1.3.
- Updated for Xcode 11.1 and macOS 10.15 Catalina.
- Minimum macOS version supported is 10.6.
- 32-bit processors are no longer supported.
- Growl is no longer supported.
  • Loading branch information
kristopherjohnson committed Oct 21, 2019
1 parent 03fc786 commit 18e20d5
Show file tree
Hide file tree
Showing 40 changed files with 646 additions and 4,978 deletions.
540 changes: 0 additions & 540 deletions English.lproj/MainMenu.xib

This file was deleted.

1,866 changes: 0 additions & 1,866 deletions English.lproj/StartTimerDialog.xib

This file was deleted.

557 changes: 0 additions & 557 deletions English.lproj/TimerExpiredAlert.xib

This file was deleted.

1 change: 0 additions & 1 deletion Growl.framework/Growl

This file was deleted.

1 change: 0 additions & 1 deletion Growl.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion Growl.framework/Resources

This file was deleted.

Binary file removed Growl.framework/Versions/A/Growl
Binary file not shown.
6 changes: 0 additions & 6 deletions Growl.framework/Versions/A/Headers/Growl.h

This file was deleted.

780 changes: 0 additions & 780 deletions Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h

This file was deleted.

609 changes: 0 additions & 609 deletions Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h

This file was deleted.

348 changes: 0 additions & 348 deletions Growl.framework/Versions/A/Headers/GrowlDefines.h

This file was deleted.

24 changes: 0 additions & 24 deletions Growl.framework/Versions/A/Resources/Info.plist

This file was deleted.

1 change: 0 additions & 1 deletion Growl.framework/Versions/Current

This file was deleted.

41 changes: 0 additions & 41 deletions GrowlHandler.h

This file was deleted.

96 changes: 0 additions & 96 deletions GrowlHandler.m

This file was deleted.

14 changes: 7 additions & 7 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
<string>1.3, © 2009,2015,2019 Kristopher Johnson</string>
<key>CFBundleIconFile</key>
<string>MenuTimerIcon</string>
<key>CFBundleIdentifier</key>
<string>net.capablehands.${PRODUCT_NAME:identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand All @@ -19,16 +21,14 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2</string>
<key>CFBundleGetInfoString</key>
<string>1.2, © 2009 Capable Hands Technologies, Inc.</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>© 2009 Capable Hands Technologies, Inc.</string>
<string>© 2009,2015,2019 Kristopher Johnson</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSUIElement</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 18e20d5

Please sign in to comment.