Version: 2017.3

PBXProject.ContainsFramework

매뉴얼로 전환
public bool ContainsFramework (string targetGuid, string framework);

파라미터

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

반환

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

설명

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.