1.4.2 • Published 3 years ago

slicingapp v1.4.2

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

iAppSlicing

Slicing ipa file.

Usage

Usage:

  ${cmd} [--options ...] [input-ipafile]

  -k, --keychain [KEYCHAIN]                   Specify alternative keychain file
  -o, --output [output directory]             Directory to the output IPA files
      --version                               Show SlicingApp version
  [input-ipafile]                             Path to the IPA file to slice

Example:

  slicingapp -k ~/Library/Keychains/login.keychain test-app.ipa

Resign an ipa file with specific identity and mobileprovision:

slicingapp -k ~/Library/Keychains/login.keychain origin.ipa

API usage

Coming soon.