diff options
author | Bastiaan Olij <mux213@gmail.com> | 2019-07-06 15:48:51 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2019-07-06 15:48:51 +1000 |
commit | 776dc935711198b020869aa8b2b4a540cfb30df5 (patch) | |
tree | 433ba352f08461088c565820f3619555d141317a /misc | |
parent | d897131ac555de84afe9ca6845abf87c26957895 (diff) |
Add microphone privilege settings support back into export and add privilege exist check to camera server for iOS
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist index b7cd94e3d5..e7c4f8f340 100644 --- a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist +++ b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist @@ -36,6 +36,8 @@ <string>$camera_usage_description</string> <key>NSPhotoLibraryUsageDescription</key> <string>$photolibrary_usage_description</string> + <key>NSMicrophoneUsageDescription</key> + <string>$microphone_usage_description</string> <key>UIRequiresFullScreen</key> <true/> <key>UIStatusBarHidden</key> |