lib/xcode/install.rb in xcode-install-2.6.3 vs lib/xcode/install.rb in xcode-install-2.6.4
- old
+ new
@@ -166,11 +166,15 @@
nil
end
seedlist.each do |current_seed|
return current_seed if current_seed.name == version
+ end
+
+ seedlist.each do |current_seed|
return current_seed if parsed_version && current_seed.version == parsed_version
end
+
nil
end
def exist?(version)
return true if find_xcode_version(version)