Nextcloud.install.recipe 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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.2.0 (https://github.com/homebysix/recipe-robot)</string>
  7. <key>Description</key>
  8. <string>Installs the latest version of Nextcloud.</string>
  9. <key>Identifier</key>
  10. <string>com.github.solutiogruppen.install.Nextcloud</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>NAME</key>
  14. <string>Nextcloud</string>
  15. </dict>
  16. <key>MinimumVersion</key>
  17. <string>1.0.0</string>
  18. <key>ParentRecipe</key>
  19. <string>com.github.solutiogruppen.download.Nextcloud</string>
  20. <key>Process</key>
  21. <array>
  22. <dict>
  23. <key>Arguments</key>
  24. <dict>
  25. <key>dmg_path</key>
  26. <string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string>
  27. <key>dmg_root</key>
  28. <string>%RECIPE_CACHE_DIR%/%NAME%</string>
  29. </dict>
  30. <key>Processor</key>
  31. <string>DmgCreator</string>
  32. </dict>
  33. <dict>
  34. <key>Arguments</key>
  35. <dict>
  36. <key>dmg_path</key>
  37. <string>%dmg_path%</string>
  38. <key>items_to_copy</key>
  39. <array>
  40. <dict>
  41. <key>destination_path</key>
  42. <string>/Applications</string>
  43. <key>source_item</key>
  44. <string>var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-16016-install/arm/Nextcloud.app</string>
  45. </dict>
  46. </array>
  47. </dict>
  48. <key>Processor</key>
  49. <string>InstallFromDMG</string>
  50. </dict>
  51. </array>
  52. </dict>
  53. </plist>