This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
SetupAssistant.mobileconfig
63 lines (63 loc) · 1.72 KB
/
SetupAssistant.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
<?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>PayloadContent</key>
<array>
<dict>
<key>PayloadContent</key>
<dict>
<key>com.apple.SetupAssistant</key>
<dict>
<key>Set-Once</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>DidSeeCloudSetup</key>
<true/>
<key>DidSeeSiriSetup</key>
<true/>
<key>LastSeenBuddyBuildVersion</key>
<string>14D136</string>
<key>LastSeenCloudProductVersion</key>
<string>10.10.3</string>
<key>RunNonInteractive</key>
<true/>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadDisplayName</key>
<string>Custom: (com.apple.SetupAssistant)</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>org.company.profile.setupassistant</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>C823FDE7-0EFB-485A-B9EB-35069450556D</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Setup Assistant</string>
<key>PayloadIdentifier</key>
<string>org.company.profile.setupassistant</string>
<key>PayloadOrganization</key>
<string>Your Organization</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>D06A8CF8-4C1C-452B-A48D-97871AF5ECEF</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>