C# Class UnityEditor.iOS.Xcode.PBX.XCBuildConfigurationData

Inheritance: PBXObjectData
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
entries BuildConfigEntryData>.SortedDictionary

Public Methods

Method Description
AddProperty ( string name, string value ) : void
Create ( string name ) : XCBuildConfigurationData
RemoveProperty ( string name ) : void
RemovePropertyValue ( string name, string value ) : void
RemovePropertyValueList ( string name, IEnumerable valueList ) : void
SetProperty ( string name, string value ) : void
UpdateProps ( ) : void
UpdateVars ( ) : void

Private Methods

Method Description
EscapeWithQuotesIfNeeded ( string name, string value ) : string

Method Details

AddProperty() public method

public AddProperty ( string name, string value ) : void
name string
value string
return void

Create() public static method

public static Create ( string name ) : XCBuildConfigurationData
name string
return XCBuildConfigurationData

RemoveProperty() public method

public RemoveProperty ( string name ) : void
name string
return void

RemovePropertyValue() public method

public RemovePropertyValue ( string name, string value ) : void
name string
value string
return void

RemovePropertyValueList() public method

public RemovePropertyValueList ( string name, IEnumerable valueList ) : void
name string
valueList IEnumerable
return void

SetProperty() public method

public SetProperty ( string name, string value ) : void
name string
value string
return void

UpdateProps() public method

public UpdateProps ( ) : void
return void

UpdateVars() public method

public UpdateVars ( ) : void
return void

Property Details

entries protected property

protected SortedDictionary entries
return BuildConfigEntryData>.SortedDictionary