From ce50e4c5f8fbd92ff942d072e1e7b3d0333118bb Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 24 Apr 2026 15:19:37 +0300 Subject: [PATCH] Fix the `Update Acknowledgements` renovate dependencies update workflow step by building the project instead of just resolving the dependencies --- .github/workflows/renovate-xcodegen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate-xcodegen.yml b/.github/workflows/renovate-xcodegen.yml index 2428732a8..4aecd72d8 100644 --- a/.github/workflows/renovate-xcodegen.yml +++ b/.github/workflows/renovate-xcodegen.yml @@ -41,8 +41,8 @@ jobs: - name: Run XcodeGen run: xcodegen - - name: Resolve package dependencies - run: xcodebuild -resolvePackageDependencies -project ElementX.xcodeproj + - name: Resolve dependencies and build the project + run: xcodebuild -scheme ElementX -project ElementX.xcodeproj -destination 'generic/platform=iOS Simulator' build - name: Update Acknowledgements run: swift-package-list ElementX.xcodeproj --requires-license --ignore-package compound-ios --ignore-package compound-design-tokens --ignore-package matrix-rich-text-editor-swift --ignore-package element-call-swift --output-type settings-bundle --output-path ElementX/SupportingFiles