Merge pull request #7961 from element-hq/mauroromito/use_mint_fo_xcode_gen

Use mint to run xcodegen 2.39.0
This commit is contained in:
Mauro
2025-07-28 11:30:46 +02:00
committed by GitHub
5 changed files with 6 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,3 +1,2 @@
brew "xcodegen"
brew "mint"
brew "getsentry/tools/sentry-cli"

View File

@@ -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)

View File

@@ -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)