iResign 0.2.2

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

iResign 0.2.2

iResign
iResign is a tool for recodesigning iOS applications. There are many
scripts with similar functionality but iResign is my very own bicycle.
The script written just for fun. I just want to print some useful info
during recodesigning and this script does it well! Moreover, it’s Python
so you can easy to extend it in your own way.

How to use?
I think that’s enough to look at this command-line interface:
usage: iresign.py [-h] [-d] [-v] app provisioning_profile [identity]

iResign is a tool for recodesigning iOS applications.

positional arguments:
app the path to the iOS application file
provisioning_profile the path to the provisioning profile
identity the signing identity

optional arguments:
-h, --help show this help message and exit
-d, --dryrun test posibility of recodesigning
-v, --verbose show info about provisioning profiles
For instance, you can do something like this:
$ iresign.py MyProject.app MyProvision.mobileprovision "iPhone Developer"


How to install?
$ pip install iResign


Links

source code




Changelog
Here you can see the full list of changes between each iResign release.

Version 0.2.2
Released on February 04, 2014.

Fixed broken execution with renamed app file.



Version 0.2.1
Released on November 10, 2013.

Check for APS environment before printing, since not all provisions have it.



Version 0.2
Released on September 02, 2013.

Change command from iresign to iresign.py since I use scripts
node now instead entry_points.



Version 0.1
Released on August 23, 2013.

First public release.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.