| Index: build/config/ios/entitlements.plist
|
| diff --git a/third_party/crashpad/crashpad/tools/mac/sectaskaccess_info.plist b/build/config/ios/entitlements.plist
|
| similarity index 51%
|
| copy from third_party/crashpad/crashpad/tools/mac/sectaskaccess_info.plist
|
| copy to build/config/ios/entitlements.plist
|
| index faebead920d748fedcca5b1cf03e733e766b1778..429762e3a3f59b394d2f0f487cc25e9e2986a091 100644
|
| --- a/third_party/crashpad/crashpad/tools/mac/sectaskaccess_info.plist
|
| +++ b/build/config/ios/entitlements.plist
|
| @@ -2,11 +2,11 @@
|
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
| <plist version="1.0">
|
| <dict>
|
| - <key>CFBundleInfoDictionaryVersion</key>
|
| - <string>6.0</string>
|
| - <key>SecTaskAccess</key>
|
| + <key>application-identifier</key>
|
| + <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
|
| + <key>keychain-access-groups</key>
|
| <array>
|
| - <string>allowed</string>
|
| + <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
|
| </array>
|
| </dict>
|
| </plist>
|
|
|