From: Claudio Cambra Date: Mon, 28 Oct 2024 05:59:06 +0000 (+0800) Subject: Use xml-escaped application vendor in info plist, fixing code-signing issues for... X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~76^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a57eb77131ebb9dc7a665ca7b22730e0b5bdd5a2;p=nextcloud-desktop.git Use xml-escaped application vendor in info plist, fixing code-signing issues for vendors with special chars Signed-off-by: Claudio Cambra --- diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in index 4fcf27c6a..54d714f1d 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