diff options
author | Max Horn | 2007-12-16 21:41:10 +0000 |
---|---|---|
committer | Max Horn | 2007-12-16 21:41:10 +0000 |
commit | 7599b2cb960b972570948a0541fc30cfbb6385e5 (patch) | |
tree | 365240ed68d09d01347c91279440e0325e2e7620 /dists | |
parent | 73398deb6c53041d97e169592011c203caff9282 (diff) | |
download | scummvm-rg350-7599b2cb960b972570948a0541fc30cfbb6385e5.tar.gz scummvm-rg350-7599b2cb960b972570948a0541fc30cfbb6385e5.tar.bz2 scummvm-rg350-7599b2cb960b972570948a0541fc30cfbb6385e5.zip |
Patch #1847599: Several enhancements for the build system
svn-id: r29889
Diffstat (limited to 'dists')
-rw-r--r-- | dists/iphone/Info.plist | 26 | ||||
-rw-r--r-- | dists/macosx/Info.plist | 32 |
2 files changed, 0 insertions, 58 deletions
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist deleted file mode 100644 index 0791b3a4fc..0000000000 --- a/dists/iphone/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!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>en</string> - <key>CFBundleExecutable</key> - <string>ScummVM</string> - <key>CFBundleIdentifier</key> - <string>org.scummvm.scummvm</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>ScummVM</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>1.0.0</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleShortVersionString</key> - <string>0.11.0svn</string> - <key>CFBundleVersion</key> - <string>svn</string> -</dict> -</plist> diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist deleted file mode 100644 index d1396a54d2..0000000000 --- a/dists/macosx/Info.plist +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!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> - <string>0.11.0svn, Copyright 2001-2007 The ScummVM team</string> - <key>CFBundleIconFile</key> - <string>scummvm.icns</string> - <key>CFBundleIdentifier</key> - <string>org.scummvm.scummvm</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>ScummVM</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>0.11.0svn</string> - <key>CFBundleVersion</key> - <string>0.11.0svn</string> - <key>NSPrincipalClass</key> - <string>NSApplication</string> - <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2007 The ScummVM team</string> -</dict> -</plist> |