From f91ec8fbf5a7d1dae570571c1768ab33042a714f Mon Sep 17 00:00:00 2001 From: Matt Hardcastle Date: Fri, 30 Aug 2019 08:18:00 -0700 Subject: [PATCH] Call Interface "High Fidelity" on macOS --- interface/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ()