From 6fa1495a0cd16605bbfd78c2252a94b7fbd78a89 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 12 Jul 2024 15:15:14 +0800 Subject: Fix version appearing as %%VERSION%% on macOS info This would be done in viewer_manifest.py on SLv. This needed to be reimplemented, and now it is, just using CMake. --- indra/newview/English.lproj/InfoPlist.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/newview/English.lproj/InfoPlist.strings') diff --git a/indra/newview/English.lproj/InfoPlist.strings b/indra/newview/English.lproj/InfoPlist.strings index 353d660a2d..48e7262dd5 100644 --- a/indra/newview/English.lproj/InfoPlist.strings +++ b/indra/newview/English.lproj/InfoPlist.strings @@ -2,6 +2,6 @@ CFBundleName = "Megapahit"; -CFBundleShortVersionString = "Megapahit version %%VERSION%%"; -CFBundleGetInfoString = "Megapahit version %%VERSION%%, Copyright 2024 Megapahit."; +CFBundleShortVersionString = "Megapahit version ${MACOSX_BUNDLE_SHORT_VERSION_STRING}"; +CFBundleGetInfoString = "Megapahit version ${MACOSX_BUNDLE_SHORT_VERSION_STRING}, Copyright 2024 Megapahit."; -- cgit v1.2.3