Closed NeilsUltimateLab closed 4 years ago
Xcode Version 11.3.1 (11C504) & Simulator Version 11.3.1 (SimulatorApp-912.5.1 SimulatorKit-570.3 CoreSimulator-681.17.2).
For macOSCatalina 10.15.3 (19D76). I am getting following response for SimCtl Device List.
{ "devices" : { "com.apple.CoreSimulator.SimRuntime.tvOS-13-2" : [ ], "com.apple.CoreSimulator.SimRuntime.iOS-13-1" : [ ], "com.apple.CoreSimulator.SimRuntime.iOS-13-2" : [ ], "com.apple.CoreSimulator.SimRuntime.iOS-11-0" : [ { "state" : "Shutdown", "isAvailable" : true, "name" : "iPhone 7", "udid" : "27B278C5-55E3-4D4B-A395-FD128A703BE6" }, { "state" : "Shutdown", "isAvailable" : true, "name" : "iPhone X iOS 11.0", "udid" : "73F4699E-8099-4C3C-B2D9-E1F627111EF7" } ],
Which is not having status, deviceTypeIdentifier, dataPath. So I made them optional.
status
deviceTypeIdentifier
dataPath
Thanks for this great project.
Thanks!
Xcode Version 11.3.1 (11C504) & Simulator Version 11.3.1 (SimulatorApp-912.5.1 SimulatorKit-570.3 CoreSimulator-681.17.2).
For macOSCatalina 10.15.3 (19D76). I am getting following response for SimCtl Device List.
Which is not having
status
,deviceTypeIdentifier
,dataPath
. So I made them optional.Thanks for this great project.