From 05c58775a074d8765ce6de593b01abe21684d13f Mon Sep 17 00:00:00 2001 From: "doan@nimblehq.co" Date: Wed, 28 Dec 2022 11:25:44 +0700 Subject: [PATCH] [#101] Turn of permission at the template level --- .template/ios/Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.template/ios/Podfile b/.template/ios/Podfile index c829aff3..b0f87ea9 100644 --- a/.template/ios/Podfile +++ b/.template/ios/Podfile @@ -58,7 +58,7 @@ post_install do |installer| # 'PERMISSION_CONTACTS=1', ## dart: PermissionGroup.camera - 'PERMISSION_CAMERA=1', + # 'PERMISSION_CAMERA=1', ## dart: PermissionGroup.microphone # 'PERMISSION_MICROPHONE=1', @@ -67,10 +67,10 @@ post_install do |installer| # 'PERMISSION_SPEECH_RECOGNIZER=1', ## dart: PermissionGroup.photos - 'PERMISSION_PHOTOS=1', + # 'PERMISSION_PHOTOS=1', ## dart: [PermissionGroup.location, PermissionGroup.locationAlways, PermissionGroup.locationWhenInUse] - 'PERMISSION_LOCATION=1', + # 'PERMISSION_LOCATION=1', ## dart: PermissionGroup.notification # 'PERMISSION_NOTIFICATIONS=1',