Fix iOS webview

This commit is contained in:
Christian Pauly 2020-04-10 14:41:56 +02:00
commit bb6c4b7d1d
3 changed files with 7 additions and 10 deletions

View file

@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
@ -28,8 +30,7 @@
<string>Share photos with your contacts</string>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
<string>audio</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
@ -52,9 +53,5 @@
<false/>
<key>NSMicrophoneUsageDescription</key>
<string>FluffyChat uses the microphone to record voice messages.</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
</dict>
</plist>