Firefox.install.recipe 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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.3.1 (https://github.com/homebysix/recipe-robot)</string>
  7. <key>Description</key>
  8. <string>Installs the latest version of Firefox.</string>
  9. <key>Identifier</key>
  10. <string>com.github.solutiogruppen.install.Firefox</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>NAME</key>
  14. <string>Firefox</string>
  15. </dict>
  16. <key>MinimumVersion</key>
  17. <string>2.3</string>
  18. <key>ParentRecipe</key>
  19. <string>com.github.solutiogruppen.download.Firefox</string>
  20. <key>Process</key>
  21. <array>
  22. <dict>
  23. <key>Arguments</key>
  24. <dict>
  25. <key>dmg_path</key>
  26. <string>%pathname%</string>
  27. <key>items_to_copy</key>
  28. <array>
  29. <dict>
  30. <key>destination_path</key>
  31. <string>/Applications</string>
  32. <key>source_item</key>
  33. <string>Firefox.app</string>
  34. </dict>
  35. </array>
  36. </dict>
  37. <key>Processor</key>
  38. <string>InstallFromDMG</string>
  39. </dict>
  40. </array>
  41. </dict>
  42. </plist>