diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index c08cf47030..4bcd7aaf0f 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -117,6 +117,7 @@ if (APPLE) # configure CMake to use a custom Info.plist set_target_properties(${this_target} PROPERTIES MACOSX_BUNDLE_INFO_PLIST MacOSXBundleInfo.plist.in) + set(MACOSX_BUNDLE_BUNDLE_NAME "High Fidelity") if (PRODUCTION_BUILD) set(MACOSX_BUNDLE_GUI_IDENTIFIER com.highfidelity.interface) else ()