Skip to content

Commit

Permalink
Update build target
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jul 26, 2021
1 parent 37ae3d3 commit 562deb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ platform :ios do
desc "Runs all the tests"
lane :tests do
test(destination: "platform=macOS", swift_version: "5.0")
test(destination: "platform=iOS Simulator,name=iPhone 8", swift_version: "5.0")
test(destination: "platform=iOS Simulator,name=iPhone 12", swift_version: "5.0")
test(destination: "platform=tvOS Simulator,name=Apple TV", swift_version: "5.0")
build(destination: "platform=watchOS Simulator,name=Apple Watch Series 5 - 40mm", swift_version: "5.0")
build(destination: "platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm", swift_version: "5.0")
end

lane :test_ci do
Expand Down

0 comments on commit 562deb5

Please sign in to comment.