diff options
author | Stijn Buys <ingar@osirion.org> | 2009-02-23 21:12:04 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-02-23 21:12:04 +0000 |
commit | 59eb4d2b1a750077523c8e1c380785d08f83feb9 (patch) | |
tree | dfbdce4f2e1e175a7b9f335a05a37e5b83098c37 | |
parent | 9cc32533d081731171cfd8380044b60cee6f0f10 (diff) |
initial OS X application bundle
-rw-r--r-- | package/osx/Osirion.app/Contents/Info.plist | 12 |
1 files changed, 12 insertions, 0 deletions
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 |