-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSampleProfile.mobileconfig
85 lines (85 loc) · 2.86 KB
/
SampleProfile.mobileconfig
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?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>PayloadIdentifier</key>
<string>cz.macadmin.9B9993F4-43B3-4544-87B9-E6737367AB2D</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>9B9993F4-43B3-4544-87B9-E6737367AB2D</string>
<key>PayloadOrganization</key>
<string>MacAdmin.cz</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>InstallApplications Settings</string>
<key>PayloadDescription</key>
<string>InstallApplications Settings</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>cz.macadmin.9B9993F4-43B3-4544-87B9-E6737367AB2D.customsettings.5E270C39-FC69-4921-B3D6-ADDF5F0BFFA8</string>
<key>PayloadUUID</key>
<string>5E270C39-FC69-4921-B3D6-ADDF5F0BFFA8</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadDisplayName</key>
<string>Custom: (cz.macadmin.iasd)</string>
<key>PayloadContent</key>
<dict>
<key>cz.macadmin.iasd</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<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>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>