首页 > 移动平台 > 详细

重新签名IOS .ipa文件 (包含第三方框架和插件)

时间:2016-08-26 16:57:14      阅读:1597      评论:0      收藏:0      [点我收藏+]

本文未经测试,初步看代码流程接近本人想法,留下作记录。
Intoduction

This code allow you to resign your own ipa assuming that you have:
1) a developer certificate issued by apple and added to your keychain
2) a mobileprovision file

This code allow you to resign your app without using xcode or if you need to add a UDID for development distribution.
This code correctly signs ipas with Frameworks (.framework folders), Plugins (.appex folders), Applications (.app folders)
This code autoincludes entitlements with binaries extracting them from the provided mobileprovision file.

Usage

This code runs on mac osx
You should already have installed OSX Command Lines Tools
The code is a shell script

 

Step 1
Change the following variables inside the signall.sh script:

 

Step 2

 

In your destination folder you will have all your ipas signed.

Source and Updates

https://bitbucket.org/xgiovio/ios-ipa-resign/src

Code
signall.sh

 

sign.sh

重新签名IOS .ipa文件 (包含第三方框架和插件)

原文:http://www.cnblogs.com/yuanxiaoping_21cn_com/p/5810984.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!