From bca7c76708234959efe907c85bb729df27db1e7f Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Tue, 11 Aug 2009 00:23:19 +0000 Subject: Provide a separate app bundle for subprocesses like the renderer on the Mac. Remove LSUIElement and related hacks from the browser's app bundle. BUG=8044 TEST=Observe one Chromium and one or more Chromium Helper processes in Activity Monitor Review URL: http://codereview.chromium.org/164177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22981 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/helper-Info.plist | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 chrome/app/helper-Info.plist (limited to 'chrome/app/helper-Info.plist') diff --git a/chrome/app/helper-Info.plist b/chrome/app/helper-Info.plist new file mode 100644 index 0000000..9aeacff --- /dev/null +++ b/chrome/app/helper-Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${CHROMIUM_BUNDLE_ID}.helper + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${CHROMIUM_SHORT_NAME} Helper + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleVersion + 0.1 + LSFileQuarantineEnabled + + LSMinimumSystemVersion + 10.5.0 + LSUIElement + 1 + + -- cgit v1.1