iOS: Restore the bundle identifier

This should not have been changed, as that would result in a new app on
the store.

FossilOrigin-Name: 5d6baa0a57580be88cbc0569e44441d2b83b6dac13a7728106ac9a44d4e21a00
This commit is contained in:
Jonathan Schleifer 2021-03-14 00:05:48 +00:00
parent 8359bd75ef
commit 4c744c922a
2 changed files with 5 additions and 3 deletions

View file

@ -381,7 +381,8 @@
HEADER_SEARCH_PATHS = ObjFW/include;
INFOPLIST_FILE = Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = zone.heap.cryptopassphrase;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = "zone.heap.scrypt-pwgen";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = bridge.h;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@ -406,7 +407,8 @@
HEADER_SEARCH_PATHS = ObjFW/include;
INFOPLIST_FILE = Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = zone.heap.cryptopassphrase;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = "zone.heap.scrypt-pwgen";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = bridge.h;
SWIFT_VERSION = 5.0;

View file

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>