Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 2, 2024
1 parent 590e0f2 commit bcdb40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/BuildTool/BuildTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ struct SimctlOutput: Codable {

struct Device: Codable {
var udid: String
var deviceTypeIdentifier: String
// Key seems to be absent in the case where you have something like "availabilityError": "device type profile not found"
var deviceTypeIdentifier: String?
}
}

Expand Down

0 comments on commit bcdb40a

Please sign in to comment.