From 007ec6023521754b84e5ac1e22ff115244c0af8c Mon Sep 17 00:00:00 2001 From: Garrett Watson Date: Fri, 22 Mar 2024 16:46:13 -0400 Subject: [PATCH] chore(ios): update app entitlements --- ios/Runner/Info.plist | 12 ++++++++++-- ios/Runner/Runner.entitlements | 2 ++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 934eb00..1185a1d 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,6 +2,10 @@ + BGTaskSchedulerPermittedIdentifiers + + ch.isota.recon + CADisableMinimumFrameDurationOnPhone CFBundleDevelopmentRegion @@ -26,8 +30,12 @@ $(FLUTTER_BUILD_NUMBER) LSRequiresIPhoneOS - UIApplicationSupportsIndirectInputEvents - + NSCameraUsageDescription + Send photos to other users + NSMicrophoneUsageDescription + Record voice messages + NSPhotoLibraryUsageDescription + Send photos to other users UIBackgroundModes fetch diff --git a/ios/Runner/Runner.entitlements b/ios/Runner/Runner.entitlements index e08d8bc..3896ae5 100644 --- a/ios/Runner/Runner.entitlements +++ b/ios/Runner/Runner.entitlements @@ -2,6 +2,8 @@ + aps-environment + development com.apple.developer.associated-domains webcredentials:resonite.com