Add iOS app exporting
This commit is contained in:
14
Source/Platforms/iOS/Binaries/Project/ExportOptions.plist
Normal file
14
Source/Platforms/iOS/Binaries/Project/ExportOptions.plist
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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>method</key>
|
||||
<string>${ExportMethod}</string>
|
||||
|
||||
<key>teamID</key>
|
||||
<string>${AppTeamId}</string>
|
||||
|
||||
<key>compileBitcode</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user