Skip to content

Commit

Permalink
Rebuild index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 28, 2024
1 parent 068a4d9 commit 1d32145
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -120018,6 +120018,48 @@
"com.github.macprince.install.Teensyduino"
]
},
"com.github.macprince.install.WebCatalog": {
"name": "WebCatalog",
"description": "Installs the latest version of WebCatalog.",
"repo": "autopkg/macprince-recipes",
"path": "WebCatalog/WebCatalog.install.recipe",
"parent": "com.github.macprince.download.WebCatalog",
"shortname": "WebCatalog.install",
"inferred_type": "install"
},
"com.github.macprince.pkg.WebCatalog": {
"name": "WebCatalog",
"description": "Downloads the latest version of WebCatalog and creates a package.",
"repo": "autopkg/macprince-recipes",
"path": "WebCatalog/WebCatalog.pkg.recipe",
"parent": "com.github.macprince.download.WebCatalog",
"shortname": "WebCatalog.pkg",
"inferred_type": "pkg"
},
"com.github.macprince.munki.WebCatalog": {
"name": "WebCatalog",
"description": "Downloads the latest version of WebCatalog and imports it into Munki.",
"repo": "autopkg/macprince-recipes",
"path": "WebCatalog/WebCatalog.munki.recipe",
"parent": "com.github.macprince.download.WebCatalog",
"shortname": "WebCatalog.munki",
"inferred_type": "munki",
"munki_display_name": "WebCatalog",
"munki_description": "Turn any web apps into native-like Mac apps."
},
"com.github.macprince.download.WebCatalog": {
"name": "WebCatalog",
"description": "Downloads the latest version of WebCatalog.",
"repo": "autopkg/macprince-recipes",
"path": "WebCatalog/WebCatalog.download.recipe",
"shortname": "WebCatalog.download",
"inferred_type": "download",
"children": [
"com.github.macprince.install.WebCatalog",
"com.github.macprince.pkg.WebCatalog",
"com.github.macprince.munki.WebCatalog"
]
},
"com.github.macprince.download.KiteStudentPortal": {
"name": "Kite Student Portal",
"description": "Downloads the latest version of Kite Student Portal.",
Expand Down Expand Up @@ -174638,6 +174680,18 @@
"Teensyduino.download": [
"com.github.macprince.download.Teensyduino"
],
"WebCatalog.install": [
"com.github.macprince.install.WebCatalog"
],
"WebCatalog.pkg": [
"com.github.macprince.pkg.WebCatalog"
],
"WebCatalog.munki": [
"com.github.macprince.munki.WebCatalog"
],
"WebCatalog.download": [
"com.github.macprince.download.WebCatalog"
],
"KiteStudentPortal.download": [
"com.github.macprince.download.KiteStudentPortal",
"com.andrewzirkel.download.KiteStudentPortal"
Expand Down

0 comments on commit 1d32145

Please sign in to comment.