diff options
author | Max Horn | 2003-03-20 23:02:52 +0000 |
---|---|---|
committer | Max Horn | 2003-03-20 23:02:52 +0000 |
commit | 3121e8c45d1f68d524e92c5e95e39e48a299c17e (patch) | |
tree | 138f9b9b2caff56046d551f3f74a1b61d4a6fdac | |
parent | c36c32fd3910168ecee6538b6d4e00f87ab833d9 (diff) | |
download | scummvm-rg350-3121e8c45d1f68d524e92c5e95e39e48a299c17e.tar.gz scummvm-rg350-3121e8c45d1f68d524e92c5e95e39e48a299c17e.tar.bz2 scummvm-rg350-3121e8c45d1f68d524e92c5e95e39e48a299c17e.zip |
updated to plist 1.0
svn-id: r6840
-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> |