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.
CloseFor 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.
ClosetargetGuid | The GUID of the target, such as the one returned by GetUnityFrameworkTargetGuid. |
capability | The capability to enable. |
addOptionalFramework | Set this to true to indicate that this capability requires additional frameworks. Set it to false if no additional frameworks are required. |
entitlementsFilePath | Path to the entitlements file to be used for this capability. Information regarding the contents of entitlements files can be found in Apple Documentation |
bool True if the capability was successfully added, and false otherwise.
Adds a target capability to the Xcode project. This enables behavior based on the capability type. Some capabilities require additional setup within Xcode. For more control over the specific settings of capability, use the ProjectCapabilityManager class.