user6351564
user6351564

Reputation:

Getting info.plist for enterprise IOS application

I am developing an IOS application through an enterprise account. This application will be set on a specific website to be downloaded. I archived the application from Xcode, and got the ipa file, but I still need the plist file.

Any idea how to get it?

Upvotes: 0

Views: 513

Answers (2)

vivek bhoraniya
vivek bhoraniya

Reputation: 1535

You need to check mark option include manifiest file while creating ipa.So xcode will generate file for you. Otherwise you can get plist file from internet and edit according to your application

Upvotes: 1

Deepak Carpenter
Deepak Carpenter

Reputation: 1534

Honestly i didn't get your question but if you want to access .plist file after archiving. You have to

  1. Unarchive your iPA file.
  2. It will create a "Payload" folder, inside it you will find .app file.
  3. Right click on it, "Show package contents" and you can see your plist file.

Upvotes: 0

Related Questions