]> git.lyx.org Git - features.git/blobdiff - development/MacOSX/Info.plist.in
Allow to unbind without specifying the lfun
[features.git] / development / MacOSX / Info.plist.in
index 32accf4c5df36d150e793dae8a8c408833f26bf6..e8d3b09000fe44b659124e64e8d3b9c709cb9638 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>LSMinimumSystemVersion</key>
+       <string>@macos_deployment_target@</string>
+       <key>NSHighResolutionCapable</key>
+       <true/>
+       <key>NSPrincipalClass</key>
+       <string>NSApplication</string>
 </dict>
 </plist>