Slide 33
Slide 33 text
JSON Output
[
{
"name": "AppTests",
"type": "target",
"path":
"\/path\/to\/your\/App.xcodeproj",
"testTarget": true
},
{
"name": "App",
"type": "target",
"path":
"\/path\/to\/your\/App.xcodeproj",
"testTarget": false
}
]
$ jq -r "[.[] | select(.testTarget == true)] | map(.name) |
join(\",\")"
AppTests