Version: 2017.1

PBXProject.ContainsFramework

Switch to Manual
public bool ContainsFramework (string targetGuid, string framework);

Parameters

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

Returns

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

Description

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.