diff options
Diffstat (limited to 'package/osx')
-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 |