From b769bd32e887d72a77cfdca163ee576b9b562e27 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 15 Aug 2021 15:30:10 +0200 Subject: [PATCH] Reorder keys in Info.plist files used by configure Just put the keys in the same order as the one used in Xcode template and samples/minimal/Info_cocoa.plist based on it (which is almost alphabetical order, except for LSMinimumSystemVersion which comes after NSPrincipalClass at the very end for whatever reason). No real changes. --- samples/docview/Info.plist.in | 42 +++++++++++++++++------------------ src/osx/carbon/Info.plist.in | 32 +++++++++++++------------- src/osx/iphone/Info.plist.in | 36 +++++++++++++++--------------- 3 files changed, 55 insertions(+), 55 deletions(-) diff --git a/samples/docview/Info.plist.in b/samples/docview/Info.plist.in index 1a8f2e4a6e..e3a8beb51e 100644 --- a/samples/docview/Info.plist.in +++ b/samples/docview/Info.plist.in @@ -2,19 +2,8 @@ - CFBundleInfoDictionaryVersion - 6.0 - CFBundleIdentifier - org.wxwindows.IDENTIFIER CFBundleDevelopmentRegion English - CFBundleLocalizations - - de - en - fr - it - CFBundleDocumentTypes @@ -61,27 +50,38 @@ CFBundleExecutable EXECUTABLE + CFBundleGetInfoString + EXECUTABLE version VERSION, (c) 2002-2008 wxWidgets CFBundleIconFile wxmac.icns + CFBundleIdentifier + org.wxwindows.IDENTIFIER + CFBundleInfoDictionaryVersion + 6.0 + CFBundleLocalizations + + de + en + fr + it + + CFBundleLongVersionString + VERSION, (c) 2002-2008 wxWidgets CFBundleName EXECUTABLE CFBundlePackageType APPL + CFBundleShortVersionString + VERSION CFBundleSignature WXMA CFBundleVersion VERSION - CFBundleShortVersionString - VERSION - CFBundleGetInfoString - EXECUTABLE version VERSION, (c) 2002-2008 wxWidgets - CFBundleLongVersionString - VERSION, (c) 2002-2008 wxWidgets - NSHumanReadableCopyright - Copyright 2002-2008 wxWidgets - LSRequiresCarbon - CSResourcesFileMapped + LSRequiresCarbon + + NSHumanReadableCopyright + Copyright 2002-2008 wxWidgets diff --git a/src/osx/carbon/Info.plist.in b/src/osx/carbon/Info.plist.in index 5f9c8f0338..a3b899c350 100644 --- a/src/osx/carbon/Info.plist.in +++ b/src/osx/carbon/Info.plist.in @@ -2,14 +2,18 @@ - NSPrincipalClass - wxNSApplication - CFBundleInfoDictionaryVersion - 6.0 - CFBundleIdentifier - org.wxwindows.IDENTIFIER CFBundleDevelopmentRegion English + CFBundleExecutable + EXECUTABLE + CFBundleGetInfoString + EXECUTABLE version VERSION, (c) 2002-2018 wxWidgets + CFBundleIconFile + wxmac.icns + CFBundleIdentifier + org.wxwindows.IDENTIFIER + CFBundleInfoDictionaryVersion + 6.0 CFBundleLocalizations de @@ -17,24 +21,18 @@ fr it - CFBundleExecutable - EXECUTABLE - CFBundleIconFile - wxmac.icns + CFBundleLongVersionString + VERSION, (c) 2002-2018 wxWidgets CFBundleName EXECUTABLE CFBundlePackageType APPL + CFBundleShortVersionString + VERSION CFBundleSignature ???? CFBundleVersion VERSION - CFBundleShortVersionString - VERSION - CFBundleGetInfoString - EXECUTABLE version VERSION, (c) 2002-2018 wxWidgets - CFBundleLongVersionString - VERSION, (c) 2002-2018 wxWidgets NSHumanReadableCopyright Copyright 2002-2018 wxWidgets LSRequiresCarbon @@ -43,5 +41,7 @@ ATSApplicationFontsPath Fonts + NSPrincipalClass + wxNSApplication diff --git a/src/osx/iphone/Info.plist.in b/src/osx/iphone/Info.plist.in index 7701d5fa40..5f4f3dfee9 100644 --- a/src/osx/iphone/Info.plist.in +++ b/src/osx/iphone/Info.plist.in @@ -2,12 +2,16 @@ - CFBundleInfoDictionaryVersion - 6.0 - CFBundleIdentifier - org.wxwindows.IDENTIFIER CFBundleDevelopmentRegion English + CFBundleExecutable + EXECUTABLE + CFBundleGetInfoString + EXECUTABLE version VERSION, (c) 2002-2019 wxWidgets + CFBundleIdentifier + org.wxwindows.IDENTIFIER + CFBundleInfoDictionaryVersion + 6.0 CFBundleLocalizations de @@ -15,24 +19,12 @@ fr it - CFBundleExecutable - EXECUTABLE + CFBundleLongVersionString + VERSION, (c) 2002-2019 wxWidgets CFBundleName EXECUTABLE CFBundlePackageType APPL - CFBundleSignature - ???? - CFBundleVersion - VERSION - CFBundleShortVersionString - VERSION - CFBundleGetInfoString - EXECUTABLE version VERSION, (c) 2002-2019 wxWidgets - CFBundleLongVersionString - VERSION, (c) 2002-2019 wxWidgets - NSHumanReadableCopyright - Copyright 2002-2019 wxWidgets CFBundlePrimaryIcon CFBundleIconFiles @@ -42,5 +34,13 @@ CFBundleIconName AppIcon + CFBundleSignature + ???? + CFBundleShortVersionString + VERSION + CFBundleVersion + VERSION + NSHumanReadableCopyright + Copyright 2002-2019 wxWidgets