MCPcopy Create free account
hub / github.com/nodejs/node / SetBuildSetting

Method SetBuildSetting

tools/gyp/pylib/gyp/xcodeproj_file.py:1770–1776  ·  view source on GitHub ↗

Sets the build setting for key to value in all child XCBuildConfiguration objects.

(self, key, value)

Source from the content-addressed store, hash-verified

1768 return value
1769
1770 def SetBuildSetting(self, key, value):
1771 """Sets the build setting for key to value in all child
1772 XCBuildConfiguration objects.
1773 """
1774
1775 for configuration in self._properties["buildConfigurations"]:
1776 configuration.SetBuildSetting(key, value)
1777
1778 def AppendBuildSetting(self, key, value):
1779 """Appends value to the build setting for key, which is treated as a list,

Callers

nothing calls this directly

Calls 1

SetBuildSettingMethod · 0.45

Tested by

no test coverage detected