-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcom.github.krypted.precache.plist
More file actions
35 lines (33 loc) · 1 KB
/
com.github.krypted.precache.plist
File metadata and controls
35 lines (33 loc) · 1 KB
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
<?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>Label</key>
<string>com.github.krypted.precache</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/python</string>
<string>/usr/local/bin/precache.py</string>
<string>-m</string>
<string>iPhone8,2</string>
<string>iPad6,7</string>
<string>Pages</string>
<string>OSXUpdCombo10.11.6</string>
<string>--cache-group</string>
<string>updates</string>
<string>installer</string>
</array>
<key>StartCalendarInterval</key>
<!-- Weekdays are 1 - 5; Sunday is 0 and 7 -->
<array>
<dict>
<key>Weekday</key>
<integer>3</integer>
<key>Hour</key>
<integer>19</integer>
<key>Minute</key>
<integer>00</integer>
</dict>
</array>
</dict>
</plist>