Skip to content

Commit 18e20d5

Browse files
Version 1.3
- 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.
1 parent 03fc786 commit 18e20d5

40 files changed

+646
-4978
lines changed

English.lproj/MainMenu.xib

-540
This file was deleted.

English.lproj/StartTimerDialog.xib

-1,866
This file was deleted.

English.lproj/TimerExpiredAlert.xib

-557
This file was deleted.

Growl.framework/Growl

-1
This file was deleted.

Growl.framework/Headers

-1
This file was deleted.

Growl.framework/Resources

-1
This file was deleted.

Growl.framework/Versions/A/Growl

-136 KB
Binary file not shown.

Growl.framework/Versions/A/Headers/Growl.h

-6
This file was deleted.

Growl.framework/Versions/A/Headers/GrowlApplicationBridge-Carbon.h

-780
This file was deleted.

Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h

-609
This file was deleted.

Growl.framework/Versions/A/Headers/GrowlDefines.h

-348
This file was deleted.

Growl.framework/Versions/A/Resources/Info.plist

-24
This file was deleted.

Growl.framework/Versions/Current

-1
This file was deleted.

GrowlHandler.h

-41
This file was deleted.

GrowlHandler.m

-96
This file was deleted.

Info.plist

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
<string>English</string>
77
<key>CFBundleExecutable</key>
88
<string>${EXECUTABLE_NAME}</string>
9+
<key>CFBundleGetInfoString</key>
10+
<string>1.3, © 2009,2015,2019 Kristopher Johnson</string>
911
<key>CFBundleIconFile</key>
1012
<string>MenuTimerIcon</string>
1113
<key>CFBundleIdentifier</key>
12-
<string>net.capablehands.${PRODUCT_NAME:identifier}</string>
14+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1315
<key>CFBundleInfoDictionaryVersion</key>
1416
<string>6.0</string>
1517
<key>CFBundleName</key>
@@ -19,16 +21,14 @@
1921
<key>CFBundleSignature</key>
2022
<string>????</string>
2123
<key>CFBundleVersion</key>
22-
<string>1.2</string>
23-
<key>CFBundleGetInfoString</key>
24-
<string>1.2, © 2009 Capable Hands Technologies, Inc.</string>
24+
<string>$(CURRENT_PROJECT_VERSION)</string>
25+
<key>LSUIElement</key>
26+
<true/>
2527
<key>NSHumanReadableCopyright</key>
26-
<string>© 2009 Capable Hands Technologies, Inc.</string>
28+
<string>© 2009,2015,2019 Kristopher Johnson</string>
2729
<key>NSMainNibFile</key>
2830
<string>MainMenu</string>
2931
<key>NSPrincipalClass</key>
3032
<string>NSApplication</string>
31-
<key>LSUIElement</key>
32-
<true/>
3333
</dict>
3434
</plist>

0 commit comments

Comments
 (0)