Procházet zdrojové kódy

Merge pull request #359 from Annihil/patch-1

NSSiriUsageDescription info.plist readme addition
Mathieu Acthernoene před 4 roky
rodič
revize
e3f80dee8f
No account linked to committer's email address
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      README.md

+ 2
- 0
README.md Zobrazit soubor

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