You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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-OWNER: ben.marsh #ROBOMERGE-AUTHOR: andrew.grant #ROBOMERGE-SOURCE: CL 6674455 via CL 6674457 via CL 6674458 via CL 6674459 via CL 6674460 via CL 6674558 via CL 6674568 #ROBOMERGE-BOT: BUILD (Main -> Dev-Build) (v364-6709755) [CL 6716053 by andrew grant in Dev-Build branch]
39 lines
1.3 KiB
XML
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> |