简体   繁体   中英

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?

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM