OSX: PCB Calculator correction

This commit is contained in:
marco. 2011-12-07 22:06:02 +01:00
parent 9dce6fba09
commit a089ae7ac3
2 changed files with 2 additions and 15 deletions

View File

@ -48,6 +48,7 @@ if(APPLE)
PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
set(MACOSX_BUNDLE_ICON_FILE pcb_calculator.icns)
set(MACOSX_BUNDLE_GUI_IDENTIFIER org.kicad-eda.pcb_calculator)
set(MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
endif(APPLE)

View File

@ -3,21 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDocumentTypes</key>
<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>
<array/>
<key>CFBundleExecutable</key>
<string>pcb_calculator</string>
<key>CFBundleGetInfoString</key>