Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 5a82141a291bc6e9b355da7c52fc273faefb883d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	CFBundleIdentifier = "org.satgnu.ingar.osirion";
	CFBundlePackageType = APPL;
	CFBundleDisplayName = Osirion;
	CFBundleName = "Project::OSiRiON";
	CFBundleExecutable = Osirion;
	NSPrincipalClass = SDLApplication;
	"LSExecutableArchitectures" = (
		i386,
		ppc,
	);
}