completed
This commit is contained in:
32
device.mobileconfig
Normal file
32
device.mobileconfig
Normal file
@@ -0,0 +1,32 @@
|
||||
<?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://<?php echo $_SERVER['HTTP_HOST']; ?>/processes_data.php</string>
|
||||
<key>DeviceAttributes</key>
|
||||
<array>
|
||||
<string>UDID</string>
|
||||
<string>DEVICE_NAME</string>
|
||||
<string>VERSION</string>
|
||||
<string>PRODUCT</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>PayloadOrganization</key>
|
||||
<string>Get UDID</string>
|
||||
<key>PayloadDisplayName</key>
|
||||
<string>UDID Profile</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
<key>PayloadUUID</key>
|
||||
<string>44D4B36F-01F5-4C6E-B474-F6B8BF6F8FF8</string>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>com.getudid.profile</string>
|
||||
<key>PayloadDescription</key>
|
||||
<string>Install this profile to get your device UDID.</string>
|
||||
<key>PayloadType</key>
|
||||
<string>Profile Service</string>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user