2022-02-01 14:30:33 -06: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 03:19:25 -06:00
|
|
|
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
|
|
|
<array>
|
|
|
|
<string>chat.simplex.app.receive</string>
|
|
|
|
</array>
|
2022-08-04 10:54:30 -05: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 14:30:33 -06: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 11:28:37 -06:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
2023-03-14 03:12:40 -05:00
|
|
|
<key>NSUserActivityTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>INStartCallIntent</string>
|
|
|
|
</array>
|
2022-02-08 03:19:25 -06:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
2022-06-09 08:52:55 -05:00
|
|
|
<string>audio</string>
|
2022-02-08 03:19:25 -06:00
|
|
|
<string>fetch</string>
|
2022-04-21 14:04:22 -05:00
|
|
|
<string>remote-notification</string>
|
2022-06-09 08:52:55 -05:00
|
|
|
<string>voip</string>
|
2022-02-08 03:19:25 -06:00
|
|
|
</array>
|
2022-02-01 14:30:33 -06:00
|
|
|
</dict>
|
|
|
|
</plist>
|