diff options
-rw-r--r-- | Info.plist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Info.plist b/Info.plist index efa3feba0b..8eb88d9091 100644 --- a/Info.plist +++ b/Info.plist @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> -<plist version="0.9"> +<!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>CFBundleDisplayName</key> + <string>ScummVM</string> <key>CFBundleExecutable</key> <string>scummvm</string> <key>CFBundleGetInfoString</key> |