Version: 2017.3

PBXProject.ContainsFramework

Cambiar al Manual
public bool ContainsFramework (string targetGuid, string framework);

Parámetros

targetGuid The GUID of the target as returned by [[TargetGuidByName()]].
framework The name of the framework. The extension of the filename must be ".framework".

Valor de retorno

bool Returns true if the given framework is a dependency of the given target, false otherwise.

Descripción

Checks whether the given system framework is a dependency of a target.

The function assumes system frameworks are located in System/Library/Frameworks folder in the SDK source tree.