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