From 9a9a155d67580f9be21f9169ab088ae733cbb4f6 Mon Sep 17 00:00:00 2001
From: Seth Hillbrand <seth@kipro-pcb.com>
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 @@
                     <array>
                         <string>kicad_wks</string>
                     </array>
-                <key>CFBundleTypeIconFile</key>     <string>pl_editor_doc.icns</string>
-                <key>CFBundleTypeName</key>         <string>pl_editor document</string>
+                <key>CFBundleTypeIconFile</key>     <string>pagelayout_editor_doc.icns</string>
+                <key>CFBundleTypeName</key>         <string>pagelayout_editor document</string>
                 <key>LSHandlerRank</key>            <string>Owner</string>
             </dict>
         </array>
     <key>CFBundleDevelopmentRegion</key>            <string>English</string>
     <key>CFBundleExecutable</key>                   <string>pl_editor</string>
     <key>CFBundleGetInfoString</key>                <string></string>
-    <key>CFBundleIconFile</key>                     <string>pl_editor.icns</string>
+    <key>CFBundleIconFile</key>                     <string>pagelayout_editor.icns</string>
     <key>CFBundleIdentifier</key>                   <string>org.kicad.pl_editor</string>
     <key>CFBundleInfoDictionaryVersion</key>        <string>6.0</string>
     <key>CFBundleLongVersionString</key>            <string>@KICAD_VERSION_FULL@</string>