Skip to content

Commit

Permalink
Update simulator names
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Oct 29, 2024
1 parent 6b336b6 commit 495386c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/build.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ enum Platform: String, CustomStringConvertible {
var destination: String {
switch self {
case .iOS_18:
"platform=iOS Simulator,OS=18.0,name=iPad Pro (12.9-inch) (6th generation)"
"platform=iOS Simulator,OS=18.0,name=iPad (10th generation)"

case .tvOS_18:
"platform=tvOS Simulator,OS=18.0,name=Apple TV"
Expand All @@ -38,7 +38,7 @@ enum Platform: String, CustomStringConvertible {
"platform=OS X"

case .watchOS_11:
"OS=11.0,name=Apple Watch Series 9 (45mm)"
"OS=11.0,name=Apple Watch Series 10 (46mm)"
}
}

Expand Down

0 comments on commit 495386c

Please sign in to comment.