[app-attest-env] Merge production-environment fix into opt-in-prompts, port to flat layout
Resolves the App Attest env/entitlements changes onto the flattened PediFoods.xcodeproj structure (Darwin/PediFoods.xcodeproj no longer exists on this branch). Also restores Release signing to Manual / Apple Distribution / AppStore provisioning profile - the merged-in fix had switched it to Automatic / Apple Development, which breaks headless CI archiving.
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
<dict>
|
||||
<key>aps-environment</key>
|
||||
<string>development</string>
|
||||
<key>com.apple.developer.devicecheck.app-attest-opt-in</key>
|
||||
<array>
|
||||
<string>CDhash</string>
|
||||
</array>
|
||||
<key>com.apple.developer.devicecheck.appattest-environment</key>
|
||||
<string>development</string>
|
||||
<string>$(APP_ATTEST_ENVIRONMENT)</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user