From fc7d72e8d6a6c39bcf207c2259b2dd0b09a56bfa Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Mon, 28 Jul 2025 11:00:38 +0200 Subject: [PATCH] use mint to run xcodegen 2.39.0 --- .github/workflows/ci-tests.yml | 3 +++ .github/workflows/ci-ui-tests.yml | 3 +++ Brewfile | 1 - RiotSwiftUI/targetUnitTests.yml | 1 - RiotTests/target.yml | 1 - 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index b3c8f6bac..1f667ead5 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -56,6 +56,9 @@ jobs: run: | bundle config path vendor/bundle bundle install --jobs 4 --retry 3 + + - name: Xcodegen + run: mint run yonaskolb/XcodeGen@2.39.0 # Main step - name: Unit tests diff --git a/.github/workflows/ci-ui-tests.yml b/.github/workflows/ci-ui-tests.yml index 06e117687..1e9ccf56a 100644 --- a/.github/workflows/ci-ui-tests.yml +++ b/.github/workflows/ci-ui-tests.yml @@ -51,6 +51,9 @@ jobs: run: | bundle config path vendor/bundle bundle install --jobs 4 --retry 3 + + - name: Xcodegen + run: mint run yonaskolb/XcodeGen@2.39.0 # Main step - name: UI tests diff --git a/Brewfile b/Brewfile index e7b7707b9..c1b2289ee 100644 --- a/Brewfile +++ b/Brewfile @@ -1,3 +1,2 @@ -brew "xcodegen" brew "mint" brew "getsentry/tools/sentry-cli" diff --git a/RiotSwiftUI/targetUnitTests.yml b/RiotSwiftUI/targetUnitTests.yml index ec16e078a..5debda940 100644 --- a/RiotSwiftUI/targetUnitTests.yml +++ b/RiotSwiftUI/targetUnitTests.yml @@ -49,7 +49,6 @@ targets: PRODUCT_BUNDLE_IDENTIFIER: org.matrix.$(PRODUCT_NAME:rfc1034identifier) PRODUCT_NAME: RiotSwiftUnitTests configs: - Debug: Release: PROVISIONING_PROFILE: $(RIOT_PROVISIONING_PROFILE) PROVISIONING_PROFILE_SPECIFIER: $(RIOT_PROVISIONING_PROFILE_SPECIFIER) diff --git a/RiotTests/target.yml b/RiotTests/target.yml index dccdda9c0..ba7c9f7ae 100644 --- a/RiotTests/target.yml +++ b/RiotTests/target.yml @@ -52,7 +52,6 @@ targets: SWIFT_OBJC_BRIDGING_HEADER: RiotTests/RiotTests-Bridging-Header.h TEST_HOST: $(BUILT_PRODUCTS_DIR)/Element.app/Element configs: - Debug: Release: PROVISIONING_PROFILE: $(RIOT_PROVISIONING_PROFILE) PROVISIONING_PROFILE_SPECIFIER: $(RIOT_PROVISIONING_PROFILE_SPECIFIER)