Version: 5.6
public string AddFile (string path, string projectPath);
public string AddFile (string path, string projectPath, iOS.Xcode.PBXSourceTree sourceTree);

파라미터

path The physical path of the file.
projectPath The project path of the file.
sourceTree The source tree the path is relative to. By default it's PBXSourceTree.Group.

반환

string The GUID of the added file.

설명

Adds file to the project.

To add the file to the list of files to build, pass the returned value to AddFileToBuild.