From a088d03434417e935df3c75f81a954eadbdfc2b8 Mon Sep 17 00:00:00 2001 From: Pierre Boutillier Date: Mon, 21 Jul 2014 15:50:20 +0200 Subject: A makefile rule to build bin/CoqIDE_$VERSION.app macOS bundle The created bundle contains only coqide and gtk (no coqtop, no stdlib) --- ide/MacOS/Info.plist.template | 87 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 ide/MacOS/Info.plist.template (limited to 'ide/MacOS/Info.plist.template') diff --git a/ide/MacOS/Info.plist.template b/ide/MacOS/Info.plist.template new file mode 100644 index 000000000..cba708e94 --- /dev/null +++ b/ide/MacOS/Info.plist.template @@ -0,0 +1,87 @@ + + + + + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + * + + CFBundleTypeName + NSStringPboardType + CFBundleTypeOSTypes + + **** + + CFBundleTypeRole + Editor + + + CFBundleTypeIconFile + coqfile.icns + CFBundleTypeName + Coq file + CFBundleTypeRole + Editor + CFBundleTypeMIMETypes + + text/plain + + CFBundleTypeExtensions + + v + + LSHandlerRank + Owner + + + CFBundleTypeName + All + CFBundleTypeRole + Editor + CFBundleTypeMIMETypes + + text/plain + + LSHandlerRank + Default + CFBundleTypeExtensions + + * + + + + CFBundleIconFile + coqide.icns + CFBundleVersion + 390 + CFBundleName + CoqIDE + CFBundleShortVersionString + Coq_vVERSION + CFBundleDisplayName + Coq Proof Assistant vVERSION + CFBundleGetInfoString + Coq_vVERSION + NSHumanReadableCopyright + Copyright 1999-2014, The Coq Development Team INRIA - CNRS - LIX - LRI - PPS + CFBundleHelpBookFolder + share/doc/coq/html/ + CFAppleHelpAnchor + index + CFBundleExecutable + coqide + CFBundlePackageType + APPL + CFBundleInfoDictionaryVersion + 6.0 + CFBundleIdentifier + fr.inria.coqide + CFBundleDevelopmentRegion + English + NSPrincipalClass + NSApplication + + -- cgit v1.2.3