Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package/osx/Osirion.app/Contents/Info.plist')
-rw-r--r--package/osx/Osirion.app/Contents/Info.plist4
1 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