Property | Type | Description | |
---|---|---|---|
GetFileType | PBXFileType |
Method | Description | |
---|---|---|
AddFile ( String groups, String file ) : |
Adds the file.
|
|
AddFile ( String groups, String file, PBXSourceTree sourceTree ) : |
Adds the file.
|
|
AddGroup ( String groups ) : |
Adds the group.
|
|
ClearGroup ( String groups ) : void |
Gets the group.
|
|
Delete ( ) : void |
Delete the xcodeproj bundle and project file.
|
|
GetGroup ( String groups ) : |
Gets the group.
|
|
RemoveFile ( String groups, String file ) : |
Removes the file.
|
|
RemoveGroup ( String groups ) : |
Removes the group.
|
|
Save ( ) : void |
Saves the project; create the xcodeproj bundle and write the project file.
|
|
XcodeProject ( String dir, string name ) : System |
Initializes a new instance of the XcodeProject class.
|
Method | Description | |
---|---|---|
GetFileType ( String file ) : PBXFileType |
Gets the type of the file.
|
public AddFile ( String groups, String file ) : |
||
groups | String | The groups. |
file | String | The file. |
return |
public AddFile ( String groups, String file, PBXSourceTree sourceTree ) : |
||
groups | String | The groups. |
file | String | The file. |
sourceTree | PBXSourceTree | The source tree. |
return |
public AddGroup ( String groups ) : |
||
groups | String | The group path. |
return |
public ClearGroup ( String groups ) : void | ||
groups | String | The group path. |
return | void |
public GetGroup ( String groups ) : |
||
groups | String | The group path. |
return |
public RemoveFile ( String groups, String file ) : |
||
groups | String | The groups. |
file | String | The file. |
return |
public RemoveGroup ( String groups ) : |
||
groups | String | The groups. |
return |
public XcodeProject ( String dir, string name ) : System | ||
dir | String | The dir. |
name | string | The name. |
return | System |