-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompact
More file actions
116 lines (115 loc) · 3.58 KB
/
Copy pathcompact
File metadata and controls
116 lines (115 loc) · 3.58 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"info" : {
"arguments" : [
"devicectl",
"list",
"devices",
"--json-output",
"compact"
],
"commandType" : "devicectl.list.devices",
"environment" : {
"TERM" : "xterm-256color"
},
"jsonVersion" : 3,
"outcome" : "success",
"version" : "518.33"
},
"result" : {
"devices" : [
{
"capabilities" : [
{
"featureIdentifier" : "com.apple.coredevice.feature.acquireusageassertion",
"name" : "Acquire Usage Assertion"
},
{
"featureIdentifier" : "com.apple.coredevice.feature.connectdevice",
"name" : "Connect to Device"
},
{
"featureIdentifier" : "com.apple.coredevice.feature.tags",
"name" : "Modify Tags"
},
{
"featureIdentifier" : "com.apple.coredevice.feature.default.user.credentials",
"name" : "Modify credentials for default users for a device"
},
{
"featureIdentifier" : "com.apple.coredevice.feature.unpairdevice",
"name" : "Unpair Device"
}
],
"connectionProperties" : {
"authenticationType" : "manualPairing",
"isMobileDeviceOnly" : false,
"lastConnectionDate" : "2026-07-07T12:59:00.000Z",
"pairingState" : "paired",
"potentialHostnames" : [
"KCs-iPhone.coredevice.local",
"D3082213-6DB6-5F0E-B665-7BFBD8BB43E5.coredevice.local",
"00008150-0006282C3E52401C.coredevice.local"
],
"transportType" : "wired",
"tunnelState" : "disconnected",
"tunnelTransportProtocol" : "tcp"
},
"deviceProperties" : {
"bootState" : "booted",
"bootedFromSnapshot" : true,
"bootedSnapshotName" : "com.apple.os.update-DD8F28E814ECA7ECCF24628FAE9BCA44301CC7E874390641F04D3CB7AA9616B4",
"ddiServicesAvailable" : false,
"developerModeStatus" : "enabled",
"hasInternalOSBuild" : false,
"name" : "KC’s iPhone",
"osBuildUpdate" : "23F81",
"osVersionNumber" : "26.5.1",
"providerSpecificValues" : {
"hasAMRestorableDeviceRef" : "true"
},
"rootFileSystemIsWritable" : false,
"screenViewingURL" : "devices://device/open?id=D3082213-6DB6-5F0E-B665-7BFBD8BB43E5",
"supportsCheckedAllocations" : true
},
"hardwareProperties" : {
"cpuType" : {
"name" : "arm64e",
"subType" : 2,
"type" : 16777228
},
"deviceType" : "iPhone",
"ecid" : 1733020349513756,
"hardwareModel" : "V53AP",
"internalStorageCapacity" : 512000000000,
"isProductionFused" : true,
"marketingName" : "iPhone 17 Pro",
"platform" : "iOS",
"productType" : "iPhone18,1",
"reality" : "physical",
"serialNumber" : "FW7VXYF4C4",
"supportedCPUTypes" : [
{
"name" : "arm64e",
"subType" : 2,
"type" : 16777228
},
{
"name" : "arm64",
"subType" : 0,
"type" : 16777228
}
],
"supportedDeviceFamilies" : [
1
],
"thinningProductType" : "iPhone18,1",
"udid" : "00008150-0006282C3E52401C"
},
"identifier" : "D3082213-6DB6-5F0E-B665-7BFBD8BB43E5",
"tags" : [
],
"visibilityClass" : "default"
}
]
}
}