mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ios: Add entitlements.plist and codesign the generated ipa with said plist in createipa.sh
This commit is contained in:
12
engine/platform/ios/bundle/entitlements.plist
Normal file
12
engine/platform/ios/bundle/entitlements.plist
Normal 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>
|
||||
Reference in New Issue
Block a user