Version: 2017.2
public string FindFileGuidByRealPath (string path, iOS.Xcode.PBXSourceTree sourceTree);
public string FindFileGuidByRealPath (string path);

パラメーター

path ファイルの物理パス(ローカルに保存されている実際のパス)
sourceTree The source tree path is relative to. The PBXSourceTree.Group tree is not supported.

戻り値

string The GUID of the file if the search succeeded, null otherwise.

説明

Finds a file with the given physical path in the project, if any.

sourceTree の引数なしの場合は、検知できるすべてのファイルを対象に行います。この動きに注意して sourceTree 引数を使用してください。