2018-02-22 11:25:06 -05:00
public override bool PrepForUATPackageOrDeploy ( UnrealTargetConfiguration Config , FileReference ProjectFile , string InProjectName , DirectoryReference InProjectDirectory , string InExecutablePath , DirectoryReference InEngineDir , bool bForDistribution , string CookFlavor , bool bIsDataDeploy , bool bCreateStubIPA , bool bIsUE4Game )
return TVOSExports . PrepForUATPackageOrDeploy ( Config , ProjectFile , InProjectName , InProjectDirectory , InExecutablePath , InEngineDir , bForDistribution , CookFlavor , bIsDataDeploy , bCreateStubIPA , TargetReceiptFileName ) ;
2018-02-22 11:25:06 -05:00
public override bool DeployGeneratePList ( FileReference ProjectFile , UnrealTargetConfiguration Config , DirectoryReference ProjectDirectory , bool bIsUE4Game , string GameName , string ProjectName , DirectoryReference InEngineDir , DirectoryReference AppDirectory , string InExecutablePath , out bool bSupportsPortrait , out bool bSupportsLandscape , out bool bSkipIcons )
return TVOSExports . GeneratePList ( ProjectFile , Config , ProjectDirectory , bIsUE4Game , GameName , ProjectName , InEngineDir , AppDirectory , TargetReceiptFileName , out bSupportsPortrait , out bSupportsLandscape , out bSkipIcons ) ;
2018-02-22 11:25:06 -05:00
DeployGeneratePList ( SC . RawProjectPath , TargetConfiguration , ( SC . IsCodeBasedProject ? SC . ProjectRoot : SC . EngineRoot ) , ! SC . IsCodeBasedProject , ( SC . IsCodeBasedProject ? SC . ShortProjectName : "UE4Game" ) , SC . ShortProjectName , SC . EngineRoot , DirectoryReference . Combine ( ( SC . IsCodeBasedProject ? SC . ProjectRoot : SC . EngineRoot ) , "Binaries" , "TVOS" , "Payload" , ( SC . IsCodeBasedProject ? SC . ShortProjectName : "UE4Game" ) + ".app" ) , SC . StageExecutables [ 0 ] , out bSupportsPortrait , out bSupportsLandscape , out bSkipIcons ) ;