diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 15:04:20 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 15:04:20 +0000 |
commit | 53987e26a9a9cff05259fa2c9c21da10d650bc27 (patch) | |
tree | 6530db798d9c28e7e7a7df2abd2e8b7250f055cb /src/macosx0/Info.plist | |
parent | 4e4e213f8978e5c9e36e0923a0476ca0ae9aa4cf (diff) | |
download | usdx-53987e26a9a9cff05259fa2c9c21da10d650bc27.tar.gz usdx-53987e26a9a9cff05259fa2c9c21da10d650bc27.tar.xz usdx-53987e26a9a9cff05259fa2c9c21da10d650bc27.zip |
rename MacOSX part1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1312 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/macosx0/Info.plist')
-rw-r--r-- | src/macosx0/Info.plist | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/macosx0/Info.plist b/src/macosx0/Info.plist new file mode 100644 index 00000000..a62966cf --- /dev/null +++ b/src/macosx0/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> |