Update entitlements so that we are always test uses production

This commit is contained in:
Maurice Parker 2021-01-13 15:18:30 -06:00
parent bf6e4b5bf3
commit 9f446b05fc
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,9 @@
<plist version="1.0">
<dict>
<key>com.apple.developer.aps-environment</key>
<string>development</string>
<string>Production</string>
<key>com.apple.developer.icloud-container-environment</key>
<string>Production</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.$(ORGANIZATION_IDENTIFIER).NetNewsWire</string>

View File

@ -3,7 +3,9 @@
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
<string>Production</string>
<key>com.apple.developer.icloud-container-environment</key>
<string>Production</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.$(ORGANIZATION_IDENTIFIER).NetNewsWire</string>