C# Класс DirectoryProcessor, XcodeProjectUpdater

ディレクトリを操作するクラス
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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