Version: 5.6

PBXProject.AddFrameworkToProject

Cambiar al Manual
public void AddFrameworkToProject (string targetGuid, string framework, bool weak);

Parámetros

targetGuid The GUID of the build configuration as returned by TargetGuidByName.
framework The name of the framework. The extension must be ".framework".
weak True if the framework is required, false if optional.

Descripción

Adds a framework dependency for the specified target.