ONLYOFFICE.download.recipe 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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 v1.2.1 (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. <key>SPARKLE_FEED_URL</key>
  16. <string>http://download.onlyoffice.com/install/desktop/editors/mac/onlyoffice.xml</string>
  17. </dict>
  18. <key>MinimumVersion</key>
  19. <string>1.0.0</string>
  20. <key>Process</key>
  21. <array>
  22. <dict>
  23. <key>Arguments</key>
  24. <dict>
  25. <key>appcast_url</key>
  26. <string>%SPARKLE_FEED_URL%</string>
  27. </dict>
  28. <key>Processor</key>
  29. <string>SparkleUpdateInfoProvider</string>
  30. </dict>
  31. <dict>
  32. <key>Arguments</key>
  33. <dict>
  34. <key>filename</key>
  35. <string>%NAME%-%version%.zip</string>
  36. </dict>
  37. <key>Processor</key>
  38. <string>URLDownloader</string>
  39. </dict>
  40. <dict>
  41. <key>Processor</key>
  42. <string>EndOfCheckPhase</string>
  43. </dict>
  44. <dict>
  45. <key>Arguments</key>
  46. <dict>
  47. <key>input_path</key>
  48. <string>%pathname%/%NAME%.app</string>
  49. <key>requirement</key>
  50. <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>
  51. </dict>
  52. <dict>
  53. <key>dmg_path</key>
  54. <string>%pathname%</string>
  55. </dict>
  56. <key>Processor</key>
  57. <string>CodeSignatureVerifier</string>
  58. <string>AppDmgVersioner</string>
  59. </dict>
  60. </array>
  61. </dict>
  62. </plist>