Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
GetBundlePlistPath
Method · 0.95
_GetIOSPostbuilds
Method · 0.95
WriteActionsRulesCopies
Method · 0.80
Calls
1
_IsBundle
Method · 0.95
Tested by
no test coverage detected