diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-10-11 18:47:14 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-11-10 04:04:29 +0100 |
commit | fcdf1470c04b5ef19a7b9d28a48401f4d5c17293 (patch) | |
tree | 4d85ad080bc51a30070d8c37a62dc553fd8633f6 /contrib/osx/TorInfo.plist.in | |
parent | 6b4db953c9c1416683da160bd2419dc0eb50e9bd (diff) | |
download | tor-fcdf1470c04b5ef19a7b9d28a48401f4d5c17293.tar tor-fcdf1470c04b5ef19a7b9d28a48401f4d5c17293.tar.gz |
Remove everything related to os x expert package
We decided to no longer ship expert packages for OS X because they're a
lot of trouble to keep maintained and confuse users. For those who want
a tor on OS X without Vidalia, macports is a fine option. Alternatively,
building from source is easy, too.
The polipo stuff that is still required for the Vidalia bundle build can
now be found in the torbrowser repository,
git://git.torproject.org/torbrowser.git.
Diffstat (limited to 'contrib/osx/TorInfo.plist.in')
-rw-r--r-- | contrib/osx/TorInfo.plist.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/contrib/osx/TorInfo.plist.in b/contrib/osx/TorInfo.plist.in deleted file mode 100644 index a5bc13f88..000000000 --- a/contrib/osx/TorInfo.plist.in +++ /dev/null @@ -1,28 +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>Tor @VERSION@</string> - <key>CFBundleGetInfoString</key> - <string>Tor @VERSION@</string> - <key>CFBundleName</key> - <string>Tor</string> - <key>CFBundleShortVersionString</key> - <string>@VERSION@</string> - <key>IFPkgFlagAllowBackRev</key> - <true/> - <key>IFPkgFlagAuthorizationAction</key> - <string>RootAuthorization</string> - <key>IFPkgFlagFollowLinks</key> - <true/> - <key>IFPkgFlagIsRequired</key> - <true/> - <key>IFPkgFlagRootVolumeOnly</key> - <true/> - <key>IfPkgFlagBackgroundScaling</key> - <string>proportional</string> - <key>IFPkgFlagBackgroundAlignment</key> - <string>bottomleft</string> -</dict> -</plist> |