diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-05-24 05:01:29 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-05-24 05:01:29 +0000 |
commit | 8c49a46eee5fcbbe3cef3cfaa07976e0cf4d8a7e (patch) | |
tree | ee8e85cb274fd16295a6a936b8db23926e1b4b46 /contrib/osx/PrivoxyConfInfo.plist | |
parent | 36712a443b0044d2e793d61a2fe611211a253962 (diff) | |
download | tor-8c49a46eee5fcbbe3cef3cfaa07976e0cf4d8a7e.tar.gz tor-8c49a46eee5fcbbe3cef3cfaa07976e0cf4d8a7e.zip |
Add in the key CFBundleIdentifier required by XCode 2.x and beyond.
svn:r6491
Diffstat (limited to 'contrib/osx/PrivoxyConfInfo.plist')
-rw-r--r-- | contrib/osx/PrivoxyConfInfo.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/osx/PrivoxyConfInfo.plist b/contrib/osx/PrivoxyConfInfo.plist index 7294d89605..2e8738c788 100644 --- a/contrib/osx/PrivoxyConfInfo.plist +++ b/contrib/osx/PrivoxyConfInfo.plist @@ -2,6 +2,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>CFBundleIdentifier</key> + <string>Privoxy configuration for Tor</string> <key>CFBundleGetInfoString</key> <string>Privoxy configuration for Tor</string> <key>CFBundleName</key> |