DRTVWR-447: Restore MACOSX_EXECUTABLE_NAME, used for Info.plist.
parent
a3ca2c9ac8
commit
d86b311b2c
|
|
@ -2092,6 +2092,7 @@ if (DARWIN)
|
|||
# magically known to CMake -- it's that these names are referenced in the
|
||||
# Info-SecondLife.plist file in the configure_file() directive below.
|
||||
set(product "${VIEWER_CHANNEL}")
|
||||
set(MACOSX_EXECUTABLE_NAME "${VIEWER_CHANNEL}")
|
||||
set(MACOSX_BUNDLE_INFO_STRING "${VIEWER_CHANNEL}")
|
||||
set(MACOSX_BUNDLE_ICON_FILE "secondlife.icns")
|
||||
set(MACOSX_BUNDLE_GUI_IDENTIFIER "com.secondlife.indra.viewer")
|
||||
|
|
|
|||
Loading…
Reference in New Issue