Version: 2017.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PBXProject.AddCapability(string,PBXCapabilityType,string,bool,string)

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Parameters

targetGuidThe GUID of the target as returned by [[TargetGuidByName()]].
capabilityThe capability to enable.
entitlementFileNamePath to the entitlements file to be used for this capability. Information regarding the contents of entitlements files can be found at https://developer.apple.com/library/content/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/AboutEntitlements.html
addOptionalFrameworkSet this to true to indicate that this capability requires additional frameworks. Set it to false if no additional frameworks are required.

Returns

void True if the capability was successfully added, and false otherwise.

Description

Add a target capability to the Xcode project. This enables behavior based on the capability type. Some capabilities will require additional setup within Xcode. For more control over the specific settings of capability use the ProjectCapabilityManager class.