-
Notifications
You must be signed in to change notification settings - Fork 0
/
CitrixReceiver.munki.recipe
47 lines (47 loc) · 1.91 KB
/
CitrixReceiver.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
<?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>local.munki.CitrixReceiver</string>
<key>Input</key>
<dict>
<key>DOWNLOAD_URL</key>
<string>http://downloadplugins.citrix.com.edgesuite.net/Mac/CitrixReceiverWeb.dmg</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>autopkg/apps/citrix</string>
<key>NAME</key>
<string>CitrixReceiver</string>
<key>pkginfo</key>
<dict>
<key>blocking_applications</key>
<array>
<string>Citrix Receiver</string>
<string>Citrix Viewer</string>
</array>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>description</key>
<string>Citrix Receiver is an easy-to-install client software that lets you access enterprise data, applications and desktops from any computing device including smartphones, tablets and PCs. Workers today typically use multiple computing devices and crave a consistent computing experience across all of them. Organizations everywhere are struggling to cope with the rapid proliferation of these devices and give users the mobile, high-definition experience they demand. Working in tandem with a Citrix-enabled IT infrastructure, Citrix Receiver gives workers consistent, secure, high-performance access from any device without introducing layers of management complexity for IT.</string>
<key>display_name</key>
<string>Citrix Receiver</string>
<key>category</key>
<string>Fjärrskrivbord</string>
<key>developer</key>
<string>Citrix</string>
<key>minimum_os_version</key>
<string>10.6</string>
<key>name</key>
<string>%NAME%</string>
<key>unattended_install</key>
<true/>
<key>unattended_uninstall</key>
<true/>
</dict>
</dict>
<key>ParentRecipe</key>
<string>io.github.hjuutilainen.munki.CitrixReceiver</string>
</dict>
</plist>