diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-10-23 00:58:07 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-10-23 00:58:07 +0000 |
commit | c58028566b93ba4ba1173a63ec2681fed30c81db (patch) | |
tree | 70de7d2dae475be76458c6bcf30f406e56561d2a /contrib/osx/TorbuttonDesc.plist | |
parent | 6f7518c5015994c2f4e0d06bd8f2c85221201b3e (diff) | |
download | tor-c58028566b93ba4ba1173a63ec2681fed30c81db.tar.gz tor-c58028566b93ba4ba1173a63ec2681fed30c81db.zip |
Add torbutton to the osx packages.
svn:r12116
Diffstat (limited to 'contrib/osx/TorbuttonDesc.plist')
-rw-r--r-- | contrib/osx/TorbuttonDesc.plist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/osx/TorbuttonDesc.plist b/contrib/osx/TorbuttonDesc.plist new file mode 100644 index 0000000000..6b0442d645 --- /dev/null +++ b/contrib/osx/TorbuttonDesc.plist @@ -0,0 +1,10 @@ +<?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>IFPkgDescriptionTitle</key> + <string>Torbutton Extension for Firefox</string> + <key>IFPkgDescriptionVersion</key> + <string>0.1</string> +</dict> +</plist> |