-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBetterTouchTool.munki.recipe
38 lines (38 loc) · 1.36 KB
/
BetterTouchTool.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
<?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.grahamgilbert.BetterTouchTool.munki</string>
<key>Input</key>
<dict>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps/BetterTouchTool</string>
<key>NAME</key>
<string>BetterTouchTool</string>
<key>SPARKLE_FEED_URL</key>
<string>http://appcast.boastr.net</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>category</key>
<string>Utilities</string>
<key>description</key>
<string>BetterTouchTool is a great, feature packed FREE app that allows you to configure many gestures for your Magic Mouse, Macbook Trackpad and Magic Trackpad. It also allows you to configure actions for keyboard shortcuts, normal mice and the Apple Remote. In addition to this it has an iOS companion App (BTT Remote) which can also be configured to control your Mac the way you want.</string>
<key>developer</key>
<string>Andreas Hegenberg</string>
<key>display_name</key>
<string>BetterTouchTool</string>
<key>name</key>
<string>%NAME%</string>
<key>unattended_install</key>
<true/>
</dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.derak.munki.BetterTouchTool</string>
</dict>
</plist>