Skip to content

Commit

Permalink
[#101] Turn of permission at the template level
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble committed Dec 28, 2022
1 parent 07f80d4 commit 05c5877
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .template/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 05c5877

Please sign in to comment.