bin/calabash-ios-setup.rb in calabash-cucumber-0.9.29 vs bin/calabash-ios-setup.rb in calabash-cucumber-0.9.30
- old
+ new
@@ -87,9 +87,12 @@
puts "\n\n"
puts "After validating, you can generate a features folder:"
puts "Go to your project (the dir containing the .xcodeproj file)."
puts "Then run calabash-ios gen"
puts "(if you don't already have a features folder)."
+ sleep 2
+ system("open #{xpath}")
+
end
else
puts "Xcode is running. We'll be changing the project file so we'd better stop it."
puts "Shall I stop Xcode? Please answer yes (y) or no (n)"
\ No newline at end of file