[app-attest-env] Opt-in app attest via CDhash and switch local signing to automatic

This commit is contained in:
Daniel Arantes Loverde
2026-07-31 14:20:55 -03:00
parent 6187dc1907
commit 0bfdbb5c31
2 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.devicecheck.app-attest-opt-in</key>
<array>
<string>CDhash</string>
</array>
<key>com.apple.developer.devicecheck.appattest-environment</key>
<string>$(APP_ATTEST_ENVIRONMENT)</string>
</dict>