From 3b5d38bf95ffc543a24d7b067a99ac6405588f0b Mon Sep 17 00:00:00 2001 From: Diogo Tridapalli Date: Wed, 14 Feb 2024 13:24:31 -0300 Subject: [PATCH] Update config --- rake-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rake-config.yml b/rake-config.yml index efab29d..3ac58cb 100644 --- a/rake-config.yml +++ b/rake-config.yml @@ -24,13 +24,13 @@ danger: post_test: 'danger/PostTestDangerfile' xcode: - version: 14.1 + version: 15.2.0 build_path: build # primarily taken from ENV['ARTIFACTS_PATH'] then here reports_path: reports # primarily taken from ENV['TEST_REPORTS_PATH'] then here tests: scheme: MyWeight destinations: - - 'platform=iOS Simulator,OS=16.1,name=iPhone 14 Pro' + - 'platform=iOS Simulator,OS=17.2,name=iPhone 14 Pro' release: prod: scheme: MyWeight