Browse Source

NSSiriUsageDescription info.plist readme addition

Bap ☺ 4 years ago
parent
commit
2e136ab302
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README.md

+ 2
- 0
README.md View File

@@ -96,6 +96,8 @@ Then update your `Info.plist` with wanted permissions usage descriptions:
96 96
   <string>YOUR TEXT</string>
97 97
   <key>NSSpeechRecognitionUsageDescription</key>
98 98
   <string>YOUR TEXT</string>
99
+  <key>NSSiriUsageDescription</key>
100
+  <string>YOUR TEXT</string>
99 101
 
100 102
   <!-- … -->
101 103