仅提供 IPA 文件更改应用程序版本(无 xcode) [英] Change app Version with only IPA file provided (no xcode)

查看:25
本文介绍了仅提供 IPA 文件更改应用程序版本(无 xcode)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个为我的公司开发的应用.不幸的是,它需要辞职(我知道这部分是怎么做的),因为分发证书已过期.问题是我们需要更改版本号,以便在所有 iPad 上进行更新.有谁知道如何使用终端来做到这一点(我安装了 xcode,但我没有来自开发人员的文件).再一次,我只有应用程序的 IPA 文件.

I have an app that was developed for my company. Unfortunately it needs to be resigned (i know how do this part) because the distribution cert has expired. The problem is we need to change the version number so it allows for an update on all iPads. Does anyone know how to do this using terminal (i have xcode installed but i dont have and of the files from the developers). Once again, i only have the IPA file for the app.

感谢您的帮助.

推荐答案

  • 将 .ipa 重命名为 .zip,然后解压缩存档.
  • 里面应该有一个名为payload"的文件夹,该文件夹内应该是您的应用程序存档.
  • 右键单击应用程序存档,然后选择显示包内容".
  • 找到Info.plist 文件(名为Info.plist"或AppName_Info.plist").使用文本编辑器打开该文件
  • 将CFBundleVersion"和CFBundleShortVersionString"的值更改为您想要的版本号.
  • 重新压缩存档
  • 将 .zip 重命名为 .ipa
  • 重新签署 .ipa
  • 这篇关于仅提供 IPA 文件更改应用程序版本(无 xcode)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆