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