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: