-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSampleOptions.plist
36 lines (36 loc) · 1.08 KB
/
SampleOptions.plist
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
<?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>DEPNotifyEnable</key>
<false/>
<key>DryRun</key>
<false/>
<key>HTTPAuthUser</key>
<string>user</string>
<key>HTTPAuthPassword</key>
<string>password</string>
<key>HashCheckPolicy</key>
<string>Strict</string>
<key>InstallPath</key>
<string>/Library/installapplications</string>
<key>Identifier</key>
<string>cz.macadmin.ias</string>
<key>JSONURL</key>
<string>http://127.0.0.1:8080/installapplications-testing.json</string>
<key>LaunchDaemonIdentifier</key>
<string>cz.macadmin.iasd</string>
<key>LaunchAgentIdentifier</key>
<string>cz.macadmin.iasagent</string>
<key>MinDownloadConcurrency</key>
<integer>1</integer>
<key>MaxDownloadConcurrency</key>
<integer>4</integer>
<key>MaximumRedownloads</key>
<integer>3</integer>
<key>Reboot</key>
<false/>
<key>SkipJSONValidation</key>
<false/>
</dict>
</plist>