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-03-01 17:17:43 +0000
committerStijn Buys <ingar@osirion.org>2009-03-01 17:17:43 +0000
commitf537e7ef1acbb56a47274fb4114eef841253195d (patch)
tree8ee6929027a5b4efba837589ea81e7ead9f09f1b /package
parent6274820c25cb4256e6601414ba0e88dace4d0844 (diff)
Added OS X icon
Diffstat (limited to 'package')
-rw-r--r--package/osx/Osirion.app/Contents/Info.plist4
-rw-r--r--package/osx/Osirion.app/Contents/Resources/Osirion.icnsbin0 -> 37197 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/package/osx/Osirion.app/Contents/Info.plist b/package/osx/Osirion.app/Contents/Info.plist
index 5a82141..be7453d 100644
--- a/package/osx/Osirion.app/Contents/Info.plist
+++ b/package/osx/Osirion.app/Contents/Info.plist
@@ -1,12 +1,14 @@
{
- CFBundleIdentifier = "org.satgnu.ingar.osirion";
+ CFBundleIdentifier = "net.satgnu.ingar.osirion";
CFBundlePackageType = APPL;
CFBundleDisplayName = Osirion;
CFBundleName = "Project::OSiRiON";
CFBundleExecutable = Osirion;
NSPrincipalClass = SDLApplication;
+ CFBundleIconFile = "Osirion.icns";
"LSExecutableArchitectures" = (
i386,
ppc,
);
+ "CFBundleInfoDictionaryVersion" = "6.0";
} \ No newline at end of file
diff --git a/package/osx/Osirion.app/Contents/Resources/Osirion.icns b/package/osx/Osirion.app/Contents/Resources/Osirion.icns
new file mode 100644
index 0000000..a63e40c
--- /dev/null
+++ b/package/osx/Osirion.app/Contents/Resources/Osirion.icns
Binary files differ