bin/calabash-ios-helpers.rb in calabash-cucumber-0.9.139 vs bin/calabash-ios-helpers.rb in calabash-cucumber-0.9.140.pre1

- old
+ new

@@ -1,8 +1,9 @@ require 'tempfile' require 'json' +UPDATE_TARGETS = ['hooks'] def msg(title, &block) puts "\n" + "-"*10 + title + "-"*10 block.call puts "-"*10 + "-------" + "-"*10 + "\n" @@ -19,9 +20,11 @@ generate a features folder structure. console starts an interactive console to interact with your app via Calabash setup [<path>] setup your XCode project for calabash-ios (EXPERIMENTAL) + update [target] + updates one of the following targets: hooks download install latest compatible version of calabash.framework check [{<path to .ipa>|<path to .app>}] check whether an app or ipa is linked with calabash.framework (EXPERIMENTAL) sim locale <lang> [<region>]