Sha256: a906d728ffc7c80b68918ac0a4d509a416c6fb2e8a9144add73dabbfd2c87e58

Contents?: true

Size: 561 Bytes

Versions: 33

Compression:

Stored size: 561 Bytes

Contents

#!/usr/bin/env ruby

require 'dotenv'
Dotenv.load

require 'commander/import'
require 'terminal-table'

$:.push File.expand_path("../../lib", __FILE__)
require 'shenzhen'

HighLine.track_eof = false # Fix for built-in Ruby

program :version, Shenzhen::VERSION
program :description, 'Build and distribute iOS apps (.ipa files)'

program :help, 'Author', 'Mattt Thompson <m@mattt.me>'
program :help, 'Website', 'http://mattt.me'
program :help_formatter, :compact

global_option('--verbose') { $verbose = true }

default_command :help

require 'shenzhen/commands'

Version data entries

33 entries across 33 versions & 3 rubygems

Version Path
shenzhen-0.14.3 bin/ipa
krausefx-shenzhen-0.14.11 bin/krausefx-ipa
krausefx-shenzhen-0.14.10 bin/krausefx-ipa
krausefx-shenzhen-0.14.9 bin/krausefx-ipa
krausefx-shenzhen-0.14.8 bin/krausefx-ipa
krausefx-shenzhen-0.14.7 bin/krausefx-ipa
shenzhen_fir-0.14.6 bin/ipa
shenzhen_fir-0.14.5 bin/ipa
krausefx-shenzhen-0.14.6 bin/krausefx-ipa
krausefx-shenzhen-0.14.5 bin/krausefx-ipa
krausefx-shenzhen-0.14.4 bin/krausefx-ipa
krausefx-shenzhen-0.14.3 bin/krausefx-ipa
shenzhen-0.14.2 bin/ipa
krausefx-shenzhen-0.14.2 bin/krausefx-ipa
shenzhen-0.14.1 bin/ipa
shenzhen-0.14.0 bin/ipa
shenzhen-0.13.2 bin/ipa
shenzhen-0.13.1 bin/ipa
shenzhen-0.13.0 bin/ipa
shenzhen-0.12.1 bin/ipa