Skip to content

Commit 7250ab1

Browse files
committed
Required app category set
1 parent 39cff51 commit 7250ab1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Example/nRFBlinky/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>LSApplicationCategoryType</key>
24+
<string>public.app-category.utilities</string>
2325
<key>LSRequiresIPhoneOS</key>
2426
<true/>
2527
<key>NSBluetoothAlwaysUsageDescription</key>
2628
<string>nRF Blinky uses Bluetooth to communicate with the nRF Blinky sample application on nRF DK.</string>
2729
<key>NSBluetoothPeripheralUsageDescription</key>
2830
<string>nRF Blinky uses Bluetooth to communicate with the nRF Blinky sample application on the nRF DK.</string>
2931
<key>UILaunchStoryboardName</key>
30-
<string>LaunchScreen.storyboard</string>
32+
<string>LaunchScreen</string>
3133
<key>UIMainStoryboardFile</key>
3234
<string>Main</string>
3335
<key>UIRequiredDeviceCapabilities</key>

0 commit comments

Comments
 (0)