[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:
Daniel Arantes Loverde
2026-08-24 11:39:23 -03:00
4 changed files with 40 additions and 4 deletions

View File

@@ -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>