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:
authorDaniel Molkentin <danimo@owncloud.com>2012-09-17 23:55:33 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-09-17 23:55:57 +0400
commit881f8463e8c7cd3e531e447c677994c2bdbe714c (patch)
tree12860fa1f6d33f22baec1a1f25780b71dd2b1dea /cmake
parent92ea6a2bef7f77b53cf5286873982cfd464be6af (diff)
OS X: reintroduce LSUIElement in Info.plist
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 053a2023a..84085439a 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -4,7 +4,9 @@
<dict>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
- <key>CFBundleDevelopmentRegion</key>
+ <key>LSUIElement</key>
+ <true/>
+ <key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>owncloud</string>