mirror of
https://github.com/apple/device-management.git
synced 2026-08-13 20:10:19 +02:00
52 lines
1.8 KiB
Plaintext
52 lines
1.8 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>New item</key>
|
|
<dict>
|
|
<key>PayloadContent</key>
|
|
<array>
|
|
<dict>
|
|
<key>AutoJoin</key>
|
|
<true/>
|
|
<key>CaptiveBypass</key>
|
|
<false/>
|
|
<key>DisableAssociationMACRandomization</key>
|
|
<false/>
|
|
<key>EncryptionType</key>
|
|
<string>WPA</string>
|
|
<key>HIDDEN_NETWORK</key>
|
|
<true/>
|
|
<key>IsHotspot</key>
|
|
<false/>
|
|
<key>Password</key>
|
|
<string>Password123</string>
|
|
<key>PayloadDisplayName</key>
|
|
<string>Wi-Fi</string>
|
|
<key>ProxyType</key>
|
|
<string>None</string>
|
|
<key>SSID_STR</key>
|
|
<string>Example</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.mywifipayload</string>
|
|
<key>PayloadType</key>
|
|
<string>com.apple.wifi.managed</string>
|
|
<key>PayloadUUID</key>
|
|
<string>94c487e0-d6f8-41e3-b66d-a89994e6919b</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</array>
|
|
<key>PayloadDisplayName</key>
|
|
<string>Wi-Fi</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.myprofile</string>
|
|
<key>PayloadType</key>
|
|
<string>Configuration</string>
|
|
<key>PayloadUUID</key>
|
|
<string>71e9b0f7-02f8-4aea-b365-b381d872909a</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</dict>
|
|
</plist> |