-
Notifications
You must be signed in to change notification settings - Fork 1
/
Zoom.intune.recipe
66 lines (66 loc) · 1.91 KB
/
Zoom.intune.recipe
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the current release version of Zoom and builds a package and imports it into Intune.</string>
<key>Identifier</key>
<string>com.github.almenscorner.intune.Zoom</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>Zoom</string>
<key>categories</key>
<array>
<string>Productivity</string>
</array>
<key>description</key>
<string>The Zoom app provides cloud-hosted video conferencing, plus online meetings and group messaging.</string>
<key>developer</key>
<string>Zoom Video Communications, Inc.</string>
<key>display_name</key>
<string>Zoom</string>
</dict>
<key>MinimumVersion</key>
<string>0.4.0</string>
<key>ParentRecipe</key>
<string>com.github.homebysix.pkg.Zoom</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>app_file</key>
<string>%RECIPE_CACHE_DIR%/Zoom/Applications/zoom.us.app</string>
<key>name</key>
<string>%NAME%</string>
</dict>
<key>Processor</key>
<string>com.github.almenscorner.intune-upload.processors/IntuneAppIconGetter</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>app_file</key>
<string>%flat_pkg_path%</string>
<key>bundleId</key>
<string>%BUNDLE_ID%</string>
<key>bundleVersion</key>
<string>%jamfversion%</string>
<key>description</key>
<string>%description%</string>
<key>displayname</key>
<string>%display_name%</string>
<key>icon</key>
<string>%icon_file_path%</string>
<key>publisher</key>
<string>%developer%</string>
<key>version</key>
<string>%jamfversion%</string>
</dict>
<key>Processor</key>
<string>com.github.almenscorner.intune-upload.processors/IntuneAppUploader</string>
</dict>
</array>
</dict>
</plist>