瀏覽代碼

Merge pull request #359 from Annihil/patch-1

NSSiriUsageDescription info.plist readme addition
Mathieu Acthernoene 4 年之前
父節點
當前提交
e3f80dee8f
No account linked to committer's email address
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      README.md

+ 2
- 0
README.md 查看文件

@@ -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