class Xcodeproj::XcodebuildHelper

def xcodebuild_sdks

Returns:
  • (String) - The sdk information reported by xcodebuild.
def xcodebuild_sdks
  `xcodebuild -showsdks 2>/dev/null`
end