From 38884c6dfd2cc584561d3f557bf1b19e1146f9e9 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Sat, 17 Jan 2015 19:55:45 +0100 Subject: [PATCH] - added custom info.plist template for OS X native packages (references #14) kudos to @tillerino --- main/ui/package/macosx/Info.plist | 76 +++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 main/ui/package/macosx/Info.plist diff --git a/main/ui/package/macosx/Info.plist b/main/ui/package/macosx/Info.plist new file mode 100644 index 000000000..17822a7d8 --- /dev/null +++ b/main/ui/package/macosx/Info.plist @@ -0,0 +1,76 @@ + + + + + LSMinimumSystemVersion + 10.7.4 + CFBundleDevelopmentRegion + English + CFBundleAllowMixedLocalizations + + CFBundleExecutable + DEPLOY_LAUNCHER_NAME + CFBundleIconFile + DEPLOY_ICON_FILE + CFBundleIdentifier + DEPLOY_BUNDLE_IDENTIFIER + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + DEPLOY_BUNDLE_NAME + CFBundlePackageType + APPL + CFBundleShortVersionString + DEPLOY_BUNDLE_SHORT_VERSION + CFBundleSignature + ???? + + LSApplicationCategoryType + DEPLOY_BUNDLE_CATEGORY + CFBundleVersion + 100 + NSHumanReadableCopyright + DEPLOY_BUNDLE_COPYRIGHT + JVMRuntime + DEPLOY_JAVA_RUNTIME_NAME + JVMMainClassName + DEPLOY_LAUNCHER_CLASS + JVMAppClasspath + DEPLOY_APP_CLASSPATH + JVMMainJarName + DEPLOY_MAIN_JAR_NAME + JVMPreferencesID + DEPLOY_PREFERENCES_ID + JVMOptions + +DEPLOY_JVM_OPTIONS + + JVMUserOptions + +DEPLOY_JVM_USER_OPTIONS + + NSHighResolutionCapable + true + + CFBundleDocumentTypes + + + CFBundleTypeRole + Editor + LSTypeIsPackage + + CFBundleTypeIconFile + Cryptomator.icns + CFBundleTypeExtensions + + cryptomator + + CFBundleTypeName + org.cryptomator.folder + LSHandlerRank + Owner + + + +