Просмотр исходного кода

OS X: reintroduce LSUIElement in Info.plist

Daniel Molkentin 13 лет назад
Родитель
Сommit
881f8463e8
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      cmake/modules/MacOSXBundleInfo.plist.in

+ 3 - 1
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>