Skip to content

Commit 711eb8a

Browse files
committed
Add missing siri permission
1 parent 87fc0e3 commit 711eb8a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ setup_permissions([
8383
# 'PhotoLibrary',
8484
# 'PhotoLibraryAddOnly',
8585
# 'Reminders',
86+
# 'Siri',
8687
# 'SpeechRecognition',
8788
# 'StoreKit',
8889
])

example/ios/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ setup_permissions([
3030
'PhotoLibrary',
3131
'PhotoLibraryAddOnly',
3232
'Reminders',
33+
# 'Siri',
3334
'SpeechRecognition',
3435
'StoreKit',
3536
])

0 commit comments

Comments
 (0)