Add localisation generate to Brewfile

This commit is contained in:
Balazs Perlaki-Horvath 2025-01-23 01:29:27 +01:00 committed by Kelson
parent cfb5c911de
commit 4966ceb3fe

View File

@ -9,5 +9,6 @@ at_exit do
system "cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64/Headers/module.modulemap"
system "cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64_x86_64-simulator/Headers/module.modulemap"
system "cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/macos-arm64_x86_64/Headers/module.modulemap"
system "python localizations.py generate"
system "xcodegen"
end