OSX: PCB Calculator correction
This commit is contained in:
parent
9dce6fba09
commit
a089ae7ac3
|
@ -48,6 +48,7 @@ if(APPLE)
|
||||||
PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
|
||||||
set(MACOSX_BUNDLE_ICON_FILE pcb_calculator.icns)
|
set(MACOSX_BUNDLE_ICON_FILE pcb_calculator.icns)
|
||||||
set(MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.pcb_calculator)
|
set(MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.pcb_calculator)
|
||||||
|
set(MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
|
||||||
endif(APPLE)
|
endif(APPLE)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,21 +3,7 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleDocumentTypes</key>
|
<key>CFBundleDocumentTypes</key>
|
||||||
<array>
|
<array/>
|
||||||
<dict>
|
|
||||||
<key>CFBundleTypeRole</key>
|
|
||||||
<string>Editor</string>
|
|
||||||
<key>CFBundleTypeExtensions</key>
|
|
||||||
<key>CFBundleTypeIconFile</key>
|
|
||||||
<string>pcb_calculator.icns</string>
|
|
||||||
<key>CFBundleTypeName</key>
|
|
||||||
<string>pcb_calculator document</string>
|
|
||||||
<key>LSHandlerRank</key>
|
|
||||||
<string>Owner</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>English</string>
|
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>pcb_calculator</string>
|
<string>pcb_calculator</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
|
|
Loading…
Reference in New Issue