From 98b9c44315f39a7bb73f6016029534964d52c941 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Wed, 5 May 2021 11:57:49 +0200 Subject: [PATCH] New build attempt --- ios/Runner/Info.plist | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 860e655..d15299b 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -66,5 +66,11 @@ UIViewControllerBasedStatusBarAppearance + NSBluetoothPeripheralUsageDescription + This permission is not needed by the app, but it is required by an underlying API. If you see this dialog, contact us. + NSAppleMusicUsageDescription + This permission is not needed by the app, but it is required by an underlying API. If you see this dialog, contact us. + NSBluetoothAlwaysUsageDescription + This permission is not needed by the app, but it is required by an underlying API. If you see this dialog, contact us. diff --git a/pubspec.yaml b/pubspec.yaml index 904be7c..0d703c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Comunic client # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.1.8+13 +version: 1.1.8+14 environment: sdk: ">=2.7.0 <3.0.0"