C# Class dotBunny.Unity.BuildSystem.Routines.MacPListRoutine

Inheritance: IRoutine
Show file Open project: dotBunny/uBuild

Public Properties

Property Type Description
BundleIdentifier string
Copyright string
DefaultCategory string
GetInfoString string
IconFile string
IconFilePath string
ScreenSelectorFile string
ScreenSelectorPath string

Public Methods

Method Description
GetFriendlyName ( ) : string
GetRoutineType ( ) : BuildFactory.Routines
MacPListRoutine ( ) : UnityEditor
PostProcessor ( ) : bool
PreProcessor ( ) : bool

Method Details

GetFriendlyName() public method

public GetFriendlyName ( ) : string
return string

GetRoutineType() public method

public GetRoutineType ( ) : BuildFactory.Routines
return BuildFactory.Routines

MacPListRoutine() public method

public MacPListRoutine ( ) : UnityEditor
return UnityEditor

PostProcessor() public method

public PostProcessor ( ) : bool
return bool

PreProcessor() public method

public PreProcessor ( ) : bool
return bool

Property Details

BundleIdentifier public property

public string BundleIdentifier
return string

Copyright public property

public string Copyright
return string

DefaultCategory public property

public string DefaultCategory
return string

GetInfoString public property

public string GetInfoString
return string

IconFile public property

public string IconFile
return string

IconFilePath public property

public string IconFilePath
return string

ScreenSelectorFile public property

public string ScreenSelectorFile
return string

ScreenSelectorPath public property

public string ScreenSelectorPath
return string