|
| 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>Downloads the latest version of Bruno and imports it into Munki. |
| 9 | + |
| 10 | +ARCH_TYPE=("arm64", "x64") |
| 11 | +SUPPORTED_ARCH=("arm64", "x86_64")</string> |
| 12 | + <key>Identifier</key> |
| 13 | + <string>com.github.n8felton.munki.Bruno</string> |
| 14 | + <key>Input</key> |
| 15 | + <dict> |
| 16 | + <key>ARCH_TYPE</key> |
| 17 | + <string>arm64</string> |
| 18 | + <key>MUNKI_REPO_SUBDIR</key> |
| 19 | + <string>apps/%NAME%</string> |
| 20 | + <key>NAME</key> |
| 21 | + <string>Bruno</string> |
| 22 | + <key>SUPPORTED_ARCH</key> |
| 23 | + <string>arm64</string> |
| 24 | + <key>pkginfo</key> |
| 25 | + <dict> |
| 26 | + <key>catalogs</key> |
| 27 | + <array> |
| 28 | + <string>testing</string> |
| 29 | + </array> |
| 30 | + <key>description</key> |
| 31 | + <string>Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)</string> |
| 32 | + <key>developer</key> |
| 33 | + <string>Anoop MD</string> |
| 34 | + <key>display_name</key> |
| 35 | + <string>Bruno</string> |
| 36 | + <key>name</key> |
| 37 | + <string>%NAME%</string> |
| 38 | + <key>supported_architectures</key> |
| 39 | + <array> |
| 40 | + <string>%SUPPORTED_ARCH%</string> |
| 41 | + </array> |
| 42 | + <key>unattended_install</key> |
| 43 | + <true/> |
| 44 | + </dict> |
| 45 | + </dict> |
| 46 | + <key>MinimumVersion</key> |
| 47 | + <string>2.3</string> |
| 48 | + <key>ParentRecipe</key> |
| 49 | + <string>com.github.n8felton.download.Bruno</string> |
| 50 | + <key>Process</key> |
| 51 | + <array> |
| 52 | + <dict> |
| 53 | + <key>Arguments</key> |
| 54 | + <dict> |
| 55 | + <key>pkg_path</key> |
| 56 | + <string>%pathname%</string> |
| 57 | + <key>repo_subdirectory</key> |
| 58 | + <string>%MUNKI_REPO_SUBDIR%</string> |
| 59 | + </dict> |
| 60 | + <key>Processor</key> |
| 61 | + <string>MunkiImporter</string> |
| 62 | + </dict> |
| 63 | + </array> |
| 64 | +</dict> |
| 65 | +</plist> |
0 commit comments