Fix some more OSX bundle issues due to CvPcb changes.
This commit is contained in:
parent
3d72306f78
commit
f97191b050
|
@ -519,7 +519,7 @@ if( APPLE AND USE_OSX_DEPS_BUILDER )
|
|||
|
||||
if( KICAD_BUILD_DYNAMIC AND APPLE )
|
||||
add_custom_target( osx_fix_bundles ALL DEPENDS
|
||||
cvpcb eeschema gerbview kicad pcbnew bitmap2component pcb_calculator pl_editor)
|
||||
eeschema gerbview kicad pcbnew bitmap2component pcb_calculator pl_editor)
|
||||
add_custom_command(TARGET osx_fix_bundles
|
||||
POST_BUILD COMMAND ${PROJECT_SOURCE_DIR}/scripts/osx_fixbundle.sh ${PROJECT_SOURCE_DIR}
|
||||
COMMENT "Migrating dylibs to bundles")
|
||||
|
@ -712,7 +712,6 @@ if( APPLE )
|
|||
# Remove links to standalone apps
|
||||
file( REMOVE ${KICAD_BIN}/bitmap2component.app )
|
||||
file( REMOVE ${KICAD_BIN}/eeschema.app )
|
||||
file( REMOVE ${KICAD_BIN}/cvpcb.app )
|
||||
file( REMOVE ${KICAD_BIN}/gerbview.app )
|
||||
file( REMOVE ${KICAD_BIN}/pcb_calculator.app )
|
||||
file( REMOVE ${KICAD_BIN}/pcbnew.app )
|
||||
|
|
|
@ -169,7 +169,6 @@ wxString FindKicadFile( const wxString& shortname )
|
|||
wxT( "d:/Program Files/kicad/bin/" ),
|
||||
#elif defined( __WXMAC__ )
|
||||
// all internal paths are relative to main bundle kicad.app
|
||||
wxT( "Contents/Applications/cvpcb.app/Contents/MacOS/" ),
|
||||
wxT( "Contents/Applications/pcbnew.app/Contents/MacOS/" ),
|
||||
wxT( "Contents/Applications/eeschema.app/Contents/MacOS/" ),
|
||||
wxT( "Contents/Applications/gerbview.app/Contents/MacOS/" ),
|
||||
|
|
|
@ -59,7 +59,7 @@ if( MINGW )
|
|||
endif()
|
||||
|
||||
|
||||
if( APPLE )
|
||||
if( false )
|
||||
# setup bundle
|
||||
set( CVPCB_RESOURCES cvpcb.icns cvpcb_doc.icns )
|
||||
set_source_files_properties( "${CMAKE_CURRENT_SOURCE_DIR}/cvpcb.icns" PROPERTIES
|
||||
|
|
Loading…
Reference in New Issue