TorBundleInfo.plist.in 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleName</key>
  6. <string>Tor Bundle</string>
  7. <key>CFBundleGetInfoString</key>
  8. <string>Tor Bundle @VERSION@</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>net.freehaven.torbundle</string>
  11. <key>CFBundleSortVersionString</key>
  12. <string>@VERSION@</string>
  13. <key>IFPkgFlagComponentDirectory</key>
  14. <string>../.contained_packages</string>
  15. <key>IFRequirementDicts</key>
  16. <array>
  17. <dict>
  18. <key>SpecType</key>
  19. <string>plist</string>
  20. <key>SpecArgument</key>
  21. <string>/System/Library/CoreServices/SystemVersion.plist</string>
  22. <key>SpecProperty</key>
  23. <string>ProductVersion</string>
  24. <key>TestOperator</key>
  25. <string>&gt;=</string>
  26. <key>TestObject</key>
  27. <string>OSVER</string>
  28. </dict>
  29. </array>
  30. <key>IFPkgFlagPackageList</key>
  31. <array>
  32. <dict>
  33. <key>IFPkgFlagPackageLocation</key>
  34. <string>Tor.pkg</string>
  35. <key>IFPkgFlagPackageSelection</key>
  36. <string>required</string>
  37. </dict>
  38. <dict>
  39. <key>IFPkgFlagPackageLocation</key>
  40. <string>Privoxy.pkg</string>
  41. <key>IFPkgFlagPackageSelection</key>
  42. <string>selected</string>
  43. </dict>
  44. <dict>
  45. <key>IFPkgFlagPackageLocation</key>
  46. <string>privoxyconf.pkg</string>
  47. <key>IFPkgFlagPackageSelection</key>
  48. <string>selected</string>
  49. </dict>
  50. <dict>
  51. <key>IFPkgFlagPackageLocation</key>
  52. <string>torstartup.pkg</string>
  53. <key>IFPkgFlagPackageSelection</key>
  54. <string>selected</string>
  55. </dict>
  56. </array>
  57. <key>IFPkgFormatVersion</key>
  58. <real>0.10000000149011612</real>
  59. </dict>
  60. </plist>