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
commit e22207ed05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>