From 559f57759706d915dcd4e04e2fe6a1e4a110eac3 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Wed, 18 Jun 2025 23:56:46 -0500 Subject: [PATCH] Correct bundle info plist variable name --- scwx-qt/scwx-qt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scwx-qt/scwx-qt.cmake b/scwx-qt/scwx-qt.cmake index 613f8ae8..4bffdc2e 100644 --- a/scwx-qt/scwx-qt.cmake +++ b/scwx-qt/scwx-qt.cmake @@ -637,7 +637,7 @@ elseif (APPLE) set_target_properties(supercell-wx PROPERTIES MACOSX_BUNDLE TRUE - MACOSX_BUNDLE_INFO_LIST "${scwx-qt_SOURCE_DIR}/res/scwx-qt.plist.in" + MACOSX_BUNDLE_INFO_PLIST "${scwx-qt_SOURCE_DIR}/res/scwx-qt.plist.in" MACOSX_BUNDLE_GUI_IDENTIFIER "net.supercellwx.app" MACOSX_BUNDLE_BUNDLE_NAME "Supercell Wx" MACOSX_BUNDLE_BUNDLE_VERSION "${SCWX_VERSION}"