mirror of https://github.com/axmolengine/axmol.git
16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
|
<?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>compileBitcode</key>
|
||
|
<false/>
|
||
|
<key>method</key>
|
||
|
<string>development</string>
|
||
|
<key>provisioningProfiles</key>
|
||
|
<dict>
|
||
|
<key>Bundle Identifier</key>
|
||
|
<string>Provision Prifile Name</string>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
</plist>
|