Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 2, 2024
1 parent d3947ad commit 73d7deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/BuildTool/BuildTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ struct BuildTool: ParsableCommand {
arguments: ["simctl", "list", "--json"]
)

print("got simctl output: \(String(data: data, encoding: .utf8)!)")

return try JSONDecoder().decode(SimctlOutput.self, from: data)
}

Expand Down

0 comments on commit 73d7deb

Please sign in to comment.