Sha256: 5ea54f698b57f35c58c734193de545208bc76f831705c6089236aa8670cad2fc

Contents?: true

Size: 488 Bytes

Versions: 4

Compression:

Stored size: 488 Bytes

Contents

#!/usr/bin/env ruby

require 'dotenv'
Dotenv.load

require 'commander/import'

$:.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

default_command :help

require 'shenzhen/commands'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shenzhen-0.5.2 bin/ipa
shenzhen-0.5.1 bin/ipa
shenzhen-0.5.0 bin/ipa
shenzhen-0.4.0 bin/ipa