| Index: build/config/ios/codesign.py
|
| diff --git a/build/config/ios/codesign.py b/build/config/ios/codesign.py
|
| index 364640edca45ee0da547d8b67af3807408a9e40d..20441a9ffbb8bee0e190684a2e2e58af651c1268 100644
|
| --- a/build/config/ios/codesign.py
|
| +++ b/build/config/ios/codesign.py
|
| @@ -315,6 +315,9 @@ class CodeSignBundleAction(Action):
|
| args.entitlements_path, provisioning_profile, bundle.identifier)
|
| entitlements.WriteTo(temporary_entitlements_file.name)
|
|
|
| + if args.path.endswith('framework'):
|
| + codesign_extra_args.extend(['--deep'])
|
| +
|
| CodeSignBundle(bundle.path, args.identity, codesign_extra_args)
|
|
|
|
|
|
|