SimpleX-Chat/apps/ios/SimpleX--iOS--Info.plist

61 lines
1.3 KiB
Text
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-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>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>chat.simplex.app.receive</string>
</array>
2022-08-04 19:54:30 +04:00
<key>CFBundleIcons</key>
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>DarkAppIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>DarkAppIcon</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>chat.simplex.app</string>
<key>CFBundleURLSchemes</key>
<array>
<string>simplex</string>
</array>
</dict>
</array>
2022-02-12 17:28:37 +00:00
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSUserActivityTypes</key>
<array>
<string>INStartCallIntent</string>
</array>
<key>UIBackgroundModes</key>
<array>
2022-06-09 14:52:55 +01:00
<string>audio</string>
<string>fetch</string>
<string>remote-notification</string>
2022-06-09 14:52:55 +01:00
<string>voip</string>
</array>
</dict>
</plist>