-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDisable Gatekeeper - Sequoia.mobileconfig
43 lines (43 loc) · 1.31 KB
/
Disable Gatekeeper - Sequoia.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
<?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>EnableAssessment</key>
<false/>
<key>PayloadDescription</key>
<string>Disables Gatekeeper</string>
<key>PayloadDisplayName</key>
<string>Disable Gatekeeper</string>
<key>PayloadIdentifier</key>
<string>com.universohackintosh.gatekeeper</string>
<key>PayloadOrganization</key>
<string>Universo Hackintosh</string>
<key>PayloadType</key>
<string>com.apple.systempolicy.control</string>
<key>PayloadUUID</key>
<string>438E1339-2E81-445E-858F-7DED132B1C49</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Disables Gatekeeper</string>
<key>PayloadDisplayName</key>
<string>Disable Gatekeeper</string>
<key>PayloadIdentifier</key>
<string>com.universohackintosh.gatekeeper</string>
<key>PayloadOrganization</key>
<string>Universo Hackintosh</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>E7D0DAF9-9155-423C-AA88-0D48509C2447</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>