From 1f7061feb87d51da84128d9404c1de7b625b0d4a Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Thu, 23 Jan 2025 01:29:27 +0100 Subject: [PATCH] Add localisation generate to Brewfile --- Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Brewfile b/Brewfile index 6cbcdcbcb..0188c8609 100644 --- a/Brewfile +++ b/Brewfile @@ -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