We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe713a commit 35d0c97Copy full SHA for 35d0c97
libraries/command_line_tools.rb
@@ -60,7 +60,7 @@ def enable_install_on_demand
60
end
61
62
def xcode_version(product)
63
- product.match(/Xcode.{0,20}-(?<version>\d+\.\d+)/)['version']
+ product.match(/Xcode.{0,20}-(?<version>\d+\.\d+(?:\.\d+)?)/)['version']
64
65
66
def macos_version
0 commit comments