From 7c6278a7ff1bfe28a546f1bbe1bd1f417a5dfe83 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 16 Feb 2015 13:56:08 +0000 Subject: [PATCH] Fix Info.plist template --- Info.plist.in | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Info.plist.in b/Info.plist.in index b6dd5d4..0278e77 100644 --- a/Info.plist.in +++ b/Info.plist.in @@ -13,7 +13,7 @@ CFBundleSignature ???? CFBundleExecutable - FlightGear + fgfs CFBundleIdentifier org.flightgear.FlightGear CFBundleVersion @@ -21,13 +21,20 @@ CFBundleShortVersionString <%= fgVersion %> LSMinimumSystemVersion - 10.6.0 + 10.7.0 NSMainNibFile MainMenu NSPrincipalClass NSApplication NSHumanReadableCopyright ©1996-<%= fgCurrentYear%>, The FlightGear Project + + + LSEnvironment + + FG_LAUNCHER + 1 +