aboutsummaryrefslogtreecommitdiffstats
path: root/src/macosx/Info.plist
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-10-10 22:59:33 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-10-10 22:59:33 +0000
commit35187604cef84864a908972d07361a5bd57e29ca (patch)
treedc95a8b1abeabd3a466729056ab8d37aaa6e72ea /src/macosx/Info.plist
parent58c1daf3692d4c5c534750a4fda97e087b0f0cbb (diff)
parent02bd10f0798829ab69d2028b988cb2a54eae292a (diff)
downloadusdx-svn/1.1.tar.gz
usdx-svn/1.1.tar.xz
usdx-svn/1.1.zip
rename trunk to 1.1svn/1.1github/svn/1.1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.1@2662 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..5682c8a5
--- /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>ultrastardx.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>