From 5e617a06bca42153aa72b0e3ecf632f8563b41e5 Mon Sep 17 00:00:00 2001 From: "thomasvl@chromium.org" Date: Mon, 11 May 2009 20:45:10 +0000 Subject: - Set the bundle name based on the executable name (since they both are the branding). - Stop using CPP on the info.plist since we have to run a script anyways. - Set the bundleid into a build setting for simple info.plist processing to pick up. - Add a script for the chrome/app target to manually tweak the info.plist: - collect the version number from the build tree - collect the svn revision from the build tree - update the info.plist keys that need the version number based on collected data. - record the svn revision into the info.plist for trouble shooting. Review URL: http://codereview.chromium.org/115187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15778 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/app-Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/app') diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist index 872244f..8c18310 100644 --- a/chrome/app/app-Info.plist +++ b/chrome/app/app-Info.plist @@ -119,11 +119,11 @@ CFBundleIconFile app.icns CFBundleIdentifier - BUNDLE_ID + ${CHROMIUM_BUNDLE_ID} CFBundleInfoDictionaryVersion 6.0 CFBundleName - BUNDLE_NAME + ${EXECUTABLE_NAME} CFBundlePackageType APPL CFBundleSignature -- cgit v1.1