aboutsummaryrefslogtreecommitdiffstats
path: root/src/macosx/Info.plist
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-27 15:04:56 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-27 15:04:56 +0000
commit50d173a828e75d2b8bc439c8b65bc8bb1127fe48 (patch)
tree2a8b1b9a0b14e2cbd94f379dc27e21d7c6aa8fb3 /src/macosx/Info.plist
parent53987e26a9a9cff05259fa2c9c21da10d650bc27 (diff)
downloadusdx-50d173a828e75d2b8bc439c8b65bc8bb1127fe48.tar.gz
usdx-50d173a828e75d2b8bc439c8b65bc8bb1127fe48.tar.xz
usdx-50d173a828e75d2b8bc439c8b65bc8bb1127fe48.zip
rename MacOSX part2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1313 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/macosx/Info.plist')
-rw-r--r--src/macosx/Info.plist40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/macosx/Info.plist b/src/macosx/Info.plist
new file mode 100644
index 00000000..a62966cf
--- /dev/null
+++ b/src/macosx/Info.plist
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleDisplayName</key>
+ <string>UltraStarDeluxe</string>
+ <key>CFBundleExecutable</key>
+ <string>ultrastardx</string>
+ <key>CFBundleGetInfoString</key>
+ <string>UltraStarDeluxe, a SingStar clone</string>
+ <key>CFBundleIconFile</key>
+ <string>ustar-icon_v01.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.ultrastardeluxe.ultrastardeluxe</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>UltraStarDeluxe</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>USDX</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>LSExecutableArchitectures</key>
+ <string>i386</string>
+ <key>NSAppleScriptEnabled</key>
+ <false/>
+ <key>NSHumanReadableCopyright</key>
+ <string>LGPL</string>
+ <key>NSMainNibFile</key>
+ <string>SDLMain</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+</dict>
+</plist>