]> git.mxchange.org Git - flightgear.git/blobdiff - CMakeModules/FlightGearBundleInfo.plist.in
Fix a typo breaking some takeoff-state logic.
[flightgear.git] / CMakeModules / FlightGearBundleInfo.plist.in
index b45a34e3ea1bc8179e13524d737446597d8e5b20..d5e26c1777b845dc8a78e139eda8cd70d0947488 100644 (file)
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
-       
+
     <key>LSMinimumSystemVersion</key>
     <string>10.6.0</string>
-       
+
     <key>NSHumanReadableCopyright</key>
        <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
+
+    <!-- needed for FlightGear launch to function -->
+    <key>NSMainNibFile</key>
+    <string>MainMenu</string>
+    <key>NSPrincipalClass</key>
+    <string>NSApplication</string>
+
+    <!-- when launched via LaunchServices, run the launcher GUI -->
+    <key>LSEnvironment</key>
+    <dict>
+        <key>FG_LAUNCHER</key>
+        <string>1</string>
+    </dict>
 </dict>
 </plist>