From 3a012aa2e266c948357d8a7d56bfd893874411f3 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Mon, 31 Mar 2025 09:36:48 +0200 Subject: [PATCH] Fix CI/CD after bundle changes --- .github/workflows/cd.yml | 4 ++++ .github/workflows/ci.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e6f955e..fbb5d77 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -66,6 +66,10 @@ jobs: cd apple cat Brewfile | grep -v -e pre-commit > Brewfile_CI brew bundle --force --file Brewfile_CI + cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64/Headers/module.modulemap + cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64_x86_64-simulator/Headers/module.modulemap + cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/macos-arm64_x86_64/Headers/module.modulemap + python localizations.py generate cd .. - name: Generate project based on tag diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01f179f..d698ea6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,10 @@ jobs: run: | # remove pre-commit, it's not needed for CI cat Brewfile | grep -v -e pre-commit > Brewfile_CI brew bundle --force --file Brewfile_CI + cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64/Headers/module.modulemap + cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64_x86_64-simulator/Headers/module.modulemap + cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/macos-arm64_x86_64/Headers/module.modulemap + python localizations.py generate - name: Generate project based on tag env: