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

Method IsIosFramework

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

Source from the content-addressed store, hash-verified

229 return format == "binary"
230
231 def IsIosFramework(self):
232 return self.spec["type"] == "shared_library" and self._IsBundle() and self.isIOS
233
234 def _IsBundle(self):
235 return (

Callers 3

GetBundlePlistPathMethod · 0.95
_GetIOSPostbuildsMethod · 0.95

Calls 1

_IsBundleMethod · 0.95

Tested by

no test coverage detected