From 1b8073bcedfe20c2dd2def82cc81bc909970b179 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Mon, 12 Oct 2009 00:18:15 -0700 Subject: Xcode: set minimum OS versions by architecture i386 and ppc are able to run on 10.4 and above. x86_64 is able to run on 10.6 and above. Signed-off-by: Steven Noonan --- crawl-ref/source/mac/Crawl-Info.plist | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 crawl-ref/source/mac/Crawl-Info.plist (limited to 'crawl-ref/source/mac') diff --git a/crawl-ref/source/mac/Crawl-Info.plist b/crawl-ref/source/mac/Crawl-Info.plist new file mode 100644 index 0000000000..4ffd139625 --- /dev/null +++ b/crawl-ref/source/mac/Crawl-Info.plist @@ -0,0 +1,35 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + net.sourceforge.crawl-ref + CFBundleInfoDictionaryVersion + 6.0 + CFBundleIconFile + Crawl + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleVersion + 1.0 + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + LSMinimumSystemVersionByArchitecture + + x86_64 + 10.6.0 + i386 + 10.4.0 + ppc + 10.4.0 + + + -- cgit v1.2.3-54-g00ecf