Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2016-04-13 16:40:18 +0300
committerMarkus Goetz <markus@woboq.com>2016-04-15 12:30:49 +0300
commitd1649ce4df6f8512109a20405d5da1235336d4e1 (patch)
tree0cf637eb18872a6e2c8ed5f90f68da28bd8c579a /cmake
parented3203d25da8aa84aa50cd9edcaf659ab6e28a76 (diff)
OS X: Allow ampersand in APPLICATION_NAME #4657
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 63e135ca5..5d8fd0e10 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -17,7 +17,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
- <string>@APPLICATION_NAME@ @MIRALL_VERSION_STRING@</string>
+ <string>@APPLICATION_NAME_XML_ESCAPED@ @MIRALL_VERSION_STRING@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>