0.2.0 • Published 8 years ago

itms-services v0.2.0

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

SYNOPSIS

ITMS services asset downloader for apple iOS ad hoc distribution builds. Helps download the IPA by reading the asset location out of the plist manifest.

INSTALL

$ npm install -g itms-services

USAGE

$ itms-services -h
itms-services [-u uri] [-o out]
  -u [uri]   itms url from which to download IPA.
  -o [out]   write to output file

$ itms-services -u "itms-services://?action=download-manifest&url=https://s3.amazonaws.com/foo/bar/xxxxxxxxxxx.plist" -o - > out.ipa

$ itms-services -u "itms-services://?action=download-manifest&url=https://s3.amazonaws.com/foo/bar/xxxxxxxxxxx.plist" -o ./out.ipa
0.2.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago