diff options
| -rw-r--r-- | dists/iphone/Info.plist | 9 | ||||
| -rw-r--r-- | dists/iphone/Info.plist.in | 9 | ||||
| -rw-r--r-- | dists/macosx/Info.plist | 2 | ||||
| -rw-r--r-- | dists/macosx/Info.plist.in | 2 | 
4 files changed, 10 insertions, 12 deletions
| diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist index 48630ff4fc..9fc4debc92 100644 --- a/dists/iphone/Info.plist +++ b/dists/iphone/Info.plist @@ -1,5 +1,5 @@  <?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"> +<!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> @@ -15,19 +15,18 @@  	<key>CFBundlePackageType</key>  	<string>APPL</string>  	<key>CFBundleShortVersionString</key> -	<string>1.0.0</string> +	<string>1.3.0svn</string>  	<key>CFBundleSignature</key>  	<string>????</string> -	<key>CFBundleShortVersionString</key> -	<string>1.3.0svn</string>  	<key>CFBundleVersion</key> -	<string>svn</string> +	<string>1.3.0svn</string>  	<key>CFBundleIconFile</key>  	<string>icon.png</string>  	<key>CFBundleIconFiles</key>  	<array>  		<string>icon.png</string>  		<string>icon-72.png</string> +		<string>icon4.png</string>  	</array>  	<key>UIPrerenderedIcon</key>  	<true/> diff --git a/dists/iphone/Info.plist.in b/dists/iphone/Info.plist.in index 3393486c9d..efb93832e7 100644 --- a/dists/iphone/Info.plist.in +++ b/dists/iphone/Info.plist.in @@ -1,5 +1,5 @@  <?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"> +<!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> @@ -15,19 +15,18 @@  	<key>CFBundlePackageType</key>  	<string>APPL</string>  	<key>CFBundleShortVersionString</key> -	<string>1.0.0</string> +	<string>@VERSION@</string>  	<key>CFBundleSignature</key>  	<string>????</string> -	<key>CFBundleShortVersionString</key> -	<string>@VERSION@</string>  	<key>CFBundleVersion</key> -	<string>svn</string> +	<string>@VERSION@</string>  	<key>CFBundleIconFile</key>  	<string>icon.png</string>  	<key>CFBundleIconFiles</key>  	<array>  		<string>icon.png</string>  		<string>icon-72.png</string> +		<string>icon4.png</string>  	</array>  	<key>UIPrerenderedIcon</key>  	<true/> diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 35ae247b04..1a64925483 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -1,5 +1,5 @@  <?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"> +<!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> diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index 26a044e5df..0eedf19919 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -1,5 +1,5 @@  <?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"> +<!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> | 
