You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This CL has iOS reach parity all other TargetDevice platforms in the standard set forth in UE-201403 This includes launch flow function implementations, overlay executable support, and updated toolset to support modern versions of iOS and xCode Namely, ios-deploy has become obsolete for iOS 17+ due to changes in Apple's system frameworks. Instead Apple's new tool, devicectl, is used in versions of xcode where available The following types of builds are supported: - Standard Apps (non-bulk) - Standard IPAs (non-bulk) - Bulk apps - dev apps (bulk and non-bulk) aka overlay executables #jira UE-201389 #rb chris.constantinescu #tests Preflight and local runs against all build variations [CL 35666507 by brendan lienau in ue5-main branch]