xca/misc/entitlement-appstore-compliant.plist
Christian Hohnstaedt 9d92318389 Fix ITMS-90886: Cannot be used with TestFlight
Add the name from the "provisionprofile" to the
entitlements to silence the error and allow
testflights.

Extend legacy.dylib to also include the x86_64 binary

Bump patch version to get new versions
even with commit amending.
2024-07-17 23:32:36 +02:00

12 lines
382 B
Plaintext

<!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.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.application-identifier</key>
<string>HWR8GSJ73M.de.hohnstaedt.xca</string>
</dict>
</plist>