lib/calabash-cucumber/launch/simulator_helper.rb in calabash-cucumber-0.9.155 vs lib/calabash-cucumber/launch/simulator_helper.rb in calabash-cucumber-0.9.156

- old
+ new

@@ -191,14 +191,14 @@ def self.xamarin_project? xamarin_ios_csproj_path != nil end def self.xamarin_ios_csproj_path - solution_path = Dir['*.Xamarin.sln'].first + solution_path = Dir['*.sln'].first if solution_path project_dir = Dir.pwd else - solution_path = Dir[File.join('..','*.Xamarin.sln')].first + solution_path = Dir[File.join('..','*.sln')].first project_dir = File.expand_path('..') if solution_path end return nil unless project_dir ios_project_dir = Dir[File.join(project_dir,'*.iOS')].first