Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 194293c

Browse files
committed
Update test target device
1 parent 395d117 commit 194293c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ lane :runalltests do
7777
scan(
7878
project: "R.swift.Library.xcodeproj",
7979
scheme: "Rswift-iOS",
80-
destination: "name=iPhone SE",
80+
device: "iPhone 8",
8181
clean: true
8282
)
8383
scan(
8484
project: "R.swift.Library.xcodeproj",
8585
scheme: "Rswift-tvOS",
86-
destination: "name=Apple TV 1080p",
86+
device: "Apple TV 4K",
8787
clean: true
8888
)
8989
end

0 commit comments

Comments
 (0)