-
Notifications
You must be signed in to change notification settings - Fork 3
/
MSExcel2016.munki.recipe
63 lines (63 loc) · 1.64 KB
/
MSExcel2016.munki.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
<?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>Identifier</key>
<string>com.xbstech.munki.MSExcel2016</string>
<key>Input</key>
<dict>
<key>CULTURE_CODE</key>
<string>0409</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps/Microsoft/Excel2016</string>
<key>MUNKI_UPDATE_NAME</key>
<string>Excel2016</string>
<key>NAME</key>
<string>Microsoft Excel</string>
<key>PKG_NAME</key>
<string>%NAME%_Update</string>
<key>VERSION</key>
<string>latest</string>
<key>display_name</key>
<string>Microsoft Excel for Mac</string>
<key>pkginfo</key>
<dict>
<key>blocking_applications</key>
<array>
<string>Microsoft Excel</string>
<string>Microsoft Error Reporting</string>
<string>Microsoft Auto Update</string>
</array>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>category</key>
<string>Productivity</string>
<key>developer</key>
<string>Microsoft</string>
<key>display_name</key>
<string>%display_name%</string>
<key>installs</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>com.microsoft.Excel</string>
<key>CFBundleName</key>
<string>Excel</string>
<key>path</key>
<string>/Applications/Microsoft Excel.app</string>
</dict>
</array>
<key>minimum_os_version</key>
<string>10.10.0</string>
<key>update_for</key>
<array>
<string>Office2016</string>
</array>
</dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.autopkg.munki.MSExcel2016</string>
</dict>
</plist>