C# 클래스 DirectoryProcessor, XcodeProjectUpdater

ディレクトリを操作するクラス
파일 보기 프로젝트 열기: kankikuchi/XcodeProjectUpdater 1 사용 예제들

공개 메소드들

메소드 설명
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

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

메소드 상세

CopyAndAddBuildToXcode() 공개 정적인 메소드

指定ディレクトリを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
리턴 void

CopyAndReplace() 공개 정적인 메소드

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

Delete() 공개 정적인 메소드

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