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

github.com/owncloud/client.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>2019-02-22 16:38:53 +0300
committerMarkus Goetz <markus@woboq.com>2019-02-22 16:38:53 +0300
commit710a2af6b5496df4ee5cfe13a9c407cf27979de2 (patch)
tree78047ebc33f2783b3ff4ceffb987fc14012360ae /cmake
parent36e4b6f379a16ee3eda5ebd00c23a552b605b207 (diff)
macOS: Opt out of dark mode for now #7043
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index f8e4f8836..3ce62873d 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -27,7 +27,9 @@
<key>CFBundleShortVersionString</key>
<string>@MIRALL_VERSION_STRING@</string>
<key>NSHumanReadableCopyright</key>
- <string>(C) 2014-2018 @APPLICATION_VENDOR@</string>
+ <string>(C) 2014-2019 @APPLICATION_VENDOR@</string>
+ <key>NSRequiresAquaSystemAppearance</key>
+ <true/>
<key>SUShowReleaseNotes</key>
<false/>
<key>SUPublicDSAKeyFile</key>