bin/calabash-ios in testautoi-0.9.135 vs bin/calabash-ios in testautoi-0.9.142
- old
+ new
@@ -13,10 +13,11 @@
require File.join(File.dirname(__FILE__),"calabash-ios-build")
@features_dir = File.join(FileUtils.pwd, "features")
@source_dir = File.join(File.dirname(__FILE__), '..', 'features-skeleton')
@script_dir = File.join(File.dirname(__FILE__), '..', 'scripts')
+@framework_dir = File.join(File.dirname(__FILE__), '..', 'staticlib')
if (ARGV.length == 0)
print_usage
exit 0
end
@@ -30,9 +31,12 @@
elsif cmd == 'console'
console
exit 0
elsif cmd == 'build'
build
+ exit 0
+elsif cmd == 'update'
+ update(ARGV)
exit 0
elsif cmd == 'run'
run
exit 0
elsif cmd == 'download'