From ecdbdc8ea6fbd9a918584be1191e012af4b38af3 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Tue, 9 Jul 2024 20:55:02 +0800 Subject: Fix the variable used for macOS bundle identifier --- indra/newview/Info-SecondLife.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/Info-SecondLife.plist b/indra/newview/Info-SecondLife.plist index cc8edfadb8..82f63519db 100644 --- a/indra/newview/Info-SecondLife.plist +++ b/indra/newview/Info-SecondLife.plist @@ -11,7 +11,7 @@ CFBundleIconFile ${MACOSX_BUNDLE_ICON_FILE} CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) + ${MACOSX_BUNDLE_GUI_IDENTIFIER} CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString -- cgit v1.2.3