bin/calabash-ios-setup.rb in calabash-cucumber-0.9.119 vs bin/calabash-ios-setup.rb in calabash-cucumber-0.9.120

- old
+ new

@@ -133,10 +133,10 @@ end exit 1 end if success puts "\nDownload done: #{file}. Unzipping..." - if not system("unzip -C -K -o -q -d #{project_path} #{zip_file}") + if not system("unzip -C -K -o -q -d #{project_path} #{zip_file} -x __MACOSX/* calabash.framework/.DS_Store") msg("Error") do puts "Unable to unzip file: #{zip_file}" puts "You must install manually." end exit 1 \ No newline at end of file