Skip to content

Commit 3c880c9

Browse files
committed
Set bundle ID in Xcode
1 parent 8c21c40 commit 3c880c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Fruitties/iosApp/iosApp.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
"-framework",
334334
shared,
335335
);
336-
PRODUCT_BUNDLE_IDENTIFIER = orgIdentifier.iosApp;
336+
PRODUCT_BUNDLE_IDENTIFIER = com.example.fruitties.ios;
337337
PRODUCT_NAME = "$(TARGET_NAME)";
338338
SWIFT_VERSION = 5.0;
339339
TARGETED_DEVICE_FAMILY = "1,2";
@@ -362,7 +362,7 @@
362362
"-framework",
363363
shared,
364364
);
365-
PRODUCT_BUNDLE_IDENTIFIER = orgIdentifier.iosApp;
365+
PRODUCT_BUNDLE_IDENTIFIER = com.example.fruitties.ios;
366366
PRODUCT_NAME = "$(TARGET_NAME)";
367367
SWIFT_VERSION = 5.0;
368368
TARGETED_DEVICE_FAMILY = "1,2";

Fruitties/iosApp/iosApp/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<key>UIApplicationSupportsMultipleScenes</key>
2626
<false/>
2727
</dict>
28+
<key>UILaunchScreen</key>
29+
<dict/>
2830
<key>UIRequiredDeviceCapabilities</key>
2931
<array>
3032
<string>armv7</string>
@@ -42,7 +44,5 @@
4244
<string>UIInterfaceOrientationLandscapeLeft</string>
4345
<string>UIInterfaceOrientationLandscapeRight</string>
4446
</array>
45-
<key>UILaunchScreen</key>
46-
<dict/>
4747
</dict>
48-
</plist>
48+
</plist>

0 commit comments

Comments
 (0)