From 59eb4d2b1a750077523c8e1c380785d08f83feb9 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 23 Feb 2009 21:12:04 +0000 Subject: initial OS X application bundle --- package/osx/Osirion.app/Contents/Info.plist | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/osx/Osirion.app/Contents/Info.plist (limited to 'package') diff --git a/package/osx/Osirion.app/Contents/Info.plist b/package/osx/Osirion.app/Contents/Info.plist new file mode 100644 index 0000000..5a82141 --- /dev/null +++ b/package/osx/Osirion.app/Contents/Info.plist @@ -0,0 +1,12 @@ +{ + CFBundleIdentifier = "org.satgnu.ingar.osirion"; + CFBundlePackageType = APPL; + CFBundleDisplayName = Osirion; + CFBundleName = "Project::OSiRiON"; + CFBundleExecutable = Osirion; + NSPrincipalClass = SDLApplication; + "LSExecutableArchitectures" = ( + i386, + ppc, + ); +} \ No newline at end of file -- cgit v1.2.3