Skip to content

Commit

Permalink
Correctly test on MacCatalyst.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Oct 6, 2022
1 parent 49f408f commit 550f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lane :test_tvos16 do
end

lane :test_catalyst do
scan(catalyst_platform: "macos", prelaunch_simulator: false, disable_slide_to_type: false)
scan(destination: "platform=macOS,variant=Mac Catalyst", prelaunch_simulator: false, disable_slide_to_type: false)
end

lane :pod_lint do
Expand Down

0 comments on commit 550f892

Please sign in to comment.