Version: 2017.1

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

매뉴얼로 전환

파라미터

targetGuid The GUID of the target as returned by [[TargetGuidByName()]].
capability The capability to enable.
entitlementFileName Path 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
addOptionalFramework Set this to true to indicate that this capability requires additional frameworks. Set it to false if no additional frameworks are required.

반환

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

설명

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.