-
Notifications
You must be signed in to change notification settings - Fork 0
/
DaVinciResolveLite.munki.recipe
32 lines (32 loc) · 1.38 KB
/
DaVinciResolveLite.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
<?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.DaVinciResolveLite</string>
<key>Input</key>
<dict>
<key>MUNKI_REPO_SUBDIR</key>
<string>autopkg/apps/davinciresolvelite</string>
<key>NAME</key>
<string>DaVinciResolveLite</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>description</key>
<string>DaVinci color correctors have been the standard in post production since 1984. There are thousands of colorists worldwide who understand the performance, quality and workflow of DaVinci. DaVinci is the name behind more feature films, television commercials, documentaries, television production and music videos than any other grading system. When you’re in a room full of demanding clients with conflicting ideas, colorists know that only DaVinci has the quality, real time performance, creative features and powerful control panel you need to work fast!</string>
<key>display_name</key>
<string>DaVinci Resolve Lite</string>
<key>minimum_os_version</key>
<string>10.6.7</string>
<key>name</key>
<string>%NAME%</string>
</dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.timsutton.munki.davinciresolvelite</string>
</dict>
</plist>