Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-02-23 21:12:04 +0000
committerStijn Buys <ingar@osirion.org>2009-02-23 21:12:04 +0000
commit59eb4d2b1a750077523c8e1c380785d08f83feb9 (patch)
treedfbdce4f2e1e175a7b9f335a05a37e5b83098c37 /package
parent9cc32533d081731171cfd8380044b60cee6f0f10 (diff)
initial OS X application bundle
Diffstat (limited to 'package')
-rw-r--r--package/osx/Osirion.app/Contents/Info.plist12
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