Merge pull request #1415 from omnivore-app/fix/ios-encryption-flag

Set the ITSAppUsesNonExemptEncryption flag
This commit is contained in:
Jackson Harper
2022-11-15 16:42:44 +08:00
committed by GitHub

View File

@ -2,6 +2,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>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>app.omnivore.fetchLinkedItems</string>