aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/MacOSX/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/MacOSX/Info.plist')
-rw-r--r--Game/Code/MacOSX/Info.plist40
1 files changed, 0 insertions, 40 deletions
diff --git a/Game/Code/MacOSX/Info.plist b/Game/Code/MacOSX/Info.plist
deleted file mode 100644
index a62966cf..00000000
--- a/Game/Code/MacOSX/Info.plist
+++ /dev/null
@@ -1,40 +0,0 @@
-<?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>