From 5965d088195cf1db6c15bc1af4351ce32ef32b81 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 15 Aug 2021 15:34:47 +0200 Subject: [PATCH] Remove obsolete keys from our Info.plist files Don't use CFBundleSignature, it was only needed for Classic Mac OS compatibility. Similarly, LSRequiresCarbon was used to distinguish the "new" Carbon applications from the Classic ones and is not needed any longer. CSResourcesFileMapped might still be used, but it's just an optimization and we don't need it and it's just a s gratuitous difference with the template used by Xcode, so remove it too. --- samples/Info.plist.in | 4 ---- samples/docview/Info.plist.in | 6 ------ src/osx/carbon/Info.plist.in | 6 ------ src/osx/iphone/Info.plist.in | 2 -- 4 files changed, 18 deletions(-) diff --git a/samples/Info.plist.in b/samples/Info.plist.in index 69e9c73bd1..f2694e836f 100644 --- a/samples/Info.plist.in +++ b/samples/Info.plist.in @@ -22,12 +22,8 @@ APPL CFBundleShortVersionString ${MACOSX_BUNDLE_SHORT_VERSION_STRING} - CFBundleSignature - ???? CFBundleVersion ${MACOSX_BUNDLE_BUNDLE_VERSION} - CSResourcesFileMapped - NSHumanReadableCopyright ${MACOSX_BUNDLE_COPYRIGHT} NSPrincipalClass diff --git a/samples/docview/Info.plist.in b/samples/docview/Info.plist.in index d367353eca..56b3edbdd4 100644 --- a/samples/docview/Info.plist.in +++ b/samples/docview/Info.plist.in @@ -73,14 +73,8 @@ APPL CFBundleShortVersionString VERSION - CFBundleSignature - WXMA CFBundleVersion VERSION - CSResourcesFileMapped - - LSRequiresCarbon - NSHumanReadableCopyright Copyright 2002-2008 wxWidgets diff --git a/src/osx/carbon/Info.plist.in b/src/osx/carbon/Info.plist.in index 3a17abff15..28b68d55c3 100644 --- a/src/osx/carbon/Info.plist.in +++ b/src/osx/carbon/Info.plist.in @@ -29,16 +29,10 @@ APPL CFBundleShortVersionString VERSION - CFBundleSignature - ???? CFBundleVersion VERSION NSHumanReadableCopyright Copyright 2002-2018 wxWidgets - LSRequiresCarbon - - CSResourcesFileMapped - ATSApplicationFontsPath Fonts NSPrincipalClass diff --git a/src/osx/iphone/Info.plist.in b/src/osx/iphone/Info.plist.in index 459c3c7b17..498cf61698 100644 --- a/src/osx/iphone/Info.plist.in +++ b/src/osx/iphone/Info.plist.in @@ -34,8 +34,6 @@ CFBundleIconName AppIcon - CFBundleSignature - ???? CFBundleShortVersionString VERSION CFBundleVersion