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.plis
You can manually create an Entitlements.plist
file using the template below.
Save it as YourTargetName.entitlements
In your Target > Build Settings
, set the key "Code Signing Entitlements" (CODE_SIGN_ENTITLEMENTS
) to the file's path.
application-identifier
$(AppIdentifierPrefix)$(CFBundleIdentifier)
beta-reports-active