Skip to content

Commit

Permalink
In tests of Xcode 10B61 simulator JSON output, more accurately reflec…
Browse files Browse the repository at this point in the history
…t apparent keys by including `availability`.

Key order may not match.
  • Loading branch information
jdhealy committed Oct 30, 2018
1 parent 8fa83d5 commit c6278ee
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"devices" : {
"iOS 12.0" : [
{
"availability" : "(available)",
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPhone 5s",
"udid" : "A52BF797-F6F8-47F1-B559-68B66B553B23"
},
{
"availability" : "(available)",
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 6",
Expand All @@ -16,12 +18,14 @@
],
"watchOS 4.2" : [
{
"availability" : "(available)",
"state" : "Shutdown",
"isAvailable" : true,
"name" : "Apple Watch - 38mm",
"udid" : "290C3D57-0FF0-407F-B33C-F1A55EA44019"
},
{
"availability" : "(available)",
"state" : "Shutdown",
"isAvailable" : false,
"name" : "Apple Watch - 42mm",
Expand All @@ -30,12 +34,14 @@
],
"iOS 8.4" : [
{
"availability" : "(available)",
"state" : "Shutdown",
"isAvailable" : true,
"name" : "iPhone 4s",
"udid" : "F6E70576-0167-448C-AE00-4AC624552796"
},
{
"availability" : "(available)",
"state" : "Shutdown",
"isAvailable" : false,
"name" : "iPhone 5",
Expand All @@ -44,3 +50,4 @@
],
}
}

0 comments on commit c6278ee

Please sign in to comment.