]> git.lyx.org Git - lyx.git/blobdiff - development/MacOSX/Info.plist.in
#5502 add binding for full screen toggle on mac
[lyx.git] / development / MacOSX / Info.plist.in
index 32accf4c5df36d150e793dae8a8c408833f26bf6..64f12ae26596332f0290aaca55dcfdd5c2af0788 100644 (file)
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
        <key>CFBundleExecutable</key>
-       <string>lyx</string>
+       <string>@osx_bundle_program_name@</string>
        <key>CFBundleDocumentTypes</key>
        <array>
                <dict>
        <key>NSAppleScriptEnabled</key>
        <string>YES</string>
        <key>OSAScriptingDefinition</key>
-    <string>LyX.sdef</string>
+       <string>LyX.sdef</string>
+       <key>NSHighResolutionCapable</key>
+       <true/>
+       <key>NSPrincipalClass</key>
+       <string>NSApplication</string>
 </dict>
 </plist>