-
Notifications
You must be signed in to change notification settings - Fork 49
/
get_udid.mobileconfig
29 lines (29 loc) · 1020 Bytes
/
get_udid.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
<?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>
<dict>
<key>URL</key>
<string>https://regmyudid.com/get_udid.php</string>
<key>DeviceAttributes</key>
<array>
<string>UDID</string>
</array>
</dict>
<key>PayloadOrganization</key>
<string>RegMyUDID.com</string>
<key>PayloadDisplayName</key>
<string>My UDID?</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadUUID</key>
<string>9CF421B3-9853-4454-BC8A-982CBD3C907C</string>
<key>PayloadIdentifier</key>
<string>com.regmyudid.getudid</string>
<key>PayloadDescription</key>
<string>Tap install to know UDID</string>
<key>PayloadType</key>
<string>Profile Service</string>
</dict>
</plist>