Fix updated icns file name in plist
This commit is contained in:
parent
6cd4d68d57
commit
9a9a155d67
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue