Files
UnrealEngineUWP/Engine/Source/Programs/AutomationTool/IOS/ExportOptions.Values.xml
Stefan Boberg d3b8c05f44 Merging //UE4/Main @ 6674777 to //UE4/Dev-Core (sbo1-dev-core-e)
(peafour-mergedown)

#rb none

[CL 6674926 by Stefan Boberg in Dev-Core branch]
2019-05-30 04:51:31 -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>