From 7501deb5fe2494432aa9b4f6245dc14ba3059c3c Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 18 Aug 2021 07:43:54 +0200 Subject: [PATCH] removing erroneously readded plist files in last commit https://github.com/wxWidgets/wxWidgets/commit/841bc00f0c2fe4d85523618cdb7b3330b30ec665 contained inadvertently the state before the harmonize plist PR was merged --- samples/Info.plist.in | 36 ---------------- samples/docview/Info.plist | 87 -------------------------------------- 2 files changed, 123 deletions(-) delete mode 100644 samples/Info.plist.in delete mode 100644 samples/docview/Info.plist diff --git a/samples/Info.plist.in b/samples/Info.plist.in deleted file mode 100644 index 69e9c73bd1..0000000000 --- a/samples/Info.plist.in +++ /dev/null @@ -1,36 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ${MACOSX_BUNDLE_EXECUTABLE_NAME} - CFBundleGetInfoString - ${MACOSX_BUNDLE_INFO_STRING} - CFBundleIconFile - ${MACOSX_BUNDLE_ICON_FILE} - CFBundleIdentifier - ${MACOSX_BUNDLE_GUI_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleLongVersionString - ${MACOSX_BUNDLE_LONG_VERSION_STRING} - CFBundleName - ${MACOSX_BUNDLE_BUNDLE_NAME} - CFBundlePackageType - APPL - CFBundleShortVersionString - ${MACOSX_BUNDLE_SHORT_VERSION_STRING} - CFBundleSignature - ???? - CFBundleVersion - ${MACOSX_BUNDLE_BUNDLE_VERSION} - CSResourcesFileMapped - - NSHumanReadableCopyright - ${MACOSX_BUNDLE_COPYRIGHT} - NSPrincipalClass - wxNSApplication - - diff --git a/samples/docview/Info.plist b/samples/docview/Info.plist deleted file mode 100644 index fb5948e04d..0000000000 --- a/samples/docview/Info.plist +++ /dev/null @@ -1,87 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleDocumentTypes - - - CFBundleTypeExtensions - - drw - - CFBundleTypeIconFile - chart.icns - CFBundleTypeName - DocView Drawing - CFBundleTypeOSTypes - - WXMB - - CFBundleTypeRole - Editor - LSTypeIsPackage - - NSPersistentStoreTypeKey - Binary - - - CFBundleTypeExtensions - - txt - text - - CFBundleTypeIconFile - notepad.icns - CFBundleTypeName - DocView Text - CFBundleTypeOSTypes - - TEXT - - CFBundleTypeRole - Editor - LSTypeIsPackage - - NSPersistentStoreTypeKey - Binary - - - CFBundleExecutable - $(PRODUCT_NAME) - CFBundleGetInfoString - $(PRODUCT_NAME) version 3.1.6, (c) 2005-2021 wxWidgets - CFBundleIconFile - doc - CFBundleIdentifier - org.wxwidgets.samples.$(PRODUCT_NAME) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleLocalizations - - de - en - fr - it - - CFBundleLongVersionString - 3.1.6, (c) 2005-2021 wxWidgets - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 3.1.6 - CFBundleSignature - WXMA - CFBundleVersion - 3.1.6 - CSResourcesFileMapped - - LSRequiresCarbon - - NSHumanReadableCopyright - Copyright 2005-2021 wxWidgets - -