bin/calabash-ios-setup.rb in calabash-cucumber-0.9.24 vs bin/calabash-ios-setup.rb in calabash-cucumber-0.9.25
- old
+ new
@@ -221,9 +221,11 @@
puts "Run calabash-ios setup again."
end
exit 1
end
FileUtils.cp(proj_file, "#{proj_file}.bak")
+ puts "Saved as #{proj_file}.bak"
+
end
file = download_calabash(project_path)
file_ref = pbx.sections['PBXFileReference'].find do |fr|
\ No newline at end of file