summaryrefslogtreecommitdiff
path: root/trunk/contrib/osx
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-05-24 05:01:29 +0000
committerAndrew Lewman <andrew@torproject.org>2006-05-24 05:01:29 +0000
commitd6901982981257a1c22173d24e98a3a51da4c307 (patch)
tree2b87f9851916de15a14b2df7088ad56c004e0d99 /trunk/contrib/osx
parentea6edf2adffa1fe2998c11621ea1fc041fb9cc75 (diff)
downloadtor-d6901982981257a1c22173d24e98a3a51da4c307.tar.gz
tor-d6901982981257a1c22173d24e98a3a51da4c307.zip
Add in the key CFBundleIdentifier required by XCode 2.x and beyond.
svn:r6491
Diffstat (limited to 'trunk/contrib/osx')
-rw-r--r--trunk/contrib/osx/PrivoxyConfInfo.plist2
-rw-r--r--trunk/contrib/osx/TorInfo.plist.in2
-rw-r--r--trunk/contrib/osx/TorStartupInfo.plist2
3 files changed, 6 insertions, 0 deletions
diff --git a/trunk/contrib/osx/PrivoxyConfInfo.plist b/trunk/contrib/osx/PrivoxyConfInfo.plist
index 7294d89605..2e8738c788 100644
--- a/trunk/contrib/osx/PrivoxyConfInfo.plist
+++ b/trunk/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/trunk/contrib/osx/TorInfo.plist.in b/trunk/contrib/osx/TorInfo.plist.in
index e9ef586669..1918a5e6bc 100644
--- a/trunk/contrib/osx/TorInfo.plist.in
+++ b/trunk/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/trunk/contrib/osx/TorStartupInfo.plist b/trunk/contrib/osx/TorStartupInfo.plist
index 593f6f975c..838390dd8d 100644
--- a/trunk/contrib/osx/TorStartupInfo.plist
+++ b/trunk/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>