C# Class dotBunny.Unity.BuildSystem.SettingsFile

Datei anzeigen Open project: dotBunny/uBuild Class Usage Examples

Public Properties

Property Type Description
AppleApplicationLoaderPathRelative bool
AppleApplicationLoaderToolPath string
AppleDeveloperName string
AppleDeveloperPassword string
AppleDeveloperUsername string
IOSProvisioningProfile string
IOSSigningAuthority string
IncrementBuildNumberOnDeployment bool
IncrementBuildNumberOnTargetBuild bool
IncrementBuildNumberOnTargetGroupBuild bool
MacBundleIdentifier string
MacCategory string
MacEntitlementsPath string
MacEntitlementsPathRelative bool
MacFileGroup string
MacFileOwner string
MacGetInfoString string
MacIconPath string
MacIconPathRelative bool
MacProvisioningProfilePath string
MacProvisioningProfilePathRelative bool
MacScreenSelectorPath string
MacScreenSelectorPathRelative bool
OutputFolder string
OutputFolderRelative bool
OutputPlatformAndroidTag string
OutputPlatformLinux32Tag string
OutputPlatformLinux64Tag string
OutputPlatformOSX32Tag string
OutputPlatformOSX64Tag string
OutputPlatformWebGLTag string
OutputPlatformWin32Tag string
OutputPlatformWin64Tag string
OutputPlatformiOSTag string
OutputPlatformtvOSTag string
SharedCopyright string
SharedDefaultLanguage string
SteamAppID int
SteamPassword string
SteamSDKFolder string
SteamSDKFolderRelative bool
SteamScriptPath string
SteamScriptPathRelative bool
SteamUsername string

Public Methods

Method Description
Apply ( ) : void
Read ( ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

Read() public method

public Read ( ) : void
return void

Property Details

AppleApplicationLoaderPathRelative public_oe property

public bool AppleApplicationLoaderPathRelative
return bool

AppleApplicationLoaderToolPath public_oe property

public string AppleApplicationLoaderToolPath
return string

AppleDeveloperName public_oe property

public string AppleDeveloperName
return string

AppleDeveloperPassword public_oe property

public string AppleDeveloperPassword
return string

AppleDeveloperUsername public_oe property

public string AppleDeveloperUsername
return string

IOSProvisioningProfile public_oe property

public string IOSProvisioningProfile
return string

IOSSigningAuthority public_oe property

public string IOSSigningAuthority
return string

IncrementBuildNumberOnDeployment public_oe property

public bool IncrementBuildNumberOnDeployment
return bool

IncrementBuildNumberOnTargetBuild public_oe property

public bool IncrementBuildNumberOnTargetBuild
return bool

IncrementBuildNumberOnTargetGroupBuild public_oe property

public bool IncrementBuildNumberOnTargetGroupBuild
return bool

MacBundleIdentifier public_oe property

public string MacBundleIdentifier
return string

MacCategory public_oe property

public string MacCategory
return string

MacEntitlementsPath public_oe property

public string MacEntitlementsPath
return string

MacEntitlementsPathRelative public_oe property

public bool MacEntitlementsPathRelative
return bool

MacFileGroup public_oe property

public string MacFileGroup
return string

MacFileOwner public_oe property

public string MacFileOwner
return string

MacGetInfoString public_oe property

public string MacGetInfoString
return string

MacIconPath public_oe property

public string MacIconPath
return string

MacIconPathRelative public_oe property

public bool MacIconPathRelative
return bool

MacProvisioningProfilePath public_oe property

public string MacProvisioningProfilePath
return string

MacProvisioningProfilePathRelative public_oe property

public bool MacProvisioningProfilePathRelative
return bool

MacScreenSelectorPath public_oe property

public string MacScreenSelectorPath
return string

MacScreenSelectorPathRelative public_oe property

public bool MacScreenSelectorPathRelative
return bool

OutputFolder public_oe property

public string OutputFolder
return string

OutputFolderRelative public_oe property

public bool OutputFolderRelative
return bool

OutputPlatformAndroidTag public_oe property

public string OutputPlatformAndroidTag
return string

OutputPlatformLinux32Tag public_oe property

public string OutputPlatformLinux32Tag
return string

OutputPlatformLinux64Tag public_oe property

public string OutputPlatformLinux64Tag
return string

OutputPlatformOSX32Tag public_oe property

public string OutputPlatformOSX32Tag
return string

OutputPlatformOSX64Tag public_oe property

public string OutputPlatformOSX64Tag
return string

OutputPlatformWebGLTag public_oe property

public string OutputPlatformWebGLTag
return string

OutputPlatformWin32Tag public_oe property

public string OutputPlatformWin32Tag
return string

OutputPlatformWin64Tag public_oe property

public string OutputPlatformWin64Tag
return string

OutputPlatformiOSTag public_oe property

public string OutputPlatformiOSTag
return string

OutputPlatformtvOSTag public_oe property

public string OutputPlatformtvOSTag
return string

SharedCopyright public_oe property

public string SharedCopyright
return string

SharedDefaultLanguage public_oe property

public string SharedDefaultLanguage
return string

SteamAppID public_oe property

public int SteamAppID
return int

SteamPassword public_oe property

public string SteamPassword
return string

SteamSDKFolder public_oe property

public string SteamSDKFolder
return string

SteamSDKFolderRelative public_oe property

public bool SteamSDKFolderRelative
return bool

SteamScriptPath public_oe property

public string SteamScriptPath
return string

SteamScriptPathRelative public_oe property

public bool SteamScriptPathRelative
return bool

SteamUsername public_oe property

public string SteamUsername
return string