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"