소스 검색

NSSiriUsageDescription info.plist readme addition

Bap ☺ 5 년 전
부모
커밋
2e136ab302
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