mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-04-05 04:59:05 +08:00
Update VPhoneVirtualMachine.swift
This commit is contained in:
@@ -59,7 +59,7 @@ class VPhoneVirtualMachine: NSObject, VZVirtualMachineDelegate {
|
||||
platform.machineIdentifier = machineIdentifier
|
||||
|
||||
if let identity = Self.resolveDeviceIdentity(machineIdentifier: machineIdentifier) {
|
||||
ecidHex = "0x\(identity.ecidHex)"
|
||||
ecidHex = identity.ecidHex
|
||||
print("[vphone] ECID: \(ecidHex!)")
|
||||
print("[vphone] Predicted UDID: \(identity.udid)")
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user