Firefox.download.recipe 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>Description</key>
  6. <string>Download recipe for Firefox. Finds and downloads a Firefox release.
  7. Some useful values for RELEASE are: 'latest', 'esr-latest', 'beta-latest'.
  8. LOCALE controls the language localization to be downloded.
  9. Examples include 'en-US', 'de', 'sv-SE', and 'zh-TW'
  10. See the following URLs for more info:
  11. http://ftp.mozilla.org/pub/firefox/releases/latest/README.txt
  12. http://ftp.mozilla.org/pub/firefox/releases/latest-esr/README.txt
  13. http://ftp.mozilla.org/pub/firefox/releases/latest-beta/README.txt</string>
  14. <key>Identifier</key>
  15. <string>de.md.download.firefox-rc-de</string>
  16. <key>Input</key>
  17. <dict>
  18. <key>RELEASE</key>
  19. <string>esr-latest</string>
  20. <key>LOCALE</key>
  21. <string>de</string>
  22. <key>NAME</key>
  23. <string>Firefox</string>
  24. <key>DISABLE_CODE_SIGNATURE_VERIFICATION</key>
  25. <false />
  26. </dict>
  27. <key>MinimumVersion</key>
  28. <string>0.4.1</string>
  29. <key>Process</key>
  30. <array>
  31. <dict>
  32. <key>Arguments</key>
  33. <dict>
  34. <key>product_name</key>
  35. <string>firefox</string>
  36. <key>release</key>
  37. <string>%RELEASE%</string>
  38. <key>locale</key>
  39. <string>%LOCALE%</string>
  40. </dict>
  41. <key>Processor</key>
  42. <string>MozillaURLProvider</string>
  43. </dict>
  44. <dict>
  45. <key>Arguments</key>
  46. <dict>
  47. <key>filename</key>
  48. <string>%NAME%.dmg</string>
  49. </dict>
  50. <key>Processor</key>
  51. <string>URLDownloader</string>
  52. </dict>
  53. <dict>
  54. <key>Processor</key>
  55. <string>EndOfCheckPhase</string>
  56. </dict>
  57. <dict>
  58. <key>Processor</key>
  59. <string>CodeSignatureVerifier</string>
  60. <key>Arguments</key>
  61. <dict>
  62. <key>input_path</key>
  63. <string>%pathname%/Firefox.app</string>
  64. <key>requirement</key>
  65. <string>anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = "43AQ936H96"</string>
  66. </dict>
  67. </dict>
  68. </array>
  69. </dict>
  70. </plist>