From 9a9a155d67580f9be21f9169ab088ae733cbb4f6 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Fri, 30 Jul 2021 21:00:05 -0700 Subject: [PATCH] Fix updated icns file name in plist --- resources/macos/plist/pleditor.Info.plist.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/macos/plist/pleditor.Info.plist.in b/resources/macos/plist/pleditor.Info.plist.in index 5f80650282..bf54c3b9f6 100644 --- a/resources/macos/plist/pleditor.Info.plist.in +++ b/resources/macos/plist/pleditor.Info.plist.in @@ -10,15 +10,15 @@ kicad_wks - CFBundleTypeIconFile pl_editor_doc.icns - CFBundleTypeName pl_editor document + CFBundleTypeIconFile pagelayout_editor_doc.icns + CFBundleTypeName pagelayout_editor document LSHandlerRank Owner CFBundleDevelopmentRegion English CFBundleExecutable pl_editor CFBundleGetInfoString - CFBundleIconFile pl_editor.icns + CFBundleIconFile pagelayout_editor.icns CFBundleIdentifier org.kicad.pl_editor CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString @KICAD_VERSION_FULL@