aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/MacOSX/Info.plist
diff options
context:
space:
mode:
authoreddie-0815 <eddie-0815@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-29 21:40:14 +0000
committereddie-0815 <eddie-0815@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-29 21:40:14 +0000
commit52eeec05d021df5334934f50dfafff981cbca33b (patch)
treea5f459e4b3065312820250e6c4ecbc1c7fcc6e0d /Game/Code/MacOSX/Info.plist
parente779d4f8a8ca13215895338f71e6929dc795cf60 (diff)
downloadusdx-52eeec05d021df5334934f50dfafff981cbca33b.tar.gz
usdx-52eeec05d021df5334934f50dfafff981cbca33b.tar.xz
usdx-52eeec05d021df5334934f50dfafff981cbca33b.zip
Just adding first MacOSX version. This does not compile yet.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@540 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/MacOSX/Info.plist')
-rw-r--r--Game/Code/MacOSX/Info.plist28
1 files changed, 28 insertions, 0 deletions
diff --git a/Game/Code/MacOSX/Info.plist b/Game/Code/MacOSX/Info.plist
new file mode 100644
index 00000000..dd9c079f
--- /dev/null
+++ b/Game/Code/MacOSX/Info.plist
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string>UltraStar.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.ultrastardeluxe.ultrastardeluxe</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>NSMainNibFile</key>
+ <string>SDLMain</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>