From d294a98132623da6e08d8ff51e5424220f1ff14a Mon Sep 17 00:00:00 2001 From: Ryan Ferrell Date: Tue, 16 Nov 2021 21:38:50 -0800 Subject: [PATCH] Address warning in Xcode 13 for macOS test host --- MetaWear/Tests/MetaWearIntegrationTestHost-macOS/Info.plist | 4 ++++ MetaWear/Tests/MetaWearIntegrationTestHost-tvOS/Info.plist | 4 ++++ MetaWear/Tests/MetaWearIntegrationTestHost-watchOS/Info.plist | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/MetaWear/Tests/MetaWearIntegrationTestHost-macOS/Info.plist b/MetaWear/Tests/MetaWearIntegrationTestHost-macOS/Info.plist index abfc83ca..ae24c012 100644 --- a/MetaWear/Tests/MetaWearIntegrationTestHost-macOS/Info.plist +++ b/MetaWear/Tests/MetaWearIntegrationTestHost-macOS/Info.plist @@ -28,5 +28,9 @@ Main NSPrincipalClass NSApplication + NSBluetoothPeripheralUsageDescription + Testing + NSBluetoothAlwaysUsageDescription + Testing diff --git a/MetaWear/Tests/MetaWearIntegrationTestHost-tvOS/Info.plist b/MetaWear/Tests/MetaWearIntegrationTestHost-tvOS/Info.plist index 63dcd6c1..25f7d877 100644 --- a/MetaWear/Tests/MetaWearIntegrationTestHost-tvOS/Info.plist +++ b/MetaWear/Tests/MetaWearIntegrationTestHost-tvOS/Info.plist @@ -28,5 +28,9 @@ UIUserInterfaceStyle Automatic + NSBluetoothPeripheralUsageDescription + Testing + NSBluetoothAlwaysUsageDescription + Testing diff --git a/MetaWear/Tests/MetaWearIntegrationTestHost-watchOS/Info.plist b/MetaWear/Tests/MetaWearIntegrationTestHost-watchOS/Info.plist index 6ca380e2..70c581f3 100644 --- a/MetaWear/Tests/MetaWearIntegrationTestHost-watchOS/Info.plist +++ b/MetaWear/Tests/MetaWearIntegrationTestHost-watchOS/Info.plist @@ -29,5 +29,9 @@ com.mbientlab.MetaWearIntegrationTestHost-iOS WKWatchKitApp + NSBluetoothPeripheralUsageDescription + Testing + NSBluetoothAlwaysUsageDescription + Testing