diff options
-rw-r--r-- | README.MacOS | 4 | ||||
-rw-r--r-- | quacker/Info.plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README.MacOS b/README.MacOS index 0412abf..16d428f 100644 --- a/README.MacOS +++ b/README.MacOS @@ -26,8 +26,8 @@ Creating the DMG: * Set up Xcode with your Mac Developer account, and make sure you have a Developer ID Application signing certificate installed into your Keychain. -* In the Xcode settings, set the deployment target to 10.7 (or some appropriate - early-ish version). +* In the Xcode settings, set the deployment target to 10.9 (earlier versions + don't appear to work with C++11). * Create an Archive build using XCode. * From the Archive interface, click Validate... and validate for a Developer ID-signed Application. If you have a signing profile, this validation diff --git a/quacker/Info.plist b/quacker/Info.plist index 854c8a9..d6ce154 100644 --- a/quacker/Info.plist +++ b/quacker/Info.plist @@ -26,7 +26,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0</string> + <string>1.0.2</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |