diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-06-10 00:57:30 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-06-10 00:57:30 +0000 |
commit | c559070b863cd2bf077836cf32dda9af9eec6166 (patch) | |
tree | 93db83f4a8b4a22c6d759313a6a56b6f9446ecbf | |
parent | 6ea2ac053916490e9e8982498d1d2c949c7d9a40 (diff) | |
download | tor-c559070b863cd2bf077836cf32dda9af9eec6166.tar.gz tor-c559070b863cd2bf077836cf32dda9af9eec6166.zip |
Backport new packagemaker requirements.
svn:r6586
-rw-r--r-- | contrib/osx/PrivoxyConfInfo.plist | 2 | ||||
-rw-r--r-- | contrib/osx/TorInfo.plist.in | 2 | ||||
-rw-r--r-- | contrib/osx/TorStartupInfo.plist | 2 |
3 files changed, 6 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> diff --git a/contrib/osx/TorInfo.plist.in b/contrib/osx/TorInfo.plist.in index e9ef586669..1918a5e6bc 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 593f6f975c..838390dd8d 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> |