C# Class DirectoryProcessor, XcodeProjectUpdater

ディレクトリを操作するクラス
Afficher le fichier Open project: kankikuchi/XcodeProjectUpdater Class Usage Examples

Méthodes publiques

Méthode Description
CopyAndAddBuildToXcode ( PBXProject pbxProject, string targetGuid, string copyDirectoryPath, string buildPath, string currentDirectoryPath, bool needToAddBuild = true ) : void

指定ディレクトリをXcodeにコピーして追加する

CopyAndReplace ( string sourcePath, string copyPath ) : void

ディレクトリとその中身を上書きコピー

Delete ( string targetDirectoryPath ) : void

指定したディレクトリとその中身を全て削除する

Method Details

CopyAndAddBuildToXcode() public static méthode

指定ディレクトリをXcodeにコピーして追加する
public static CopyAndAddBuildToXcode ( PBXProject pbxProject, string targetGuid, string copyDirectoryPath, string buildPath, string currentDirectoryPath, bool needToAddBuild = true ) : void
pbxProject UnityEditor.iOS.Xcode.PBXProject
targetGuid string
copyDirectoryPath string
buildPath string
currentDirectoryPath string
needToAddBuild bool
Résultat void

CopyAndReplace() public static méthode

ディレクトリとその中身を上書きコピー
public static CopyAndReplace ( string sourcePath, string copyPath ) : void
sourcePath string
copyPath string
Résultat void

Delete() public static méthode

指定したディレクトリとその中身を全て削除する
public static Delete ( string targetDirectoryPath ) : void
targetDirectoryPath string
Résultat void