mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-24 20:02:31 -06:00
alter activation info
This commit is contained in:
parent
4cb9a81226
commit
8d4e3563db
1 changed files with 5 additions and 5 deletions
|
@ -63,12 +63,12 @@ def generate_push_cert() -> tuple[str, str]:
|
||||||
activation_info = {
|
activation_info = {
|
||||||
"ActivationRandomness": str(uuid.uuid4()),
|
"ActivationRandomness": str(uuid.uuid4()),
|
||||||
"ActivationState": "Unactivated",
|
"ActivationState": "Unactivated",
|
||||||
"BuildVersion": "10.6.4",
|
"BuildVersion": "22F82",
|
||||||
"DeviceCertRequest": csr.encode("utf-8"),
|
"DeviceCertRequest": csr.encode("utf-8"),
|
||||||
"DeviceClass": "Windows",
|
"DeviceClass": "MacOS",
|
||||||
"ProductType": "windows1,1",
|
"ProductType": "MacBookPro18,3",
|
||||||
"ProductVersion": "10.6.4",
|
"ProductVersion": "13.4.1",
|
||||||
"SerialNumber": "WindowSerial",
|
"SerialNumber": SERIAL_NUMBER,
|
||||||
"UniqueDeviceID": str(uuid.uuid4()),
|
"UniqueDeviceID": str(uuid.uuid4()),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue