version bump for mojave support

This commit is contained in:
Christopher Newton
2019-01-15 12:54:32 +11:00
parent 5a8ae2a7c7
commit 9fcd64581d
2 changed files with 5 additions and 5 deletions

View File

@@ -11,19 +11,19 @@
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>0.0.4</string>
<string>0.0.5</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.4</string>
<string>0.0.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.0.4</string>
<string>0.0.5</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Christopher Newton. All rights reserved.</string>
<string>Copyright © 2019 Christopher Newton. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>EpochFlipClock</string>
</dict>