diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-03-05 09:24:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-05 09:24:29 +0100 |
commit | 575f1d8ea4b1845ca4f52c61fbcfec8b1a9cee8d (patch) | |
tree | 3f7436499777e503192828a2ca81701e44834fe8 /misc | |
parent | 80618700ca668a595fd214ca8db43a69ca2a8b67 (diff) | |
parent | 36d627a9cf25cb8a2bbe1e65c43e0d8488a9a6f5 (diff) |
Merge pull request #26619 from samgreen/ios_microphone_hotfix
Remove microphone from export options and distribution plist
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist | 2 |
1 files changed, 0 insertions, 2 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 1c68c72385..b7cd94e3d5 100644 --- a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist +++ b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist @@ -34,8 +34,6 @@ </array> <key>NSCameraUsageDescription</key> <string>$camera_usage_description</string> - <key>NSMicrophoneUsageDescription</key> - <string>$microphone_usage_description</string> <key>NSPhotoLibraryUsageDescription</key> <string>$photolibrary_usage_description</string> <key>UIRequiresFullScreen</key> |