Version: 2017.1

PBXProject.AddFolderReference

매뉴얼로 전환
public string AddFolderReference (string path, string projectPath, iOS.Xcode.PBXSourceTree sourceTree);

파라미터

path The physical path to the folder on the filesystem.
projectPath The project path to the folder.
sourceTree The source tree the path is relative to. By default it's PBXSourceTree.Source. The PBXSourceTree.Group tree is not supported.

반환

string The GUID of the added folder reference. It can later be used to add the file for building to targets, etc.

설명

Adds a new folder reference to the list of known files.

The group structure is automatically created to correspond to the project path. To add the folder reference to the list of files to build, pass the returned value to AddFileToBuild.