Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add Entitlement.plist in xCode 4.2

I am using the Xcode 4.2. I did not able to see any method to add Entitlements.plist in this version. So how can i do add that file in my project since i need to install my app on iPhone.

like image 536
Sandeep Dhama Avatar asked Dec 17 '11 19:12

Sandeep Dhama


1 Answers

Select the target in your project and scroll down. You'll see the option to add a custom entitlement.

enter image description here

For creating a new entitlement, just create a new plist file from new file menu item. Change it's type to iPhone entitlements as shown below. enter image description here

like image 188
Vin Avatar answered Oct 04 '22 10:10

Vin