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-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-08 03:19:25 -06:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
|
|
|
<string>fetch</string>
|
|
|
|
</array>
|
2022-02-01 14:30:33 -06:00
|
|
|
</dict>
|
|
|
|
</plist>
|