diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-06-15 12:51:51 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-06-15 12:51:51 +0000 |
commit | 8555a768fdbb5a82a0dba2cd11fd468dd4df366d (patch) | |
tree | c2f7bafc18ac5c7f66fdf04a1e08e6814a3012b7 /contrib/osx/PrivoxyConfInfo.plist | |
parent | c96b15f9bc242e1de348a7bf4f38b983a04c2b65 (diff) | |
download | tor-8555a768fdbb5a82a0dba2cd11fd468dd4df366d.tar.gz tor-8555a768fdbb5a82a0dba2cd11fd468dd4df366d.zip |
In Steve Jobs parlance, "boom." The Tor osx bundle is now just Tor and
a startup script. This is consistent with every other OS for which we
build packages. If you want privoxy and torbutton, use the Vidalia
bundle.
svn:r15272
Diffstat (limited to 'contrib/osx/PrivoxyConfInfo.plist')
-rw-r--r-- | contrib/osx/PrivoxyConfInfo.plist | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/osx/PrivoxyConfInfo.plist b/contrib/osx/PrivoxyConfInfo.plist deleted file mode 100644 index 2e8738c788..0000000000 --- a/contrib/osx/PrivoxyConfInfo.plist +++ /dev/null @@ -1,22 +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>CFBundleIdentifier</key> - <string>Privoxy configuration for Tor</string> - <key>CFBundleGetInfoString</key> - <string>Privoxy configuration for Tor</string> - <key>CFBundleName</key> - <string>Privoxy configuration for Tor</string> - <key>CFBundleSortVersionString</key> - <string>0.1</string> - <key>IFPkgFlagAuthorizationAction</key> - <string>RootAuthorization</string> - <key>IFPkgFlagRestartAction</key> - <string>RecommendedRestart</string> - <key>IFPkgFlagFollowLinks</key> - <true/> - <key>IFPkgFlagIsRequired</key> - <false/> -</dict> -</plist> |