From 4d6f6578805038af46d9428dcae06470db88dcbc Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 28 Oct 2024 13:59:06 +0800 Subject: [PATCH] Use xml-escaped application vendor in info plist, fixing code-signing issues for vendors with special chars Signed-off-by: Claudio Cambra --- cmake/modules/MacOSXBundleInfo.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in index 4fcf27c6a977d..54d714f1da026 100644 --- a/cmake/modules/MacOSXBundleInfo.plist.in +++ b/cmake/modules/MacOSXBundleInfo.plist.in @@ -29,7 +29,7 @@ CFBundleShortVersionString @MIRALL_VERSION_STRING@ NSHumanReadableCopyright - (C) 2014-2022 @APPLICATION_VENDOR@ + (C) 2014-2022 @APPLICATION_VENDOR_XML_ESCAPED@ NSSupportsAutomaticGraphicsSwitching NSRequiresAquaSystemAppearance