-
Notifications
You must be signed in to change notification settings - Fork 23
/
AppStoreAdmin.mobileconfig
45 lines (45 loc) · 1.27 KB
/
AppStoreAdmin.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
<?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>org.sacredsf.profile.appstore</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>a3f3dc40-1fde-0131-31d5-000c2944c108</string>
<key>PayloadOrganization</key>
<string>SSH SF</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>AppStoreAdmin</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.appstore</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>org.sacredsf.profile.appstore</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadUUID</key>
<string>38057e66-080d-400b-0501-cdbce9cee0d0</string>
<key>PayloadDisplayName</key>
<string>App Store</string>
<key>restrict-store-softwareupdate-only</key>
<true/>
<key>restrict-store-disable-app-adoption</key>
<true/>
<key>restrict-store-require-admin-to-install</key>
<true/>
</dict>
</array>
</dict>
</plist>