]> git.mxchange.org Git - flightgear.git/blobdiff - CMakeModules/FlightGearBundleInfo.plist.in
Mac nightly can use new launcher.
[flightgear.git] / CMakeModules / FlightGearBundleInfo.plist.in
index 068d6f90248525bf04321afc91f6b86712b65f55..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>