1.4.1 • Published 3 years ago

resignapp v1.4.1

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
3 years ago

iResignApp

Resign iOS app(Support both dynamic library,extension also).

Usage

Usage:

  resignapp [--options ...] [input-ipafile]

  -b, --bundleid [BUNDLEID]                   Change the bundleid when repackaging
  -i, --identity [iPhone Distribution:xxx]    Specify Common name to use
  -k, --keychain [KEYCHAIN]                   Specify alternative keychain file
  -m, --mobileprovision [FILE]                Specify the mobileprovision file to use
  -o, --output [APP.ipa]                      Path to the output IPA filename  
      --version                               Show SignApp version
  [input-ipafile]                             Path to the IPA file to resign

Example:

  resignapp -i "iPhone Distribution:xxx" -b "com.xx.test" -k ~/Library/Keychains/login.keychain test-app.ipa

Resign an ipa file with specific identity and mobileprovision:

resignapp -i "iPhone Distribution:xxx" -m "/path/to/appstore.mobileprovision" origin.ipa

API usage

Coming soon.

Contributing

inspired from ios-ipa-resign

1.4.1

3 years ago

1.4.0

5 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago