Files
apple_device-management/examples/mdm/profiles/com.apple.cellular/example1.plist
T
2026-06-12 16:19:29 -04:00

34 lines
1.1 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>AttachAPN</key>
<dict>
<key>Name</key>
<string>example.com</string>
</dict>
<key>PayloadIdentifier</key>
<string>com.example.mycellularnetworkpayload</string>
<key>PayloadType</key>
<string>com.apple.cellular</string>
<key>PayloadUUID</key>
<string>5a024a67-119f-4b38-8648-4c28a054ec5f</string>
<key>PayloadVersion</key>
<real>1</real>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Cellular</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>07eeff13-902a-408b-9bec-2228b86f944f</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>