How to create Entitlement.plist file in Xcode?

Dinesh Kaushik picture Dinesh Kaushik · Oct 30, 2013 · Viewed 65k times · Source

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.

Answer

Gabriele Petronella picture Gabriele Petronella · Oct 30, 2013

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.