Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
ParaView
Commits
a20ac7cc
Commit
a20ac7cc
authored
Feb 22, 2019
by
Cory Quammen
Browse files
macOS: make Info.plist template explicit
parent
ebfcd805
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/ParaViewClient.cmake
View file @
a20ac7cc
...
...
@@ -403,7 +403,8 @@ IDI_ICON1 ICON \"${_paraview_client_APPLICATION_ICON}\"\n")
PROPERTIES
MACOSX_BUNDLE_BUNDLE_NAME
"
${
_paraview_client_APPLICATION_NAME
}
"
MACOSX_BUNDLE_GUI_IDENTIFIER
"org.
${
_paraview_client_organization
}
.
${
_paraview_client_APPLICATION_NAME
}
"
MACOSX_BUNDLE_SHORT_VERSION_STRING
"
${
_paraview_client_VERSION
}
"
)
MACOSX_BUNDLE_SHORT_VERSION_STRING
"
${
_paraview_client_VERSION
}
"
MACOSX_BUNDLE_INFO_PLIST
"
${
ParaView_BINARY_DIR
}
/MacOSXBundleInfo.plist.in"
)
endif
()
endfunction
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment