]> git.mxchange.org Git - flightgear.git/commitdiff
Change the Mac nightly to use the launcher.
authorJames Turner <zakalawe@mac.com>
Mon, 13 Aug 2012 08:51:08 +0000 (09:51 +0100)
committerJames Turner <zakalawe@mac.com>
Mon, 13 Aug 2012 08:51:08 +0000 (09:51 +0100)
package/mac/nightly.plist.in

index fd9fe1892fc214845b6ecfc9d1a254aecf77ea85..8ad6f12078b0f7e52e2420fb62330bd488c86331 100644 (file)
@@ -11,7 +11,7 @@
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleExecutable</key>
-       <string>fgfs</string>
+       <string>FlightGear</string>
        <key>CFBundleIdentifier</key>
        <string>org.flightgear.FlightGear</string>
        <key>CFBundleVersion</key>
        <key>CFBundleShortVersionString</key>
        <string>unstable nightly build</string>
        <key>LSMinimumSystemVersion</key>
-       <string>10.5.0</string>
+       <string>10.6.0</string>
+       <key>NSMainNibFile</key>
+       <string>MainMenu</string>
+       <key>NSPrincipalClass</key>
+       <string>NSApplication</string>
 </dict>
 </plist>