You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#fyi josh.adams Original CL Desc ----------------------------------------------------------------- Brojught two CLs over from Main, in one change: CHANGE 1: - Made a script (ExportAppleBuild) for uploading or exporting .xcarchives (we had MakeIPA but this is more general purpose and uses a project param to get ASC params - This needs .plist files to control the export/upload process, added some premade default ones in Engine/Build/Xcode - Refactored some code for the Auth param stuff CHANGE 2: - Updated packaging with -distribution, to take use -archivedirectory param (if it ends with .xcarchive) as an override location to write the .xcarchive, instead of ~/Library/Developer/Xcode (when -archive isn't set) - Similarly if -archive and -archivedirectory ends with .xcarchive, then that is the name of the directory to archive to, instead of using Xcode's name - Improved logging of xcarchive info #rb zack.neyland #jira UE-211111 [CL 34484380 by marc audy in 5.4 branch]