How to create Entitlement.plist file in Xcode?

前端 未结 4 685
小鲜肉
小鲜肉 2020-12-05 10:31

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

4条回答
  •  遥遥无期
    2020-12-05 11:29

    If you want to add an Entitlement to an existing project in Xcode 5 follow these steps:

    1. Select your project in the Navigator area.
    2. Select your Target in the Editor area.
    3. In the Editor area select the Capabilities option from the menu bar.
    4. Open the disclosure button to the left of the Keychain Sharing option.
    5. Under Keychain Sharing select the "+" button.
    6. Type the entitlement in the input area.
    7. DONE.

提交回复
热议问题