Version: 5.6

PBXProject.FindFileGuidByRealPath

Cambiar al Manual
public string FindFileGuidByRealPath (string path, iOS.Xcode.PBXSourceTree sourceTree);
public string FindFileGuidByRealPath (string path);

Parámetros

path The physical path of the file.
sourceTree The source tree path is relative to.

Valor de retorno

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

Descripción

Finds file GUID by physical path.

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