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

查看:224
本文介绍了仅提供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
    • Rename the .ipa to .zip, and unzip the archive.
    • Inside should be a folder called "payload", and inside that folder should be your application archive.
    • Right-click the application archive, and choose "show package contents."
    • Find the Info.plist file (either named "Info.plist" or "AppName_Info.plist"). Open that file with a text editor
    • Change the value of "CFBundleVersion" and "CFBundleShortVersionString" to your desired version number.
    • Re-zip the archive
    • Rename the .zip to .ipa
    • Re-sign the .ipa
    • 这篇关于仅提供IPA文件即可更改应用版本(无xcode)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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