ONLYOFFICE.pkg.recipe 832 B

12345678910111213141516171819202122232425262728
  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 and creates a package.</string>
  9. <key>Identifier</key>
  10. <string>com.github.solutiogruppen.pkg.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>ParentRecipe</key>
  19. <string>com.github.solutiogruppen.download.ONLYOFFICE</string>
  20. <key>Process</key>
  21. <array>
  22. <dict>
  23. <key>Processor</key>
  24. <string>AppPkgCreator</string>
  25. </dict>
  26. </array>
  27. </dict>
  28. </plist>