FirefoxSignedPkg.munki.recipe 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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>Identifier</key>
  6. <string>local.munki.FirefoxSignedPkg</string>
  7. <key>Input</key>
  8. <dict>
  9. <key>LATEST_RELEASE</key>
  10. <string>LATEST_FIREFOX_VERSION</string>
  11. <key>LOCALE</key>
  12. <string>de</string>
  13. <key>MUNKI_REPO_SUBDIR</key>
  14. <string>apps/firefox</string>
  15. <key>NAME</key>
  16. <string>Firefox</string>
  17. <key>pkginfo</key>
  18. <dict>
  19. <key>blocking_applications</key>
  20. <array>
  21. <string>Firefox.app</string>
  22. </array>
  23. <key>catalogs</key>
  24. <array>
  25. <string>prod</string>
  26. </array>
  27. <key>category</key>
  28. <string>Internettools</string>
  29. <key>description</key>
  30. <string>Mozilla Firefox ist ein kostenloser Webbrowser</string>
  31. <key>display_name</key>
  32. <string>Mozilla Firefox</string>
  33. <key>minimum_os_version</key>
  34. <string>10.9</string>
  35. <key>name</key>
  36. <string>%NAME%</string>
  37. <key>unattended_install</key>
  38. <true/>
  39. </dict>
  40. </dict>
  41. <key>ParentRecipe</key>
  42. <string>com.github.autopkg.munki.FirefoxSignedPkg</string>
  43. <key>ParentRecipeTrustInfo</key>
  44. <dict>
  45. <key>non_core_processors</key>
  46. <dict/>
  47. <key>parent_recipes</key>
  48. <dict>
  49. <key>com.github.autopkg.download.FirefoxSignedPkg</key>
  50. <dict>
  51. <key>git_hash</key>
  52. <string>b8ebd97b7fc92cc4a9dc382ccc2ff8090c1b8f21</string>
  53. <key>path</key>
  54. <string>/Users/Shared/GitRepos/com.github.autopkg.recipes/Mozilla/FirefoxSignedPkg.download.recipe</string>
  55. <key>sha256_hash</key>
  56. <string>63a854b014f941e7c6a24714eab91310ca0d40b91ab33e609724f24e918be53f</string>
  57. </dict>
  58. <key>com.github.autopkg.munki.FirefoxSignedPkg</key>
  59. <dict>
  60. <key>git_hash</key>
  61. <string>b8ebd97b7fc92cc4a9dc382ccc2ff8090c1b8f21</string>
  62. <key>path</key>
  63. <string>/Users/Shared/GitRepos/com.github.autopkg.recipes/Mozilla/FirefoxSignedPkg.munki.recipe</string>
  64. <key>sha256_hash</key>
  65. <string>3bd2182198bf27c35b13ba84e4bf2dd551045e1eeee682270a5b28d976669985</string>
  66. </dict>
  67. </dict>
  68. </dict>
  69. </dict>
  70. </plist>