Reputation:
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
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
Reputation: 1534
Honestly i didn't get your question but if you want to access .plist file after archiving. You have to
Upvotes: 0