-
Notifications
You must be signed in to change notification settings - Fork 450
/
Copy pathapps.json
131 lines (131 loc) · 5.02 KB
/
apps.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[
{
"identifier": "1password",
"bundle_identifier": "com.1password.1password",
"installer_format": "zip:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.1password.1password';"
},
{
"identifier": "adobe-acrobat-reader",
"bundle_identifier": "com.adobe.Reader",
"installer_format": "dmg:pkg",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.adobe.Reader';"
},
{
"identifier": "box-drive",
"bundle_identifier": "com.box.desktop",
"installer_format": "pkg",
"pre_uninstall_scripts": [
"(cd /Users/$LOGGED_IN_USER; sudo -u $LOGGED_IN_USER fileproviderctl domain remove -A com.box.desktop.boxfileprovider)",
"(cd /Users/$LOGGED_IN_USER; sudo -u $LOGGED_IN_USER /Applications/Box.app/Contents/MacOS/fpe/streem --remove-fpe-domain-and-archive-unsynced-content Box)",
"(cd /Users/$LOGGED_IN_USER; sudo -u $LOGGED_IN_USER /Applications/Box.app/Contents/MacOS/fpe/streem --remove-fpe-domain-and-preserve-unsynced-content Box)",
"(cd /Users/$LOGGED_IN_USER; defaults delete com.box.desktop)",
"echo \"${LOGGED_IN_USER} ALL = (root) NOPASSWD: /Library/Application\\ Support/Box/uninstall_box_drive_r\" >> /etc/sudoers.d/box_uninstall"
],
"post_uninstall_scripts": ["rm /etc/sudoers.d/box_uninstall"],
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.box.desktop';"
},
{
"identifier": "brave-browser",
"bundle_identifier": "com.brave.Browser",
"installer_format": "dmg:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser';"
},
{
"identifier": "cloudflare-warp",
"bundle_identifier": "com.cloudflare.1dot1dot1dot1.macos",
"installer_format": "pkg",
"post_uninstall_scripts": ["/Applications/Cloudflare\\ WARP.app/Contents/Resources/uninstall.sh"],
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.cloudflare.1dot1dot1dot1.macos';"
},
{
"identifier": "docker",
"bundle_identifier": "com.docker.docker",
"installer_format": "dmg:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.docker.docker';"
},
{
"identifier": "figma",
"bundle_identifier": "com.figma.Desktop",
"installer_format": "zip:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.figma.Desktop';"
},
{
"identifier": "firefox",
"bundle_identifier": "org.mozilla.firefox",
"installer_format": "dmg:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.firefox';"
},
{
"identifier": "google-chrome",
"bundle_identifier": "com.google.Chrome",
"installer_format": "dmg:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.google.Chrome';"
},
{
"identifier": "microsoft-edge",
"bundle_identifier": "com.microsoft.edgemac",
"installer_format": "pkg",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.edgemac';"
},
{
"identifier": "microsoft-excel",
"bundle_identifier": "com.microsoft.Excel",
"installer_format": "pkg",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Excel';"
},
{
"identifier": "microsoft-teams",
"bundle_identifier": "com.microsoft.teams2",
"installer_format": "pkg",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.teams2';"
},
{
"identifier": "microsoft-word",
"bundle_identifier": "com.microsoft.Word",
"installer_format": "pkg",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.Word';"
},
{
"identifier": "notion",
"bundle_identifier": "notion.id",
"installer_format": "dmg:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'notion.id';"
},
{
"identifier": "postman",
"bundle_identifier": "com.postmanlabs.mac",
"installer_format": "zip:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.postmanlabs.mac';"
},
{
"identifier": "slack",
"bundle_identifier": "com.tinyspeck.slackmacgap",
"installer_format": "dmg:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.tinyspeck.slackmacgap';"
},
{
"identifier": "teamviewer",
"bundle_identifier": "com.teamviewer.TeamViewer",
"installer_format": "pkg",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.teamviewer.TeamViewer';"
},
{
"identifier": "visual-studio-code",
"bundle_identifier": "com.microsoft.VSCode",
"installer_format": "zip:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.microsoft.VSCode';"
},
{
"identifier": "whatsapp",
"bundle_identifier": "net.whatsapp.WhatsApp",
"installer_format": "zip:app",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'net.whatsapp.WhatsApp';"
},
{
"identifier": "zoom-for-it-admins",
"bundle_identifier": "us.zoom.xos",
"installer_format": "pkg",
"automatic_policy_query": "SELECT 1 FROM apps WHERE bundle_identifier = 'us.zoom.xos';"
}
]