Explorar el Código

NSSiriUsageDescription info.plist readme addition

Bap ☺ hace 5 años
padre
commit
2e136ab302
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      README.md

+ 2
- 0
README.md Ver fichero

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