DarkMatter  4.1.0
PBXCopyFilesBuildPhase Class Reference

Inherits PBXBuildPhase.

Public Member Functions

 PBXCopyFilesBuildPhase (string guid, PBXDictionary dictionary)
 
- Public Member Functions inherited from PBXBuildPhase
 PBXBuildPhase (string guid, PBXDictionary dictionary)
 
bool AddBuildFile (PBXBuildFile file)
 
void RemoveBuildFile (string id)
 
bool HasBuildFile (string id)
 
- Public Member Functions inherited from PBXObject
 PBXObject (string guid)
 
 PBXObject (string guid, PBXDictionary dictionary)
 
void Add (string key, object obj)
 
bool Remove (string key)
 
bool ContainsKey (string key)
 
string ToCSV ()
 I find this handy. return our fields as comma-separated values More...
 
override string ToString ()
 Concatenate and format so appears as "{,,,}" More...
 

Additional Inherited Members

- Static Public Member Functions inherited from PBXObject
static bool IsGuid (string aString)
 
static string GenerateGuid ()
 
static implicit operator bool (PBXObject x)
 This allows us to use the form: "if (x)" or "if (!x)" More...
 
- Protected Attributes inherited from PBXBuildPhase
const string FILES_KEY = "files"
 
- Protected Attributes inherited from PBXObject
const string ISA_KEY = "isa"
 
string _guid
 
PBXDictionary _data
 
- Properties inherited from PBXBuildPhase
PBXList files [get]
 
- Properties inherited from PBXObject
string guid [get]
 
PBXDictionary data [get]
 

The documentation for this class was generated from the following file: