Property | Type | Description | |
---|---|---|---|
_objects | PBXDictionary |
Method | Description | |
---|---|---|
AddFile ( string filePath, |
||
AddFolder ( string folderPath, |
||
AddFrameworkSearchPaths ( |
||
AddFrameworkSearchPaths ( string path ) : bool | ||
AddHeaderSearchPaths ( |
||
AddHeaderSearchPaths ( string path ) : bool | ||
AddLibrarySearchPaths ( |
||
AddLibrarySearchPaths ( string path ) : bool | ||
AddOtherCFlags ( |
||
AddOtherCFlags ( string flag ) : bool | ||
ApplyMod ( |
||
ApplyMod ( string rootPath, string pbxmod ) : void | ||
Backup ( ) : void | ||
Consolidate ( ) : void | ||
Dispose ( ) : void | ||
GetFile ( string name ) : |
||
GetGroup ( string name, string path = null, |
||
GetObject ( string guid ) : object | ||
Save ( ) : void |
Saves a project after editing.
|
|
XCProject ( ) : System.Collections | ||
XCProject ( string filePath ) : System.Collections |
Method | Description | |
---|---|---|
AddXcodeQuotes ( string path ) : string |
public AddFile ( string filePath, |
||
filePath | string | |
parent | ||
tree | string | |
createBuildFiles | bool | |
weak | bool | |
return | PBXDictionary |
public AddFolder ( string folderPath, |
||
folderPath | string | |
parent | ||
exclude | string | |
recursive | bool | |
createBuildFile | bool | |
return | bool |
public AddFrameworkSearchPaths ( |
||
paths | ||
return | bool |
public AddFrameworkSearchPaths ( string path ) : bool | ||
path | string | |
return | bool |
public AddHeaderSearchPaths ( |
||
paths | ||
return | bool |
public AddHeaderSearchPaths ( string path ) : bool | ||
path | string | |
return | bool |
public AddLibrarySearchPaths ( |
||
paths | ||
return | bool |
public AddLibrarySearchPaths ( string path ) : bool | ||
path | string | |
return | bool |
public AddOtherCFlags ( |
||
flags | ||
return | bool |
public ApplyMod ( string rootPath, string pbxmod ) : void | ||
rootPath | string | |
pbxmod | string | |
return | void |
public GetFile ( string name ) : |
||
name | string | |
return |
public GetGroup ( string name, string path = null, |
||
name | string | |
path | string | |
parent | ||
return |
public XCProject ( string filePath ) : System.Collections | ||
filePath | string | |
return | System.Collections |