博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
重新签名IOS .ipa文件 (包含第三方框架和插件)
阅读量:5136 次
发布时间:2019-06-13

本文共 3976 字,大约阅读时间需要 13 分钟。

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

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

转载于:https://www.cnblogs.com/yuanxiaoping_21cn_com/p/5810984.html

你可能感兴趣的文章
Nhibernate 过长的字符串报错 dehydration property
查看>>
Deque - leetcode 【双端队列】
查看>>
gulp插件gulp-ruby-sass和livereload插件
查看>>
免费的大数据学习资料,这一份就足够
查看>>
clientWidth、clientHeight、offsetWidth、offsetHeight以及scrollWidth、scrollHeight
查看>>
企业级应用与互联网应用的区别
查看>>
itext jsp页面打印
查看>>
Perl正则表达式匹配
查看>>
DB Change
查看>>
nginx --rhel6.5
查看>>
Eclipse Python插件 PyDev
查看>>
selenium+python3模拟键盘实现粘贴、复制
查看>>
第一篇博客
查看>>
网站搭建(一)
查看>>
Spring JDBCTemplate
查看>>
Radon变换——MATLAB
查看>>
Iroha and a Grid AtCoder - 1974(思维水题)
查看>>
gzip
查看>>
转负二进制(个人模版)
查看>>
LintCode-Backpack
查看>>