bitstadium / shenzhen

CLI for Building & Distributing iOS Apps (.ipa Files)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shenzhen

CLI for Building & Distributing iOS Apps (.ipa Files)

Create .ipa files and then distribute them with TestFlight, all from the command line!

Less cumbersome than clicking around in Xcode, and less hassle than rolling your own build script--Shenzhen radically improves the process of getting new builds out to testers and enterprises.

This project is starting with TestFlight, but will move to support other popular distribution methods, such as S3, CloudApp, and / or Dropbox. Suggestions (and pull requests) are very welcome.

shenzhen is named for 深圳, the Chinese city famous for its role as the center of manufacturing for a majority of consumer electronics, including iPhones and iPads. Its sister project's namesake, Cupertino, CA, is home to Apple, Inc.'s world headquarters.

Installation

$ gem install shenzhen

Usage

Shenzhen adds the ipa command to your PATH:

$ ipa

  Build and distribute iOS apps (.ipa files)

  Commands:
    build                 Create a new .ipa file for your app
    distribute:testflight Distribute an .ipa file over testflight
    distribute:hockeyapp  Distribute an .ipa file over HockeyApp
    help                  Display global or [command] help documentation.

  Aliases:
    distribute           distribute:testflight 

  Global Options:
    -h, --help           Display help documentation 
    -v, --version        Display version information 
    -t, --trace          Display backtrace when an error occurs

Building & Distribution

$ cd /path/to/iOS Project/
$ ipa build
$ ipa distribute

Contact

Mattt Thompson

License

Shenzhen is available under the MIT license. See the LICENSE file for more info.

About

CLI for Building & Distributing iOS Apps (.ipa Files)

License:MIT License


Languages

Language:Ruby 97.1%Language:Perl 2.9%