Class: OS::Mac::XcodeSDKLocator Private
- Inherits:
-
BaseSDKLocator
- Object
- BaseSDKLocator
- OS::Mac::XcodeSDKLocator
- Defined in:
- Library/Homebrew/os/mac/sdk.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Helper class for locating the Xcode SDK.
Instance Method Summary collapse
- #source ⇒ Object private
Instance Method Details
#source ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
95 96 97 |
# File 'Library/Homebrew/os/mac/sdk.rb', line 95 def source :xcode end |