简体   繁体   English

获取企业IOS应用程序的info.plist

[英]Getting info.plist for enterprise IOS application

I am developing an IOS application through an enterprise account. 我正在通过企业帐户开发IOS应用程序。 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. 我从Xcode存档了该应用程序,并获得了ipa文件,但是我仍然需要plist文件。

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. 创建ipa时需要选中mark选项,其中包括manifiedt文件。因此xcode会为您生成文件。 Otherwise you can get plist file from internet and edit according to your application 否则,您可以从互联网获取plist文件并根据您的应用程序进行编辑

Honestly i didn't get your question but if you want to access .plist file after archiving. 老实说,我没有收到您的问题,但是如果您要在存档后访问.plist文件。 You have to 你必须

  1. Unarchive your iPA file. 取消存档您的iPA文件。
  2. It will create a "Payload" folder, inside it you will find .app file. 它将创建一个“有效载荷”文件夹,在其中您将找到.app文件。
  3. Right click on it, "Show package contents" and you can see your plist file. 右键单击它,“显示包内容”,您可以看到您的plist文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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