Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: build/config/ios/entitlements.plist

Issue 2187343003: Embeds the entitlements file in the binary in simulator builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo breaking code signing (not exercised by the bots). Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/ios/codesign.py ('k') | build/config/ios/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « build/config/ios/codesign.py ('k') | build/config/ios/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698