From 28e266ac11c4bfc6727cc2da09e80cda85376a0c Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 22 May 2014 09:03:02 +0800 Subject: [PATCH] mac: Include more information in Info.plist, fixes #340. --- atom/browser/resources/mac/Info.plist | 28 +++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist index 121097c9bc42..63accff87d64 100644 --- a/atom/browser/resources/mac/Info.plist +++ b/atom/browser/resources/mac/Info.plist @@ -2,20 +2,28 @@ - CFBundleIdentifier - com.github.atom - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - APPL + CFBundleDisplayName + ${PRODUCT_NAME} + CFBundleExecutable + ${PRODUCT_NAME} + CFBundleIdentifier + com.github.atom + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL CFBundleIconFile atom.icns CFBundleVersion 0.12.5 - NSMainNibFile - MainMenu - NSPrincipalClass - AtomApplication + LSMinimumSystemVersion + 10.8.0 + NSMainNibFile + MainMenu + NSPrincipalClass + AtomApplication NSSupportsAutomaticGraphicsSwitching