Skip to content

Commit a57eb77

Browse files
committed
Use xml-escaped application vendor in info plist, fixing code-signing issues for vendors with special chars
Signed-off-by: Claudio Cambra <[email protected]>
1 parent b27d360 commit a57eb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/MacOSXBundleInfo.plist.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<key>CFBundleShortVersionString</key>
3030
<string>@MIRALL_VERSION_STRING@</string>
3131
<key>NSHumanReadableCopyright</key>
32-
<string>(C) 2014-2022 @APPLICATION_VENDOR@</string>
32+
<string>(C) 2014-2022 @APPLICATION_VENDOR_XML_ESCAPED@</string>
3333
<key>NSSupportsAutomaticGraphicsSwitching</key>
3434
<true/>
3535
<key>NSRequiresAquaSystemAppearance</key>

0 commit comments

Comments
 (0)