Skip to content

Commit

Permalink
Update simulator for unit tests
Browse files Browse the repository at this point in the history
Update to iPhone 16 Pro
  • Loading branch information
mikaelacaron committed Oct 1, 2024
1 parent be6ba06 commit 51e16db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ disabled_rules: # rule identifiers turned on by default to exclude from running
- trailing_whitespace
- empty_parentheses_with_trailing_closure
opt_in_rules: # some rules are turned off by default, so you need to opt-in
- empty_count
- closure_parameter_position
- closing_brace
- comma
- colon
- cyclomatic_complexity
- duplicate_imports
- empty_collection_literal
- empty_count
- for_where
- force_try
- private_over_fileprivate

# Alternatively, specify all rules explicitly by uncommenting this option:
# only_rules: # delete `disabled_rules` & `opt_in_rules` if using this
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platform :ios do
only_testing: "Basic-Car-Maintenance-Tests",
clean: true,
code_coverage: true,
device: "iPhone 15 Pro",
device: "iPhone 16 Pro",
skip_build: true,
xcodebuild_formatter: 'xcbeautify -qq --is-ci --renderer github-actions',
output_types: 'junit',
Expand Down

0 comments on commit 51e16db

Please sign in to comment.