Version: 5.6

PBXProject.FindFileGuidByRealPath

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

파라미터

path The physical path of the file.
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.

The version without source tree argument matches paths of all known files. Use this overload with care.