Skip to content
Snippets Groups Projects
Commit 749c877f authored by Jack Nagel's avatar Jack Nagel
Browse files

Add another comment

parent bac25a77
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ module OS
# Locate the "current Xcode folder" via xcode-select. See:
# man xcode-select
# NOTE!! use Xcode.prefix rather than this generally!
# TODO Should this be moved to OS::Mac? As of 10.9 this is referred to
# as the "developer directory", and be either a CLT or Xcode instance.
def folder
@folder ||= `xcode-select -print-path 2>/dev/null`.strip
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment