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

Unified Diff: chrome/installer/mac/sign_app.sh.in

Issue 10534027: Sign Chrome with the new Apple Developer ID certificate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
« chrome/chrome_installer.gypi ('K') | « chrome/chrome_installer.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mac/sign_app.sh.in
===================================================================
--- chrome/installer/mac/sign_app.sh.in (revision 140795)
+++ chrome/installer/mac/sign_app.sh.in (working copy)
@@ -48,8 +48,7 @@
requirement_string="\
designated => \
(identifier \"com.google.Chrome\" or identifier \"com.google.Chrome.canary\") \
-and (certificate leaf = H\"85cee8254216185620ddc8851c7a9fc4dfe120ef\" or \
-certificate leaf = H\"9481882581d8178db8b1649c0eaa4f9eb11288f0\")\
+and certificate leaf = H\"85cee8254216185620ddc8851c7a9fc4dfe120ef\"\
"
codesign -s "${codesign_id}" --keychain "${codesign_keychain}" \
« chrome/chrome_installer.gypi ('K') | « chrome/chrome_installer.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698