-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdobeAir.munki.recipe
30 lines (30 loc) · 954 Bytes
/
AdobeAir.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
<dict>
<key>Identifier</key>
<string>local.munki.AdobeAir</string>
<key>Input</key>
<dict>
<key>MUNKI_REPO_SUBDIR</key>
<string>autopkg/apps/adobe/air</string>
<key>NAME</key>
<string>AdobeAIR</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>description</key>
<string>The Adobe AIR runtime enables developers to package the same code into native applications and games for Windows and Mac OS desktops as well as iOS and Android devices, reaching over a billion desktop systems and mobile app stores for over 500 million devices.</string>
<key>display_name</key>
<string>Adobe® Integrated Runtime</string>
<key>category</key>
<string>WebbPlugins</string>
<key>developer</key>
<string>Adobe</string>
<key>name</key>
<string>%NAME%</string>
</dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.autopkg.munki.AdobeAIR</string>
</dict>