Skip to content

Commit

Permalink
Rebuild index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 24, 2024
1 parent f82ec7a commit ba98523
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 @@ -119477,6 +119477,48 @@
"munki_display_name": null,
"munki_description": "The PLTW Kite Student Portal allows students to complete the Project Lead the Way (PLTW) Course Assessments. PLTW assessments are standardized tests given during and at the completion of a PLTW course. The test measures a student\u2019s progress and learning achievement in the course."
},
"com.github.macprince.install.CodeEdit": {
"name": "CodeEdit",
"description": "Installs the latest version of CodeEdit.",
"repo": "autopkg/macprince-recipes",
"path": "Austin Condiff/CodeEdit.install.recipe",
"parent": "com.github.macprince.download.CodeEdit",
"shortname": "CodeEdit.install",
"inferred_type": "install"
},
"com.github.macprince.pkg.CodeEdit": {
"name": "CodeEdit",
"description": "Downloads the latest version of CodeEdit and creates a package.",
"repo": "autopkg/macprince-recipes",
"path": "Austin Condiff/CodeEdit.pkg.recipe",
"parent": "com.github.macprince.download.CodeEdit",
"shortname": "CodeEdit.pkg",
"inferred_type": "pkg"
},
"com.github.macprince.munki.CodeEdit": {
"name": "CodeEdit",
"description": "Downloads the latest version of CodeEdit and imports it into Munki.",
"repo": "autopkg/macprince-recipes",
"path": "Austin Condiff/CodeEdit.munki.recipe",
"parent": "com.github.macprince.download.CodeEdit",
"shortname": "CodeEdit.munki",
"inferred_type": "munki",
"munki_display_name": "CodeEdit",
"munki_description": "CodeEdit App for macOS \u2013 Elevate your code editing experience. Open source, free forever."
},
"com.github.macprince.download.CodeEdit": {
"name": "CodeEdit",
"description": "Downloads the latest version of CodeEdit.",
"repo": "autopkg/macprince-recipes",
"path": "Austin Condiff/CodeEdit.download.recipe",
"shortname": "CodeEdit.download",
"inferred_type": "download",
"children": [
"com.github.macprince.install.CodeEdit",
"com.github.macprince.pkg.CodeEdit",
"com.github.macprince.munki.CodeEdit"
]
},
"com.github.macprince.install.LingonX": {
"name": "LingonX",
"description": "Installs the latest version of Lingon X.",
Expand Down Expand Up @@ -171980,6 +172022,18 @@
"PLTWKiteStudentPortal.munki": [
"com.github.macprince.munki.PLTWKiteStudentPortal"
],
"CodeEdit.install": [
"com.github.macprince.install.CodeEdit"
],
"CodeEdit.pkg": [
"com.github.macprince.pkg.CodeEdit"
],
"CodeEdit.munki": [
"com.github.macprince.munki.CodeEdit"
],
"CodeEdit.download": [
"com.github.macprince.download.CodeEdit"
],
"MerlynOrigin.install": [
"com.github.macprince.install.MerlynOrigin"
],
Expand Down

0 comments on commit ba98523

Please sign in to comment.