https://github.com/dweinstein/node-itms-services
itms services asset downloader for apple iOS ad hoc distribution builds
https://github.com/dweinstein/node-itms-services
Last synced: 9 months ago
JSON representation
itms services asset downloader for apple iOS ad hoc distribution builds
- Host: GitHub
- URL: https://github.com/dweinstein/node-itms-services
- Owner: dweinstein
- License: mit
- Created: 2016-02-03T02:38:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T03:57:51.000Z (almost 10 years ago)
- Last Synced: 2025-04-07T16:41:14.093Z (9 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```sh
$ npm install -g itms-services
```
# USAGE
```sh
$ 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
```