Version: 5.6

PBXProject.FindFileGuidByRealPath

切换到手册
public string FindFileGuidByRealPath (string path, iOS.Xcode.PBXSourceTree sourceTree);
public string FindFileGuidByRealPath (string path);

参数

path 文件的物理路径。
sourceTree The source tree path is relative to.

返回

string The file GUID or null if the file could not be found.

描述

Finds file GUID by physical path.

不包含源代码树参数的版本会与所有已知文件的路径进行匹配。请小心使用此重载。