Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

list.json 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. {
  2. "devicetypes" : [
  3. {
  4. "name" : "iPhone 4s",
  5. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-4s"
  6. },
  7. {
  8. "name" : "iPhone 5",
  9. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-5"
  10. },
  11. {
  12. "name" : "iPhone 5s",
  13. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-5s"
  14. },
  15. {
  16. "name" : "iPhone 6",
  17. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6"
  18. },
  19. {
  20. "name" : "iPhone 6 Plus",
  21. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus"
  22. },
  23. {
  24. "name" : "iPhone 6s",
  25. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s"
  26. },
  27. {
  28. "name" : "iPhone 6s Plus",
  29. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus"
  30. },
  31. {
  32. "name" : "iPhone 7",
  33. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7"
  34. },
  35. {
  36. "name" : "iPhone 7 Plus",
  37. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus"
  38. },
  39. {
  40. "name" : "iPhone SE",
  41. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE"
  42. },
  43. {
  44. "name" : "iPad 2",
  45. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-2"
  46. },
  47. {
  48. "name" : "iPad Retina",
  49. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Retina"
  50. },
  51. {
  52. "name" : "iPad Air",
  53. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air"
  54. },
  55. {
  56. "name" : "iPad Air 2",
  57. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-2"
  58. },
  59. {
  60. "name" : "iPad (5th generation)",
  61. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-"
  62. },
  63. {
  64. "name" : "iPad Pro (9.7-inch)",
  65. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-"
  66. },
  67. {
  68. "name" : "iPad Pro (12.9-inch)",
  69. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro"
  70. },
  71. {
  72. "name" : "iPad Pro (12.9-inch) (2nd generation)",
  73. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-"
  74. },
  75. {
  76. "name" : "iPad Pro (10.5-inch)",
  77. "identifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-"
  78. },
  79. {
  80. "name" : "Apple TV 1080p",
  81. "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p"
  82. },
  83. {
  84. "name" : "Apple Watch - 38mm",
  85. "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm"
  86. },
  87. {
  88. "name" : "Apple Watch - 42mm",
  89. "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm"
  90. },
  91. {
  92. "name" : "Apple Watch Series 2 - 38mm",
  93. "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-38mm"
  94. },
  95. {
  96. "name" : "Apple Watch Series 2 - 42mm",
  97. "identifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-42mm"
  98. }
  99. ],
  100. "runtimes" : [
  101. {
  102. "buildversion" : "15A5278f",
  103. "availability" : "(available)",
  104. "name" : "iOS 11.0",
  105. "identifier" : "com.apple.CoreSimulator.SimRuntime.iOS-11-0",
  106. "version" : "11.0"
  107. },
  108. {
  109. "buildversion" : "15J5284e",
  110. "availability" : "(available)",
  111. "name" : "tvOS 11.0",
  112. "identifier" : "com.apple.CoreSimulator.SimRuntime.tvOS-11-0",
  113. "version" : "11.0"
  114. },
  115. {
  116. "buildversion" : "15R5281f",
  117. "availability" : "(available)",
  118. "name" : "watchOS 4.0",
  119. "identifier" : "com.apple.CoreSimulator.SimRuntime.watchOS-4-0",
  120. "version" : "4.0"
  121. }
  122. ],
  123. "devices" : {
  124. "iOS 11.0" : [
  125. {
  126. "state" : "Shutdown",
  127. "availability" : "(available)",
  128. "name" : "iPhone 5s",
  129. "udid" : "90EDD7FB-282F-4902-83C0-954F683FB58C"
  130. },
  131. {
  132. "state" : "Shutdown",
  133. "availability" : "(available)",
  134. "name" : "iPhone 6",
  135. "udid" : "CEFCEEB3-F16E-418F-A8D9-8BDDE22E376B"
  136. },
  137. {
  138. "state" : "Shutdown",
  139. "availability" : "(available)",
  140. "name" : "iPhone 6 Plus",
  141. "udid" : "62F9F7BA-9529-468A-A9C1-31304514A305"
  142. },
  143. {
  144. "state" : "Shutdown",
  145. "availability" : "(available)",
  146. "name" : "iPhone 6s",
  147. "udid" : "E47312EF-4A77-46D9-ADC1-C60563BBD462"
  148. },
  149. {
  150. "state" : "Shutdown",
  151. "availability" : "(available)",
  152. "name" : "iPhone 6s Plus",
  153. "udid" : "3BCF226B-216F-41FB-8BD1-42E1B3D35E96"
  154. },
  155. {
  156. "state" : "Shutdown",
  157. "availability" : "(available)",
  158. "name" : "iPhone 7",
  159. "udid" : "6278DDAB-E66E-4DC1-BBC2-55340A86077B"
  160. },
  161. {
  162. "state" : "Shutdown",
  163. "availability" : "(available)",
  164. "name" : "iPhone 7 Plus",
  165. "udid" : "2514D029-A2DF-423A-803D-63F602AF3F6B"
  166. },
  167. {
  168. "state" : "Shutdown",
  169. "availability" : "(available)",
  170. "name" : "iPhone SE",
  171. "udid" : "E1AF56B8-FF00-4349-BA96-38B7132A7F02"
  172. },
  173. {
  174. "state" : "Shutdown",
  175. "availability" : "(available)",
  176. "name" : "iPad Air",
  177. "udid" : "1D906B96-4834-47FC-A7F9-AC8AEAC312A6"
  178. },
  179. {
  180. "state" : "Shutdown",
  181. "availability" : "(available)",
  182. "name" : "iPad Air 2",
  183. "udid" : "008AE630-3481-4AAB-8D4F-A13A64417C7A"
  184. },
  185. {
  186. "state" : "Shutdown",
  187. "availability" : "(available)",
  188. "name" : "iPad (5th generation)",
  189. "udid" : "E0691C07-BD74-43D1-AC51-050B43912BCD"
  190. },
  191. {
  192. "state" : "Shutdown",
  193. "availability" : "(available)",
  194. "name" : "iPad Pro (9.7 inch)",
  195. "udid" : "F70A11BD-C120-452E-8C39-D80FB3581A5D"
  196. },
  197. {
  198. "state" : "Shutdown",
  199. "availability" : "(available)",
  200. "name" : "iPad Pro (12.9 inch)",
  201. "udid" : "649AA16D-CACF-41D0-9B7E-0C28865F4104"
  202. },
  203. {
  204. "state" : "Shutdown",
  205. "availability" : "(available)",
  206. "name" : "iPad Pro (12.9-inch) (2nd generation)",
  207. "udid" : "CECC5304-4CF2-4D3E-9AA8-EF4F4B09795E"
  208. },
  209. {
  210. "state" : "Shutdown",
  211. "availability" : "(available)",
  212. "name" : "iPad Pro (10.5-inch)",
  213. "udid" : "8B7A6405-B969-4FFB-800F-1DA09F88DFF1"
  214. }
  215. ],
  216. "com.apple.CoreSimulator.SimRuntime.watchOS-3-1" : [
  217. {
  218. "state" : "Shutdown",
  219. "availability" : " (unavailable, runtime profile not found)",
  220. "name" : "Apple Watch - 38mm",
  221. "udid" : "CB4EEEA0-522A-46A3-B651-7BB1DDB78BAA"
  222. },
  223. {
  224. "state" : "Shutdown",
  225. "availability" : " (unavailable, runtime profile not found)",
  226. "name" : "Apple Watch - 42mm",
  227. "udid" : "E1BF737C-76B5-410D-B1D6-86653A5D185B"
  228. },
  229. {
  230. "state" : "Shutdown",
  231. "availability" : " (unavailable, runtime profile not found)",
  232. "name" : "Apple Watch Series 2 - 38mm",
  233. "udid" : "A089A64E-A83A-4E03-97AC-4065C2767F4F"
  234. },
  235. {
  236. "state" : "Shutdown",
  237. "availability" : " (unavailable, runtime profile not found)",
  238. "name" : "Apple Watch Series 2 - 42mm",
  239. "udid" : "9A7C0B24-071F-4FEF-8D78-F109D51E5EA0"
  240. }
  241. ],
  242. "com.apple.CoreSimulator.SimRuntime.iOS-10-2" : [
  243. {
  244. "state" : "Shutdown",
  245. "availability" : " (unavailable, runtime profile not found)",
  246. "name" : "iPhone 5",
  247. "udid" : "93CE90F5-8834-4153-81E0-FC26F6F704AA"
  248. },
  249. {
  250. "state" : "Shutdown",
  251. "availability" : " (unavailable, runtime profile not found)",
  252. "name" : "iPhone 5s",
  253. "udid" : "D1B033B9-ABC6-4842-886C-7DB8FAC6089C"
  254. },
  255. {
  256. "state" : "Shutdown",
  257. "availability" : " (unavailable, runtime profile not found)",
  258. "name" : "iPhone 6",
  259. "udid" : "8A28FD8A-3A1E-41E0-B714-42D4A0D85F40"
  260. },
  261. {
  262. "state" : "Shutdown",
  263. "availability" : " (unavailable, runtime profile not found)",
  264. "name" : "iPhone 6 Plus",
  265. "udid" : "D420BF01-19F6-4241-B434-D0ADE9AF5C0B"
  266. },
  267. {
  268. "state" : "Shutdown",
  269. "availability" : " (unavailable, runtime profile not found)",
  270. "name" : "iPhone 6s",
  271. "udid" : "0AF827DF-F8A5-4745-BDB7-91B0868FAFD9"
  272. },
  273. {
  274. "state" : "Shutdown",
  275. "availability" : " (unavailable, runtime profile not found)",
  276. "name" : "iPhone 6s Plus",
  277. "udid" : "B9FC4934-0534-49D8-B05A-7E0B827CFE2E"
  278. },
  279. {
  280. "state" : "Shutdown",
  281. "availability" : " (unavailable, runtime profile not found)",
  282. "name" : "iPhone 7",
  283. "udid" : "E7FF4BC9-016D-444C-A11C-00F17447B5C0"
  284. },
  285. {
  286. "state" : "Shutdown",
  287. "availability" : " (unavailable, runtime profile not found)",
  288. "name" : "iPhone 7 Plus",
  289. "udid" : "930EE33E-3688-4FD2-997A-41D5B2E8D2AD"
  290. },
  291. {
  292. "state" : "Shutdown",
  293. "availability" : " (unavailable, runtime profile not found)",
  294. "name" : "iPhone SE",
  295. "udid" : "ACF622CF-3958-4B21-A7F5-04C4DF7171A4"
  296. },
  297. {
  298. "state" : "Shutdown",
  299. "availability" : " (unavailable, runtime profile not found)",
  300. "name" : "iPad Retina",
  301. "udid" : "B4D33871-C253-4DD9-A7EB-4B0C49FD0AF9"
  302. },
  303. {
  304. "state" : "Shutdown",
  305. "availability" : " (unavailable, runtime profile not found)",
  306. "name" : "iPad Air",
  307. "udid" : "C0CAC3C1-E319-43B7-9269-25CAF0EC74A1"
  308. },
  309. {
  310. "state" : "Shutdown",
  311. "availability" : " (unavailable, runtime profile not found)",
  312. "name" : "iPad Air 2",
  313. "udid" : "3C7A3B8E-9368-44D4-808E-00E6113E50CE"
  314. },
  315. {
  316. "state" : "Shutdown",
  317. "availability" : " (unavailable, runtime profile not found)",
  318. "name" : "iPad Pro (9.7 inch)",
  319. "udid" : "B597EE0E-26E2-404B-9F3A-9551170D547E"
  320. },
  321. {
  322. "state" : "Shutdown",
  323. "availability" : " (unavailable, runtime profile not found)",
  324. "name" : "iPad Pro (12.9 inch)",
  325. "udid" : "220DD398-99B3-4840-A4F3-80480801FC79"
  326. }
  327. ],
  328. "tvOS 11.0" : [
  329. {
  330. "state" : "Shutdown",
  331. "availability" : "(available)",
  332. "name" : "Apple TV 1080p",
  333. "udid" : "81186783-7F0F-460F-96AF-4BDA342D5E6A"
  334. }
  335. ],
  336. "com.apple.CoreSimulator.SimRuntime.tvOS-10-1" : [
  337. {
  338. "state" : "Shutdown",
  339. "availability" : " (unavailable, runtime profile not found)",
  340. "name" : "Apple TV 1080p",
  341. "udid" : "94187B12-9791-4163-86E4-C632392AE715"
  342. }
  343. ],
  344. "com.apple.CoreSimulator.SimRuntime.tvOS-10-2" : [
  345. {
  346. "state" : "Shutdown",
  347. "availability" : " (unavailable, runtime profile not found)",
  348. "name" : "Apple TV 1080p",
  349. "udid" : "D2BE66BC-F5F7-49E8-A152-EACC8FE3EBA4"
  350. }
  351. ],
  352. "com.apple.CoreSimulator.SimRuntime.watchOS-3-2" : [
  353. {
  354. "state" : "Shutdown",
  355. "availability" : " (unavailable, runtime profile not found)",
  356. "name" : "Apple Watch - 38mm",
  357. "udid" : "934C236B-1651-4FE5-A0CB-D8408ED73F26"
  358. },
  359. {
  360. "state" : "Shutdown",
  361. "availability" : " (unavailable, runtime profile not found)",
  362. "name" : "Apple Watch - 42mm",
  363. "udid" : "4C69478B-F0BA-47EE-BE03-7EBDC046A821"
  364. },
  365. {
  366. "state" : "Shutdown",
  367. "availability" : " (unavailable, runtime profile not found)",
  368. "name" : "Apple Watch Series 2 - 38mm",
  369. "udid" : "D505C680-CDAE-41F8-8570-EDB731D5BC7E"
  370. },
  371. {
  372. "state" : "Shutdown",
  373. "availability" : " (unavailable, runtime profile not found)",
  374. "name" : "Apple Watch Series 2 - 42mm",
  375. "udid" : "BF47F600-1651-44F1-BF85-F30015257135"
  376. }
  377. ],
  378. "com.apple.CoreSimulator.SimRuntime.iOS-10-3" : [
  379. {
  380. "state" : "Shutdown",
  381. "availability" : " (unavailable, runtime profile not found)",
  382. "name" : "iPhone 5",
  383. "udid" : "310D3B96-24D4-4610-ADA8-25667AB53B18"
  384. },
  385. {
  386. "state" : "Shutdown",
  387. "availability" : " (unavailable, runtime profile not found)",
  388. "name" : "iPhone 5s",
  389. "udid" : "8A172233-647B-4259-85E8-D0A796D5BF5E"
  390. },
  391. {
  392. "state" : "Shutdown",
  393. "availability" : " (unavailable, runtime profile not found)",
  394. "name" : "iPhone 6",
  395. "udid" : "CE0124DB-7DF9-4311-B686-6DAACC5CF4E5"
  396. },
  397. {
  398. "state" : "Shutdown",
  399. "availability" : " (unavailable, runtime profile not found)",
  400. "name" : "iPhone 6 Plus",
  401. "udid" : "B2C52237-9652-4AA5-8CF3-CAC2AFA5E8AA"
  402. },
  403. {
  404. "state" : "Shutdown",
  405. "availability" : " (unavailable, runtime profile not found)",
  406. "name" : "iPhone 6s",
  407. "udid" : "D649BEC5-2F44-43ED-90D3-0CEA1505B3AA"
  408. },
  409. {
  410. "state" : "Shutdown",
  411. "availability" : " (unavailable, runtime profile not found)",
  412. "name" : "iPhone 6s Plus",
  413. "udid" : "B817B81F-D7AF-486F-85A6-F7151788F163"
  414. },
  415. {
  416. "state" : "Shutdown",
  417. "availability" : " (unavailable, runtime profile not found)",
  418. "name" : "iPhone 7",
  419. "udid" : "739FFF90-F2EF-488A-A88A-B3AADA8831DE"
  420. },
  421. {
  422. "state" : "Shutdown",
  423. "availability" : " (unavailable, runtime profile not found)",
  424. "name" : "iPhone 7 Plus",
  425. "udid" : "4F79A21C-D3A4-432F-A655-BE7966B5C605"
  426. },
  427. {
  428. "state" : "Shutdown",
  429. "availability" : " (unavailable, runtime profile not found)",
  430. "name" : "iPhone SE",
  431. "udid" : "C310CF39-B994-4323-8063-DF7F995F822C"
  432. },
  433. {
  434. "state" : "Shutdown",
  435. "availability" : " (unavailable, runtime profile not found)",
  436. "name" : "iPad Air",
  437. "udid" : "5EFAC0B6-0583-48EA-BDC6-E80FBFF76116"
  438. },
  439. {
  440. "state" : "Shutdown",
  441. "availability" : " (unavailable, runtime profile not found)",
  442. "name" : "iPad Air 2",
  443. "udid" : "C5227DFA-FE4F-4517-95D1-066C8AE65307"
  444. },
  445. {
  446. "state" : "Shutdown",
  447. "availability" : " (unavailable, runtime profile not found)",
  448. "name" : "iPad Pro (9.7 inch)",
  449. "udid" : "45AB7B33-CC85-4C25-B6E9-EB861126ABAF"
  450. },
  451. {
  452. "state" : "Shutdown",
  453. "availability" : " (unavailable, runtime profile not found)",
  454. "name" : "iPad Pro (12.9 inch)",
  455. "udid" : "DB13CD84-BAB6-48AA-B402-D0A6B8CEF347"
  456. }
  457. ],
  458. "watchOS 4.0" : [
  459. {
  460. "state" : "Shutdown",
  461. "availability" : "(available)",
  462. "name" : "Apple Watch - 38mm",
  463. "udid" : "3F9314D4-1BEB-49F9-B752-F4945498019B"
  464. },
  465. {
  466. "state" : "Shutdown",
  467. "availability" : "(available)",
  468. "name" : "Apple Watch - 42mm",
  469. "udid" : "0FD51B8F-B2A9-4893-A3AB-8F99140D18BC"
  470. },
  471. {
  472. "state" : "Shutdown",
  473. "availability" : "(available)",
  474. "name" : "Apple Watch Series 2 - 38mm",
  475. "udid" : "6621CC54-C40D-4B3A-B3D6-3B1451CE5C6C"
  476. },
  477. {
  478. "state" : "Shutdown",
  479. "availability" : "(available)",
  480. "name" : "Apple Watch Series 2 - 42mm",
  481. "udid" : "FAAC4B0F-A273-4E71-A193-D6098AE3D0B1"
  482. }
  483. ]
  484. },
  485. "pairs" : {
  486. "54AEA67D-DA3C-4CCE-88F2-EB53AF9D9652" : {
  487. "watch" : {
  488. "name" : "Apple Watch Series 2 - 42mm",
  489. "udid" : "BF47F600-1651-44F1-BF85-F30015257135",
  490. "state" : "Shutdown"
  491. },
  492. "phone" : {
  493. "name" : "iPhone 7 Plus",
  494. "udid" : "4F79A21C-D3A4-432F-A655-BE7966B5C605",
  495. "state" : "Shutdown"
  496. },
  497. "state" : "(unavailable)"
  498. },
  499. "2AEB0DD4-F854-4861-8BEA-43D6CDF72B3C" : {
  500. "watch" : {
  501. "name" : "Apple Watch - 42mm",
  502. "udid" : "0FD51B8F-B2A9-4893-A3AB-8F99140D18BC",
  503. "state" : "Shutdown"
  504. },
  505. "phone" : {
  506. "name" : "iPhone 6s Plus",
  507. "udid" : "3BCF226B-216F-41FB-8BD1-42E1B3D35E96",
  508. "state" : "Shutdown"
  509. },
  510. "state" : "(active, disconnected)"
  511. },
  512. "ACC60596-CAF9-414E-8D6A-0EECAB8F1392" : {
  513. "watch" : {
  514. "name" : "Apple Watch Series 2 - 38mm",
  515. "udid" : "6621CC54-C40D-4B3A-B3D6-3B1451CE5C6C",
  516. "state" : "Shutdown"
  517. },
  518. "phone" : {
  519. "name" : "iPhone 7",
  520. "udid" : "6278DDAB-E66E-4DC1-BBC2-55340A86077B",
  521. "state" : "Shutdown"
  522. },
  523. "state" : "(active, disconnected)"
  524. },
  525. "C482FCBE-3EA5-4726-A18E-C2289AC97181" : {
  526. "watch" : {
  527. "name" : "Apple Watch Series 2 - 38mm",
  528. "udid" : "A089A64E-A83A-4E03-97AC-4065C2767F4F",
  529. "state" : "Shutdown"
  530. },
  531. "phone" : {
  532. "name" : "iPhone 7",
  533. "udid" : "E7FF4BC9-016D-444C-A11C-00F17447B5C0",
  534. "state" : "Shutdown"
  535. },
  536. "state" : "(unavailable)"
  537. },
  538. "11518B00-90AA-40D9-A361-486AE3BBBD23" : {
  539. "watch" : {
  540. "name" : "Apple Watch - 38mm",
  541. "udid" : "934C236B-1651-4FE5-A0CB-D8408ED73F26",
  542. "state" : "Shutdown"
  543. },
  544. "phone" : {
  545. "name" : "iPhone 6s",
  546. "udid" : "D649BEC5-2F44-43ED-90D3-0CEA1505B3AA",
  547. "state" : "Shutdown"
  548. },
  549. "state" : "(unavailable)"
  550. },
  551. "4E765022-977B-46B5-878F-3F8BD1C109B8" : {
  552. "watch" : {
  553. "name" : "Apple Watch Series 2 - 42mm",
  554. "udid" : "FAAC4B0F-A273-4E71-A193-D6098AE3D0B1",
  555. "state" : "Shutdown"
  556. },
  557. "phone" : {
  558. "name" : "iPhone 7 Plus",
  559. "udid" : "2514D029-A2DF-423A-803D-63F602AF3F6B",
  560. "state" : "Shutdown"
  561. },
  562. "state" : "(active, disconnected)"
  563. },
  564. "D383D4FB-98AD-489D-8972-548077111E46" : {
  565. "watch" : {
  566. "name" : "Apple Watch - 42mm",
  567. "udid" : "4C69478B-F0BA-47EE-BE03-7EBDC046A821",
  568. "state" : "Shutdown"
  569. },
  570. "phone" : {
  571. "name" : "iPhone 6s Plus",
  572. "udid" : "B817B81F-D7AF-486F-85A6-F7151788F163",
  573. "state" : "Shutdown"
  574. },
  575. "state" : "(unavailable)"
  576. },
  577. "E7B45654-1DA4-4E7E-96F3-942B0F49ECE3" : {
  578. "watch" : {
  579. "name" : "Apple Watch Series 2 - 38mm",
  580. "udid" : "D505C680-CDAE-41F8-8570-EDB731D5BC7E",
  581. "state" : "Shutdown"
  582. },
  583. "phone" : {
  584. "name" : "iPhone 7",
  585. "udid" : "739FFF90-F2EF-488A-A88A-B3AADA8831DE",
  586. "state" : "Shutdown"
  587. },
  588. "state" : "(unavailable)"
  589. },
  590. "5C436B84-09D4-4CDF-B0EF-7847247F0342" : {
  591. "watch" : {
  592. "name" : "Apple Watch - 38mm",
  593. "udid" : "3F9314D4-1BEB-49F9-B752-F4945498019B",
  594. "state" : "Shutdown"
  595. },
  596. "phone" : {
  597. "name" : "iPhone 6s",
  598. "udid" : "E47312EF-4A77-46D9-ADC1-C60563BBD462",
  599. "state" : "Shutdown"
  600. },
  601. "state" : "(active, disconnected)"
  602. },
  603. "3CF04E41-DCB0-4DFA-B230-94767AF83754" : {
  604. "watch" : {
  605. "name" : "Apple Watch Series 2 - 42mm",
  606. "udid" : "9A7C0B24-071F-4FEF-8D78-F109D51E5EA0",
  607. "state" : "Shutdown"
  608. },
  609. "phone" : {
  610. "name" : "iPhone 7 Plus",
  611. "udid" : "930EE33E-3688-4FD2-997A-41D5B2E8D2AD",
  612. "state" : "Shutdown"
  613. },
  614. "state" : "(unavailable)"
  615. }
  616. }
  617. }