MCPcopy Index your code
hub / github.com/nodejs/node / _BuildMachineOSBuild

Method _BuildMachineOSBuild

tools/gyp/pylib/gyp/xcode_emulation.py:1281–1282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1279 return libraries
1280
1281 def _BuildMachineOSBuild(self):
1282 return GetStdout(["sw_vers", "-buildVersion"])
1283
1284 def _XcodeIOSDeviceFamily(self, configname):
1285 family = self.xcode_settings[configname].get("TARGETED_DEVICE_FAMILY", "1")

Callers 1

GetExtraPlistItemsMethod · 0.95

Calls 1

GetStdoutFunction · 0.85

Tested by

no test coverage detected