Merge pull request #5705 from peppy/fix-ios-build

Attempt to appease apple with some plist keys
This commit is contained in:
Shane Woolcock 2019-08-14 00:26:46 +09:30 committed by GitHub
commit c3a257ea36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,10 @@
<true/>
<key>UIStatusBarHidden</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>We don't really use the camera.</string>
<key>NSMicrophoneUsageDescription</key>
<string>We don't really use the microphone.</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>