You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Disable IOS for installed engine builds due to (intermittent?) crashes in IOSToolChain on build farm.
#rb none [FYI] Jack.Porter, Peter.Sauerbrei #jira #rnx #ROBOMERGE-OWNER: robert.manuszewski #ROBOMERGE-AUTHOR: ben.marsh #ROBOMERGE-SOURCE: CL 11428133 in //UE4/Release-4.25/... via CL 11443933 via CL 11444705 #ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v656-11643781) [CL 11776455 by ben marsh in Dev-Core branch]
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<Property Name="DefaultWithPlatform" Value="true"/>
|
||||
<Property Name="DefaultWithPlatform" Value="false" If="$(HostPlatformEditorOnly) Or $(HostPlatformOnly)"/>
|
||||
|
||||
<Property Name="DefaultWithIOS" Value="$(DefaultWithPlatform)"/>
|
||||
<Property Name="DefaultWithIOS" Value="false"/>
|
||||
<Property Name="DefaultWithIOS" Value="false" If="'$(HostPlatform)' != 'Mac' And !$(AllPlatforms)"/>
|
||||
|
||||
<Property Name="DefaultWithWin32" Value="$(DefaultWithPlatform)"/>
|
||||
|
||||
Reference in New Issue
Block a user