Version: 2018.2
public void AddFrameworkToProject (string targetGuid, string framework, bool weak);

パラメーター

targetGuid TargetGuidByName によって返されるビルド設定の GUID
frameworkThe name of the framework. The extension of the filename must be ".framework".
weakTrue if the framework is optional (i.e. weakly linked), false if the framework is required.

説明

Adds a system framework dependency for the specified target.

The function assumes system frameworks are located in System/Library/Frameworks folder in the SDK source tree. The framework is added to Frameworks logical folder in the project.