Skip to content

Commit 05a01f7

Browse files
committed
updated release mode bundle id
1 parent f67fb5c commit 05a01f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

GoInfoGame/GoInfoGame.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2790,6 +2790,7 @@
27902790
INFOPLIST_FILE = GoInfoGame/Info.plist;
27912791
INFOPLIST_KEY_CFBundleDisplayName = "AVIV ScoutRoute";
27922792
INFOPLIST_KEY_NSCameraUsageDescription = "This app requires access to your camera to upload images to Kartaview";
2793+
INFOPLIST_KEY_NSFaceIDUsageDescription = "Used to securely log in using Face ID";
27932794
INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "";
27942795
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "We need your location";
27952796
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "We need your location";
@@ -2829,6 +2830,7 @@
28292830
INFOPLIST_FILE = GoInfoGame/Info.plist;
28302831
INFOPLIST_KEY_CFBundleDisplayName = "AVIV ScoutRoute";
28312832
INFOPLIST_KEY_NSCameraUsageDescription = "This app requires access to your camera to upload images to Kartaview";
2833+
INFOPLIST_KEY_NSFaceIDUsageDescription = "Used to securely log in using Face ID";
28322834
INFOPLIST_KEY_NSFileProviderDomainUsageDescription = "";
28332835
INFOPLIST_KEY_NSLocationAlwaysAndWhenInUseUsageDescription = "We need your location";
28342836
INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "We need your location";
@@ -2844,7 +2846,7 @@
28442846
"@executable_path/Frameworks",
28452847
);
28462848
MARKETING_VERSION = 1.0;
2847-
PRODUCT_BUNDLE_IDENTIFIER = com.uwtcat.gig;
2849+
PRODUCT_BUNDLE_IDENTIFIER = tech.opentoall.aviv.scoutroute;
28482850
PRODUCT_NAME = "$(TARGET_NAME)";
28492851
PROVISIONING_PROFILE_SPECIFIER = "";
28502852
SWIFT_EMIT_LOC_STRINGS = YES;

GoInfoGame/GoInfoGame.xcodeproj/xcshareddata/xcschemes/GoInfoGame.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</Testables>
6060
</TestAction>
6161
<LaunchAction
62-
buildConfiguration = "Debug"
62+
buildConfiguration = "Release"
6363
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
6464
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
6565
launchStyle = "0"

GoInfoGame/GoInfoGame/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
</array>
1616
</dict>
1717
</array>
18-
<key>NSFaceIDUsageDescription</key>
19-
<string>Used to securely log in using Face ID</string>
2018
<key>UIApplicationSceneManifest</key>
2119
<dict>
2220
<key>UIApplicationSupportsMultipleScenes</key>

0 commit comments

Comments
 (0)