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.
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 plist
s as you like following the steps provided in this question.