| Index: pylib/gyp/xcode_emulation.py
|
| diff --git a/pylib/gyp/xcode_emulation.py b/pylib/gyp/xcode_emulation.py
|
| index a475cd2588baadeec666c37abc8d730a9418d578..865940290751ac6087be8a8252c6120d56ac7417 100644
|
| --- a/pylib/gyp/xcode_emulation.py
|
| +++ b/pylib/gyp/xcode_emulation.py
|
| @@ -1009,9 +1009,8 @@ class XcodeSettings(object):
|
| print 'Warning: Some codesign keys not implemented, ignoring: %s' % (
|
| ', '.join(sorted(unimpl)))
|
|
|
| - return ['%s code-sign-bundle "%s" "%s" "%s" "%s"' % (
|
| + return ['%s code-sign-bundle "%s" "%s" "%s"' % (
|
| os.path.join('${TARGET_BUILD_DIR}', 'gyp-mac-tool'), key,
|
| - settings.get('CODE_SIGN_RESOURCE_RULES_PATH', ''),
|
| settings.get('CODE_SIGN_ENTITLEMENTS', ''),
|
| settings.get('PROVISIONING_PROFILE', ''))
|
| ]
|
|
|