File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 970
970
MODULE_NAME = ExampleApp;
971
971
PRODUCT_BUNDLE_IDENTIFIER = "com.nordicsemi.nrf-blinky";
972
972
PRODUCT_NAME = "nRF Blinky";
973
+ RUN_DOCUMENTATION_COMPILER = NO;
973
974
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
974
975
SUPPORTS_MACCATALYST = YES;
975
976
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
996
997
MODULE_NAME = ExampleApp;
997
998
PRODUCT_BUNDLE_IDENTIFIER = "com.nordicsemi.nrf-blinky";
998
999
PRODUCT_NAME = "nRF Blinky";
1000
+ RUN_DOCUMENTATION_COMPILER = NO;
999
1001
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
1000
1002
SUPPORTS_MACCATALYST = YES;
1001
1003
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Original file line number Diff line number Diff line change 27
27
<key >NSBluetoothPeripheralUsageDescription </key >
28
28
<string >nRF Blinky uses Bluetooth to communicate with the nRF Blinky sample application on the nRF DK. </string >
29
29
<key >UILaunchStoryboardName </key >
30
- <string >LaunchScreen </string >
30
+ <string >LaunchScreen.storyboard </string >
31
31
<key >UIMainStoryboardFile </key >
32
32
<string >Main </string >
33
33
<key >UIRequiredDeviceCapabilities </key >
39
39
<string >UIInterfaceOrientationLandscapeLeft </string >
40
40
<string >UIInterfaceOrientationLandscapeRight </string >
41
41
<string >UIInterfaceOrientationPortrait </string >
42
+ <string >UIInterfaceOrientationPortraitUpsideDown </string >
42
43
</array >
43
44
</dict >
44
45
</plist >
You can’t perform that action at this time.
0 commit comments