ONLYOFFICE.download.recipe 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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>Comment</key>
  6. <string>Created with Recipe Robot v2.0.0 (https://github.com/homebysix/recipe-robot)</string>
  7. <key>Description</key>
  8. <string>Downloads the latest version of ONLYOFFICE.</string>
  9. <key>Identifier</key>
  10. <string>com.github.solutiogruppen.download.ONLYOFFICE</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>NAME</key>
  14. <string>ONLYOFFICE</string>
  15. </dict>
  16. <key>MinimumVersion</key>
  17. <string>1.0.0</string>
  18. <key>Process</key>
  19. <array>
  20. <dict>
  21. <key>Arguments</key>
  22. <dict>
  23. <key>appcast_url</key>
  24. <string>http://download.onlyoffice.com/install/desktop/editors/mac/onlyoffice.xml</string>
  25. </dict>
  26. <key>Processor</key>
  27. <string>SparkleUpdateInfoProvider</string>
  28. </dict>
  29. <dict>
  30. <key>Arguments</key>
  31. <dict>
  32. <key>filename</key>
  33. <string>%NAME%-%version%.zip</string>
  34. </dict>
  35. <key>Processor</key>
  36. <string>URLDownloader</string>
  37. </dict>
  38. <dict>
  39. <key>Processor</key>
  40. <string>EndOfCheckPhase</string>
  41. </dict>
  42. <dict>
  43. <key>Arguments</key>
  44. <dict>
  45. <key>input_path</key>
  46. <string>%pathname%/ONLYOFFICE.app</string>
  47. <key>requirement</key>
  48. <string>anchor apple generic and identifier "asc.onlyoffice.ONLYOFFICE" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or 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] = "2WH24U26GJ")</string>
  49. </dict>
  50. <key>Processor</key>
  51. <string>CodeSignatureVerifier</string>
  52. </dict>
  53. </array>
  54. </dict>
  55. </plist>