Skip to content

Commit

Permalink
Required app category set
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Mar 2, 2023
1 parent 39cff51 commit 7250ab1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Example/nRFBlinky/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>nRF Blinky uses Bluetooth to communicate with the nRF Blinky sample application on nRF DK.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>nRF Blinky uses Bluetooth to communicate with the nRF Blinky sample application on the nRF DK.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen.storyboard</string>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
Expand Down

0 comments on commit 7250ab1

Please sign in to comment.