mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
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.
12 lines
382 B
Plaintext
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>
|