You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UBT: Remove the global registration of project file generators. This is now done only when needed (when actually generating project files).
#rb none #rnx [CL 4410042 by Ben Marsh in Dev-Build branch]
This commit is contained in:
@@ -193,7 +193,7 @@ namespace UnrealBuildTool
|
||||
return bSuccess;
|
||||
}
|
||||
|
||||
protected override bool WriteMasterProjectFile(ProjectFile UBTProject)
|
||||
protected override bool WriteMasterProjectFile(ProjectFile UBTProject, PlatformProjectGeneratorCollection PlatformProjectGenerators)
|
||||
{
|
||||
return WriteXcodeWorkspace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user