Search code examples
iosxcodexcode5entitlements

How to create Entitlement.plist file in Xcode?


I have downloaded the latest version of Xcode. I want to create Entitlement.plist file in my project.

Please give me proper steps to create an Entitlement.plist file in Xcode.


Solution

  • You can manage the Entitlements in the Capabilities tab of your target settings.

    Any change there will automatically update either the Entitlements.plist or the Info.plist file.

    That being said, an Entitlements.plist file is in the end just a plist. You can add as much plists as you like following the steps provided in this question.