Method | Description | |
---|---|---|
CopyAndAddBuildToXcode ( |
指定ディレクトリをXcodeにコピーして追加する
|
|
CopyAndReplace ( string sourcePath, string copyPath ) : void |
ディレクトリとその中身を上書きコピー
|
|
Delete ( string targetDirectoryPath ) : void |
指定したディレクトリとその中身を全て削除する
|
public static CopyAndAddBuildToXcode ( |
||
pbxProject | ||
targetGuid | string | |
copyDirectoryPath | string | |
buildPath | string | |
currentDirectoryPath | string | |
needToAddBuild | bool | |
return | void |
public static CopyAndReplace ( string sourcePath, string copyPath ) : void | ||
sourcePath | string | |
copyPath | string | |
return | void |
public static Delete ( string targetDirectoryPath ) : void | ||
targetDirectoryPath | string | |
return | void |