Browse Source

Add in the key CFBundleIdentifier required by XCode 2.x and beyond.

svn:r6491
Andrew Lewman 19 years ago
parent
commit
8c49a46eee

+ 2 - 0
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>

+ 2 - 0
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>

+ 2 - 0
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>