diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 13:41:18 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 13:41:18 +0000 |
commit | 519af5947d9c4c3535863b330c3c6623715c1ffc (patch) | |
tree | 9bcf7523895bd171bc60e45f63412987bc2a558b /chrome/app/app-Info.plist | |
parent | 92e1212fd2d33d4bf6489c51ae0d81e195ff3a5a (diff) | |
download | chromium_src-519af5947d9c4c3535863b330c3c6623715c1ffc.zip chromium_src-519af5947d9c4c3535863b330c3c6623715c1ffc.tar.gz chromium_src-519af5947d9c4c3535863b330c3c6623715c1ffc.tar.bz2 |
Set Mac creator signature to 'rimZ' (Google Chrome) and 'Cr24' (Chromium)
Review URL: http://codereview.chromium.org/165290
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/app-Info.plist')
-rw-r--r-- | chrome/app/app-Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist index 3a8e686..1341cdc 100644 --- a/chrome/app/app-Info.plist +++ b/chrome/app/app-Info.plist @@ -155,7 +155,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> - <string>????</string> + <string>${CHROMIUM_CREATOR}</string> <key>CFBundleURLTypes</key> <array> <dict> |