From 819e8a4f84bc6798b4e890090fb74a3f02626d6b Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sun, 4 Apr 2021 15:17:37 +0200 Subject: [build] Remove leftovers of codesigning / OSX IDe infrastructure. This is not used anymore, and after #14122 the makefile parts for the dmg generation are not used anymore. Closes #7476 . --- ide/coqide/MacOS/Info.plist.template | 89 ------------------------------------ 1 file changed, 89 deletions(-) delete mode 100644 ide/coqide/MacOS/Info.plist.template (limited to 'ide') diff --git a/ide/coqide/MacOS/Info.plist.template b/ide/coqide/MacOS/Info.plist.template deleted file mode 100644 index e4fb0e5980..0000000000 --- a/ide/coqide/MacOS/Info.plist.template +++ /dev/null @@ -1,89 +0,0 @@ - - - - - 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 - VERSION - CFBundleDisplayName - Coq Proof Assistant vVERSION - CFBundleGetInfoString - Coq_vVERSION - NSHumanReadableCopyright - Copyright 1999-2019, Inria, CNRS and contributors - CFBundleHelpBookFolder - share/doc/coq/html/ - CFAppleHelpAnchor - index - CFBundleExecutable - coqide - CFBundlePackageType - APPL - CFBundleInfoDictionaryVersion - 6.0 - CFBundleIdentifier - fr.inria.coq.coqide - LSApplicationCategoryType - public.app-category.developer-tools - CFBundleDevelopmentRegion - English - NSPrincipalClass - NSApplication - - -- cgit v1.2.3