Skip to content

Commit

Permalink
Go back to using old watch destination for watchOS 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Dec 14, 2022
1 parent ca03dac commit ee51e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ enum Platform: String, CustomStringConvertible {
case .watchOS_7:
return "OS=7.2,name=Apple Watch Series 6 - 44mm"
case .watchOS_8:
return "OS=8.5,name=Apple Watch Series 6 (44mm)"
return "OS=8.5,name=Apple Watch Series 6 - 44mm"
}
}

Expand Down

0 comments on commit ee51e3f

Please sign in to comment.