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-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]
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> |