From 33021618a06a94563d28691940f02a55bd9d358d Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Sat, 16 May 2020 17:07:37 +0200 Subject: Move CoqIDE to its own folder The will make it possible to put a VsCoq toplevel in `ide/vscoq`. --- ide/MacOS/Info.plist.template | 89 ------------------------------------------ ide/MacOS/coqfile.icns | Bin 234599 -> 0 bytes ide/MacOS/coqide.icns | Bin 326632 -> 0 bytes 3 files changed, 89 deletions(-) delete mode 100644 ide/MacOS/Info.plist.template delete mode 100644 ide/MacOS/coqfile.icns delete mode 100644 ide/MacOS/coqide.icns (limited to 'ide/MacOS') diff --git a/ide/MacOS/Info.plist.template b/ide/MacOS/Info.plist.template deleted file mode 100644 index e4fb0e5980..0000000000 --- a/ide/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 - - diff --git a/ide/MacOS/coqfile.icns b/ide/MacOS/coqfile.icns deleted file mode 100644 index 107e70431d..0000000000 Binary files a/ide/MacOS/coqfile.icns and /dev/null differ diff --git a/ide/MacOS/coqide.icns b/ide/MacOS/coqide.icns deleted file mode 100644 index 92bdfe773f..0000000000 Binary files a/ide/MacOS/coqide.icns and /dev/null differ -- cgit v1.2.3