Skip to main content

A tool for recodesigning iOS applications.

Project description

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

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iResign-0.2.2.tar.gz (4.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page