EasyResigny is a Mac tool for user to resign iOS App.
To use EasyResigny to resign iOS App, you must ensure your App has been decrypted.You can use dumpdecrypted to decrypt your app or download jailbreak Apps. If the App has not been decrypted, it will crash after installing on iDevices.
This resign tool will remove files at Watch
and Plugins
directories at present,so that it can make sure verify application codesign success when install.
EasyResigny cannot codesign the injected dylib, so you'd better codesign it by yourself first.(I will fix it soon.)
Open ./Products
and double click EasyResigny, or build project at ./EasyResigny
directory.
Drag, input or select the options needed.Certifacate,Provision Profile and App IPA is required.
Click Start EasyResigny
button.
You can use ideviceinstaller to install on your iDevices.
What should I do next?
MIT
EasyResigny is my first Mac App tool, it is inspired by maciekish / iReSign and DanTheMan827/ios-app-signer.Though it's not good enough,I will try my best to make it better. And what's more, welcome to open an issue to make the tool become better.Thanks a lot!
======
EasyResigny 是一款使用简单的重签名 Mac 工具。
Watch
以及 Plugins
目录下的文件删除,以确保应用重签名生成的 IPA 文件可以正常安装到苹果设备上。./Products
目录,双击 EasyResigny 应用, 或者用 Xcode 编译 ./EasyResigny
目录下的工程文件。Start EasyResigny
开始重签名。推荐使用 ideviceinstaller 工具来将重签名后的应用 IPA 安装到设备上。
后面需要做的任务
MIT
EasyResigny 是我第一款 Mac App 工具,是受 maciekish / iReSign 以及 DanTheMan827/ios-app-signer 两个产品的启发做的。目前,它还有很多 bug ,但我会尽力完善它~另外,欢迎提 issue 让它变得更好~多谢!!