Property | Type | Description | |
---|---|---|---|
buildPhase | string | ||
compilerFlags | string | ||
trees | string>.Dictionary | ||
typeNames | string>.Dictionary | ||
typePhases | string>.Dictionary |
Method | Description | |
---|---|---|
PBXFileReference ( string guid, PBXDictionary dictionary ) : System.Collections | ||
PBXFileReference ( string filePath, TreeEnum tree = TreeEnum.SOURCE_ROOT ) : System.Collections |
Method | Description | |
---|---|---|
GuessFileType ( ) : void | ||
SetFileType ( string fileType ) : void |
public PBXFileReference ( string guid, PBXDictionary dictionary ) : System.Collections | ||
guid | string | |
dictionary | PBXDictionary | |
return | System.Collections |
public PBXFileReference ( string filePath, TreeEnum tree = TreeEnum.SOURCE_ROOT ) : System.Collections | ||
filePath | string | |
tree | TreeEnum | |
return | System.Collections |