Sha256: aeda9e4e32158322b6bfa3343fe98e4fef206ddacb8389efc7b88c17ccace660

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

require 'briar'

BRIAR_RM_CAL_TARGETS='rm-cal-targets'

def print_usage
  puts <<EOF
  briar #{Briar::VERSION}
  Usage: briar #{BRIAR_RM_CAL_TARGETS}
    WARN: this is a destructive operation! you have been warned.
    searches the ~/Library/Application Support/iPhone Simulator for *-cal.app
    targets and deletes the enclosing directory.  useful for clearing out old
    calabash targets when the framework needs to be updated.
EOF
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
briar-0.0.7 bin/briar_helpers.rb
briar-0.0.6 bin/briar_helpers.rb