Update version to 0.9.9-pre for testing purposes

This commit is contained in:
Andrew Kitchen 2020-09-01 17:56:31 -07:00 committed by Andrew Kitchen
parent 8e44696419
commit 5fc2de2e18
3 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.8</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View file

@ -825,6 +825,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = "0.9.9-pre";
PRODUCT_BUNDLE_IDENTIFIER = io.github.keycastr;
PRODUCT_NAME = KeyCastr;
PROVISIONING_PROFILE_SPECIFIER = "";
@ -1117,6 +1118,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = "0.9.9-pre";
PRODUCT_BUNDLE_IDENTIFIER = io.github.keycastr;
PRODUCT_NAME = KeyCastr;
PROVISIONING_PROFILE_SPECIFIER = "";
@ -1146,6 +1148,7 @@
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = "0.9.9-pre";
PRODUCT_BUNDLE_IDENTIFIER = io.github.keycastr;
PRODUCT_NAME = KeyCastr;
PROVISIONING_PROFILE_SPECIFIER = "KeyCastr Developer ID";