Add ITSAppUsesNonExemptEncryption key

This commit is contained in:
Maurice Parker 2021-12-30 12:04:02 -08:00
parent ab9802d8b5
commit 7a2ddd7f06
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
<string>group.$(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen</string> <string>group.$(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen</string>
<key>AppIdentifierPrefix</key> <key>AppIdentifierPrefix</key>
<string>$(AppIdentifierPrefix)</string> <string>$(AppIdentifierPrefix)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>

View File

@ -6,6 +6,8 @@
<string>group.$(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS</string> <string>group.$(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS</string>
<key>AppIdentifierPrefix</key> <key>AppIdentifierPrefix</key>
<string>$(AppIdentifierPrefix)</string> <string>$(AppIdentifierPrefix)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>BGTaskSchedulerPermittedIdentifiers</key> <key>BGTaskSchedulerPermittedIdentifiers</key>
<array> <array>
<string>com.ranchero.NetNewsWire.FeedRefresh</string> <string>com.ranchero.NetNewsWire.FeedRefresh</string>