]> git.lyx.org Git - lyx.git/blobdiff - development/MacOSX/Info.plist.in
Update my email and status.
[lyx.git] / development / MacOSX / Info.plist.in
index 3fc260030ef48843d81fc63c6b42a8ef59719475..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>
@@ -24,7 +24,7 @@
                </dict>
        </array>
        <key>CFBundleGetInfoString</key>
-       <string>LyX/Mac-1.6.0svn</string>
+       <string>LyX/Mac @VERSION@</string>
        <key>CFBundleIconFile</key>
        <string>LyXapp.icns</string>
        <key>CFBundleIdentifier</key>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>1.6.0svn</string>
+       <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>