From aa421f036d8309dcf67fb42c16c5e8b843ff3efd Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Fri, 17 Nov 2023 13:03:21 -0500 Subject: [PATCH] Revert part of 6cb046a4 that is not correct --- resources/macos/plist/eeschema.Info.plist.in | 2 +- resources/macos/plist/kicad.Info.plist.in | 2 +- resources/macos/plist/pcbnew.Info.plist.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/macos/plist/eeschema.Info.plist.in b/resources/macos/plist/eeschema.Info.plist.in index 30e51fb24c..ceb6a52497 100644 --- a/resources/macos/plist/eeschema.Info.plist.in +++ b/resources/macos/plist/eeschema.Info.plist.in @@ -31,7 +31,7 @@ CFBundleGetInfoString CFBundleIconFile eeschema.icns CFBundleIdentifier org.kicad.eeschema - CFBundleInfoDictionaryVersion 7.0 + CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString @KICAD_VERSION_FULL@ CFBundleName Schematic Editor CFBundlePackageType APPL diff --git a/resources/macos/plist/kicad.Info.plist.in b/resources/macos/plist/kicad.Info.plist.in index acedb26e3e..eda735632c 100644 --- a/resources/macos/plist/kicad.Info.plist.in +++ b/resources/macos/plist/kicad.Info.plist.in @@ -29,7 +29,7 @@ CFBundleGetInfoString CFBundleIconFile kicad.icns CFBundleIdentifier org.kicad.kicad - CFBundleInfoDictionaryVersion 7.0 + CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString @KICAD_VERSION_FULL@ CFBundleName KiCad CFBundlePackageType APPL diff --git a/resources/macos/plist/pcbnew.Info.plist.in b/resources/macos/plist/pcbnew.Info.plist.in index 82fa696c38..0c93415f72 100644 --- a/resources/macos/plist/pcbnew.Info.plist.in +++ b/resources/macos/plist/pcbnew.Info.plist.in @@ -41,7 +41,7 @@ CFBundleGetInfoString CFBundleIconFile pcbnew.icns CFBundleIdentifier org.kicad.pcbnew - CFBundleInfoDictionaryVersion 7.0 + CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString @KICAD_VERSION_FULL@ CFBundleName PCB Editor CFBundlePackageType APPL