From 51e16db040acc3029353ef10f53e31d879f788ef Mon Sep 17 00:00:00 2001 From: Mikaela Caron Date: Tue, 1 Oct 2024 06:16:12 +0100 Subject: [PATCH] Update simulator for unit tests Update to iPhone 16 Pro --- .swiftlint.yml | 4 +++- fastlane/Fastfile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 612d7709..8ff29ad8 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -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 diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 413af45e..e40bb1e8 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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',