mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 14:12:50 +02:00
fixed Info.plist setup for Components.app
This commit is contained in:
parent
62edaf0ec9
commit
da5f7912b5
1 changed files with 4 additions and 4 deletions
|
@ -61,10 +61,10 @@ macro(install_beside_console)
|
|||
|
||||
# configure Info.plist for COMPONENT_APP
|
||||
install(CODE "
|
||||
set(MACOSX_BUNDLE_EXECUTABLE_NAME 'domain-server')
|
||||
set(MACOSX_BUNDLE_GUI_IDENTIFIER 'com.highfidelity.server-components')
|
||||
set(MACOSX_BUNDLE_BUNDLE_NAME 'Sandbox Components')
|
||||
configure_file('${HF_CMAKE_DIR}/templates/MacOSXBundleSandboxComponentsInfo.plist.in' '${COMPONENTS_BUNDLE_PATH}/Contents/Info.plist')
|
||||
set(MACOSX_BUNDLE_EXECUTABLE_NAME domain-server)
|
||||
set(MACOSX_BUNDLE_GUI_IDENTIFIER com.highfidelity.server-components)
|
||||
set(MACOSX_BUNDLE_BUNDLE_NAME Sandbox\\ Components)
|
||||
configure_file(${HF_CMAKE_DIR}/templates/MacOSXBundleSandboxComponentsInfo.plist.in ${ESCAPED_BUNDLE_NAME}/Contents/Info.plist)
|
||||
execute_process(COMMAND ${MACDEPLOYQT_COMMAND} ${ESCAPED_BUNDLE_NAME} -verbose=2 -executable=${ESCAPED_EXECUTABLE_NAME})"
|
||||
COMPONENT ${SERVER_COMPONENT}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue