浏览代码

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

svn:r6491
Andrew Lewman 19 年之前
父节点
当前提交
8c49a46eee
共有 3 个文件被更改,包括 6 次插入0 次删除
  1. 2 0
      contrib/osx/PrivoxyConfInfo.plist
  2. 2 0
      contrib/osx/TorInfo.plist.in
  3. 2 0
      contrib/osx/TorStartupInfo.plist

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