ios: Add entitlements.plist and codesign the generated ipa with said plist in createipa.sh

This commit is contained in:
ksagameng
2026-02-08 20:44:57 +03:00
committed by a1batross
parent d6dc77d409
commit 59dbe1d01e
2 changed files with 22 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>AAAAAAAAA.su.xash.engine</string>
<key>com.apple.developer.team-identifier</key>
<string>AAAAAAAAA</string>
<key>get-task-allow</key>
<false/>
</dict>
</plist>