Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mbientlab/MetaWear-SDK-iOS-macOS-…
Browse files Browse the repository at this point in the history
…tvOS
  • Loading branch information
lkasso committed Nov 19, 2021
2 parents 21618c6 + 706d5d7 commit 28aa0fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MetaWear/Tests/MetaWearIntegrationTestHost-macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@
<string>Main</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Testing</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Testing</string>
</dict>
</plist>
4 changes: 4 additions & 0 deletions MetaWear/Tests/MetaWearIntegrationTestHost-tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@
</array>
<key>UIUserInterfaceStyle</key>
<string>Automatic</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Testing</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Testing</string>
</dict>
</plist>
4 changes: 4 additions & 0 deletions MetaWear/Tests/MetaWearIntegrationTestHost-watchOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@
<string>com.mbientlab.MetaWearIntegrationTestHost-iOS</string>
<key>WKWatchKitApp</key>
<true/>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Testing</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Testing</string>
</dict>
</plist>

0 comments on commit 28aa0fa

Please sign in to comment.