2022-02-01 20:30:33 +00:00
|
|
|
<?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>
|
2022-02-08 09:19:25 +00:00
|
|
|
<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>
|
2022-02-01 20:30:33 +00:00
|
|
|
<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/>
|
2023-03-14 11:12:40 +03:00
|
|
|
<key>NSUserActivityTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>INStartCallIntent</string>
|
|
|
|
</array>
|
2022-02-08 09:19:25 +00:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
2022-06-09 14:52:55 +01:00
|
|
|
<string>audio</string>
|
2022-02-08 09:19:25 +00:00
|
|
|
<string>fetch</string>
|
2022-04-21 20:04:22 +01:00
|
|
|
<string>remote-notification</string>
|
2022-06-09 14:52:55 +01:00
|
|
|
<string>voip</string>
|
2022-02-08 09:19:25 +00:00
|
|
|
</array>
|
2022-02-01 20:30:33 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|