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

Method GetFrameworkVersion

tools/gyp/pylib/gyp/xcode_emulation.py:256–260  ·  view source on GitHub ↗

Returns the framework version of the current target. Only valid for bundles.

(self)

Source from the content-addressed store, hash-verified

254 return int(self.spec.get("ios_watch_app", 0)) != 0
255
256 def GetFrameworkVersion(self):
257 """Returns the framework version of the current target. Only valid for
258 bundles."""
259 assert self._IsBundle()
260 return self.GetPerTargetSetting("FRAMEWORK_VERSION", default="A")
261
262 def GetWrapperExtension(self):
263 """Returns the bundle extension (.app, .framework, .plugin, etc). Only

Callers 3

WriteTargetMethod · 0.80
WriteMacBundleMethod · 0.80

Calls 2

_IsBundleMethod · 0.95
GetPerTargetSettingMethod · 0.95

Tested by

no test coverage detected