Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: be7453d72e72f076fc5e99e4f264f06c8c616182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	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";
}