public bool ContainsFramework (string targetGuid, string framework);

파라미터

targetGuidThe GUID of the target as returned by [[TargetGuidByName()]].
frameworkThe 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.