mirror of
https://github.com/apple/device-management.git
synced 2026-08-13 20:10:19 +02:00
31 lines
1.0 KiB
Plaintext
31 lines
1.0 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>stickyKey</key>
|
|
<true/>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.myaccessibilitypayload</string>
|
|
<key>PayloadType</key>
|
|
<string>com.apple.universalaccess</string>
|
|
<key>PayloadUUID</key>
|
|
<string>bff2939d-cb4c-4f6d-8521-e26bc7c03e96</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</array>
|
|
<key>PayloadDisplayName</key>
|
|
<string>Accessibility</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.myprofile</string>
|
|
<key>PayloadType</key>
|
|
<string>Configuration</string>
|
|
<key>PayloadUUID</key>
|
|
<string>e7b55cc7-0d94-4045-8868-dcc1b1c58159</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</plist> |