From 8c49a46eee5fcbbe3cef3cfaa07976e0cf4d8a7e Mon Sep 17 00:00:00 2001 From: Andrew Lewman <andrew@torproject.org> Date: Wed, 24 May 2006 05:01:29 +0000 Subject: Add in the key CFBundleIdentifier required by XCode 2.x and beyond. svn:r6491 --- contrib/osx/PrivoxyConfInfo.plist | 2 ++ contrib/osx/TorInfo.plist.in | 2 ++ contrib/osx/TorStartupInfo.plist | 2 ++ 3 files changed, 6 insertions(+) (limited to 'contrib') diff --git a/contrib/osx/PrivoxyConfInfo.plist b/contrib/osx/PrivoxyConfInfo.plist index 7294d8960..2e8738c78 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> diff --git a/contrib/osx/TorInfo.plist.in b/contrib/osx/TorInfo.plist.in index e9ef58666..1918a5e6b 100644 --- a/contrib/osx/TorInfo.plist.in +++ b/contrib/osx/TorInfo.plist.in @@ -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>Tor @VERSION@</string> <key>CFBundleGetInfoString</key> <string>Tor @VERSION@</string> <key>CFBundleName</key> diff --git a/contrib/osx/TorStartupInfo.plist b/contrib/osx/TorStartupInfo.plist index 593f6f975..838390dd8 100644 --- a/contrib/osx/TorStartupInfo.plist +++ b/contrib/osx/TorStartupInfo.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>Tor Startup Script</string> <key>CFBundleGetInfoString</key> <string>Tor Startup Script</string> <key>CFBundleName</key> -- cgit v1.2.3