Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PBXProject.ContainsFramework

Declaration

public bool ContainsFramework(string targetGuid, string framework);

Parameters

targetGuid The GUID of the target, such as the one returned by GetUnityFrameworkTargetGuid.
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.