macOS: standardise CFBundleName to application names.
This commit is contained in:
parent
9c44d67f3b
commit
fabbc48b40
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleLongVersionString</key>
|
||||
<string></string>
|
||||
<key>CFBundleName</key>
|
||||
<string>bitmap2component</string>
|
||||
<string>Bitmap 2 Component</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<key>CFBundleLongVersionString</key>
|
||||
<string></string>
|
||||
<key>CFBundleName</key>
|
||||
<string>CvPCB</string>
|
||||
<string>CvPcb</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<key>CFBundleIdentifier</key> <string>org.kicad-pcb.eeschema</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
|
||||
<key>CFBundleLongVersionString</key> <string></string>
|
||||
<key>CFBundleName</key> <string>EESchema</string>
|
||||
<key>CFBundleName</key> <string>Eeschema</string>
|
||||
<key>CFBundlePackageType</key> <string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key> <string></string>
|
||||
<key>CFBundleSignature</key> <string>????</string>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<key>CFBundleIdentifier</key> <string>org.kicad-pcb.pl_editor</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
|
||||
<key>CFBundleLongVersionString</key> <string></string>
|
||||
<key>CFBundleName</key> <string>pl_editor</string>
|
||||
<key>CFBundleName</key> <string>Page Layout Editor</string>
|
||||
<key>CFBundlePackageType</key> <string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key> <string></string>
|
||||
<key>CFBundleSignature</key> <string>????</string>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<key>CFBundleIdentifier</key> <string>org.kicad-pcb.pcbnew</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
|
||||
<key>CFBundleLongVersionString</key> <string></string>
|
||||
<key>CFBundleName</key> <string>PCBNew</string>
|
||||
<key>CFBundleName</key> <string>Pcbnew</string>
|
||||
<key>CFBundlePackageType</key> <string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key> <string></string>
|
||||
<key>CFBundleSignature</key> <string>????</string>
|
||||
|
|
Loading…
Reference in New Issue