|
@@ -32,5 +32,9 @@
|
|
|
<true/>
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
<true/>
|
|
|
+ <key>NSMicrophoneUsageDescription</key>
|
|
|
+ <string>This app needs access to the microphone</string>
|
|
|
+ <key>NSCameraUsageDescription</key>
|
|
|
+ <string>This app needs access to the camera</string>
|
|
|
</dict>
|
|
|
</plist>
|