Skip to content

Commit 9f2311f

Browse files
committed
Use iOS 17.0.1 instead of 17.0
1 parent 379f1de commit 9f2311f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/build.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ enum Platform: String, CaseIterable, CustomStringConvertible {
5353
case .iOS_16:
5454
return "platform=iOS Simulator,OS=16.4,name=iPad Pro (12.9-inch) (6th generation)"
5555
case .iOS_17:
56-
return "platform=iOS Simulator,OS=17.0,name=iPad Pro (12.9-inch) (6th generation)"
56+
return "platform=iOS Simulator,OS=17.0.1,name=iPad Pro (12.9-inch) (6th generation)"
5757

5858
case .tvOS_13:
5959
return "platform=tvOS Simulator,OS=13.4,name=Apple TV"

0 commit comments

Comments
 (0)