From 78adfb64e20196234091f23887b4ef0a52b5f3ca Mon Sep 17 00:00:00 2001 From: yvt Date: Wed, 2 Apr 2014 02:13:30 +0900 Subject: [PATCH] Add OS X Info.plist --- XSpades/XSpades-Info.plist | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 XSpades/XSpades-Info.plist diff --git a/XSpades/XSpades-Info.plist b/XSpades/XSpades-Info.plist new file mode 100644 index 000000000..4290bfd92 --- /dev/null +++ b/XSpades/XSpades-Info.plist @@ -0,0 +1,36 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + OpenSpades.icns + CFBundleIdentifier + jp.yvt.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.0.11 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSApplicationCategoryType + public.app-category.action-games + LSMinimumSystemVersion + ${MACOSX_DEPLOYMENT_TARGET} + NSHumanReadableCopyright + Copyright © 2014 yvt. All rights reserved. + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + +