| Index: build/config/mac/base_rules.gni
|
| diff --git a/build/config/mac/base_rules.gni b/build/config/mac/base_rules.gni
|
| index 303d367d5ac7e8abdd3e1bc204481820c49e7ee6..a30c600f4f0c841fb10d4312eee953005c32e354 100644
|
| --- a/build/config/mac/base_rules.gni
|
| +++ b/build/config/mac/base_rules.gni
|
| @@ -499,10 +499,11 @@ template("framework_bundle") {
|
| "$bundle_root_dir/embedded.mobileprovision",
|
| ]
|
| code_signing_args = [
|
| + "-e=" + rebase_path(_entitlements_path, root_build_dir),
|
| + "code-sign-bundle",
|
| "-i=" + ios_code_signing_identity,
|
| "-b=" +
|
| rebase_path("$_shared_library_dir/$_output_name", root_build_dir),
|
| - "-e=" + rebase_path(_entitlements_path, root_build_dir),
|
| rebase_path(bundle_root_dir, root_build_dir),
|
| ]
|
| }
|
|
|