Files
UnrealEngineUWP/Engine/Source/Programs/AutomationTool/IOS/ExportOptions.Values.xml
andrew grant c984b827fd Added MakeIPA script and templates that contain all the magic needed to turn an xarchive into an IPA based on desired distribution method.
Added Fortnite K version that derives from MakeIPA and presets some arguments.

(Build scripts still use older script and have not yet been converted)

#rb na
[FYI] josh.adams



#ROBOMERGE-SOURCE: CL 6674455 via CL 6674457 via CL 6674458 via CL 6674459 via CL 6674460 via CL 6674558
#ROBOMERGE-BOT: (vundefined-6665479)

[CL 6674568 by andrew grant in Main branch]
2019-05-30 01:20:20 -04:00

39 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<root>
<methods>
<type name="development">development</type>
<type name="adhoc">adhoc</type>
<type name="store">store</type>
</methods>
<signing>
<type name="development">iPhone Developer</type>
<type name="adhoc">iPhone Distribution</type>
<type name="store">iPhone Distribution</type>
</signing>
<profiles>
<type name="development">
<key>com.yourcompany.project</key>
<string>Project Development</string>
<key>com.yourcompany.project.StickerPack</key>
<string>ProjectExtension Development</string>
<key>com.yourcompany.project.Extension1</key>
<string>ProjectExtension Development</string>
</type>
<type name="adhoc">
<key>com.yourcompany.project</key>
<string>Project Adhoc Distribution</string>
<key>com.yourcompany.project.StickerPack</key>
<string>ProjectExtension Adhoc Distribution</string>
<key>com.yourcompany.project.Extension</key>
<string>ProjectExtension Adhoc Distribution</string>
</type>
<type name="store">
<key>com.yourcompany.project</key>
<string>Project Store Distribution</string>
<key>com.yourcompany.project.StickerPack</key>
<string>ProjectExtension Store Distribution</string>
<key>com.yourcompany.project.Extension</key>
<string>ProjectExtension Store Distribution</string>
</type>
</profiles>
</root>