]> git.lyx.org Git - lyx.git/blobdiff - development/MacOSX/Info.plist.in
Update sk.po
[lyx.git] / development / MacOSX / Info.plist.in
index 3145c1a8caa9661529734ee45d3c5367a7bed467..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>
        <string>@VERSION@</string>
        <key>CFBundleSignature</key>
        <string>OLYX</string>
+       <key>NSAppleScriptEnabled</key>
+       <string>YES</string>
+       <key>OSAScriptingDefinition</key>
+       <string>LyX.sdef</string>
+       <key>NSHighResolutionCapable</key>
+       <true/>
+       <key>NSPrincipalClass</key>
+       <string>NSApplication</string>
 </dict>
 </plist>