File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 333
333
"-framework",
334
334
shared,
335
335
);
336
- PRODUCT_BUNDLE_IDENTIFIER = orgIdentifier.iosApp ;
336
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.fruitties.ios ;
337
337
PRODUCT_NAME = "$(TARGET_NAME)";
338
338
SWIFT_VERSION = 5.0;
339
339
TARGETED_DEVICE_FAMILY = "1,2";
362
362
"-framework",
363
363
shared,
364
364
);
365
- PRODUCT_BUNDLE_IDENTIFIER = orgIdentifier.iosApp ;
365
+ PRODUCT_BUNDLE_IDENTIFIER = com.example.fruitties.ios ;
366
366
PRODUCT_NAME = "$(TARGET_NAME)";
367
367
SWIFT_VERSION = 5.0;
368
368
TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change 25
25
<key >UIApplicationSupportsMultipleScenes </key >
26
26
<false />
27
27
</dict >
28
+ <key >UILaunchScreen </key >
29
+ <dict />
28
30
<key >UIRequiredDeviceCapabilities </key >
29
31
<array >
30
32
<string >armv7 </string >
42
44
<string >UIInterfaceOrientationLandscapeLeft </string >
43
45
<string >UIInterfaceOrientationLandscapeRight </string >
44
46
</array >
45
- <key >UILaunchScreen </key >
46
- <dict />
47
47
</dict >
48
- </plist >
48
+ </plist >
You can’t perform that action at this time.
0 commit comments