Skip to content

Preset 1 - Deployment

Traditional sidebar layout with icon, progress bar, and item list. Best for standard application installations.

image
{
"highlightColor" : "#007AFF",
"icon" : "SF=arrow.down.app.fill",
"items" : [
{
"displayName" : "Safari",
"icon" : "/Applications/Safari.app",
"id" : "safari",
"paths" : [
"/Applications/Safari.app"
],
"showBundleInfo" : "all"
},
{
"displayName" : "Calculator",
"icon" : "/System/Applications/Calculator.app",
"id" : "calculator",
"paths" : [
"/System/Applications/Calculator.app"
],
"showBundleInfo" : "all"
},
{
"displayName" : "TextEdit",
"icon" : "/System/Applications/TextEdit.app",
"id" : "textedit",
"paths" : [
"/System/Applications/TextEdit.app"
],
"showBundleInfo" : "all"
}
],
"message" : "Installing applications...(example)",
"preset" : "1",
"title" : "App Deployment"
}