From d5c8fb8eddf9f913d86024b21c3d234e3a5e61b5 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Tue, 11 Jul 2017 23:05:52 -0400 Subject: [PATCH] NSBluetoothPeripheralUsageDescription requirement for iOS. --- ios/iOSForAppStore-Info-Source.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/iOSForAppStore-Info-Source.plist b/ios/iOSForAppStore-Info-Source.plist index 09f03afee2..de8c15ec7a 100644 --- a/ios/iOSForAppStore-Info-Source.plist +++ b/ios/iOSForAppStore-Info-Source.plist @@ -85,6 +85,8 @@ Ground Station Location UILaunchStoryboardName QGCLaunchScreen + NSBluetoothPeripheralUsageDescription + QGroundControl would like to use bluetooth. UIRequiresFullScreen UISupportedInterfaceOrientations -- GitLab