Ken Thomases : loader: Set LSUIElement to 1 in the embedded Mac Info.plist.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 20 14:30:35 CDT 2014


Module: wine
Branch: master
Commit: dbe0d0be34e0a427de85b4dc87a38835e61b747e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dbe0d0be34e0a427de85b4dc87a38835e61b747e

Author: Ken Thomases <ken at codeweavers.com>
Date:   Wed Aug 20 13:39:34 2014 -0500

loader: Set LSUIElement to 1 in the embedded Mac Info.plist.

---

 loader/wine_info.plist.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/loader/wine_info.plist.in b/loader/wine_info.plist.in
index aea99e5..2895aea 100644
--- a/loader/wine_info.plist.in
+++ b/loader/wine_info.plist.in
@@ -22,5 +22,7 @@
     <string>@PACKAGE_VERSION@</string>
     <key>NSPrincipalClass</key>
     <string>WineApplication</string>
+    <key>LSUIElement</key>
+    <string>1</string>
 </dict>
 </plist>




More information about the wine-cvs mailing list