mirror of
https://github.com/apple/device-management.git
synced 2026-08-13 20:10:19 +02:00
33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
<?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>Priority</key>
|
|
<real>101</real>
|
|
<key>Requirement</key>
|
|
<string>anchor apple generic and identifier "com.example.myapp" and (certificate leaf[field.9.8.765.432109.876.5.4.3] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.9.8.765.432109.876.5.4.3] /* exists */ and certificate leaf[subject.OU] = "ABCDE12345")</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.mysystempolicyrulepayload</string>
|
|
<key>PayloadType</key>
|
|
<string>com.apple.systempolicy.rule</string>
|
|
<key>PayloadUUID</key>
|
|
<string>624b5152-a1cd-4bac-baa3-51fbb1f04973</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</array>
|
|
<key>PayloadDisplayName</key>
|
|
<string>System Policy Rule</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.myprofile</string>
|
|
<key>PayloadType</key>
|
|
<string>Configuration</string>
|
|
<key>PayloadUUID</key>
|
|
<string>7fa54f02-e6e1-4042-bb75-a2a4d962ac6d</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</plist> |