Skip to content

Commit 39cff51

Browse files
committed
Fixed build settings
1 parent dc23ae1 commit 39cff51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Example/nRFBlinky.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@
970970
MODULE_NAME = ExampleApp;
971971
PRODUCT_BUNDLE_IDENTIFIER = "com.nordicsemi.nrf-blinky";
972972
PRODUCT_NAME = "nRF Blinky";
973+
RUN_DOCUMENTATION_COMPILER = NO;
973974
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
974975
SUPPORTS_MACCATALYST = YES;
975976
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
@@ -996,6 +997,7 @@
996997
MODULE_NAME = ExampleApp;
997998
PRODUCT_BUNDLE_IDENTIFIER = "com.nordicsemi.nrf-blinky";
998999
PRODUCT_NAME = "nRF Blinky";
1000+
RUN_DOCUMENTATION_COMPILER = NO;
9991001
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
10001002
SUPPORTS_MACCATALYST = YES;
10011003
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;

Example/nRFBlinky/Info.plist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<key>NSBluetoothPeripheralUsageDescription</key>
2828
<string>nRF Blinky uses Bluetooth to communicate with the nRF Blinky sample application on the nRF DK.</string>
2929
<key>UILaunchStoryboardName</key>
30-
<string>LaunchScreen</string>
30+
<string>LaunchScreen.storyboard</string>
3131
<key>UIMainStoryboardFile</key>
3232
<string>Main</string>
3333
<key>UIRequiredDeviceCapabilities</key>
@@ -39,6 +39,7 @@
3939
<string>UIInterfaceOrientationLandscapeLeft</string>
4040
<string>UIInterfaceOrientationLandscapeRight</string>
4141
<string>UIInterfaceOrientationPortrait</string>
42+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
4243
</array>
4344
</dict>
4445
</plist>

0 commit comments

Comments
 (0)