Skip to content

Commit 1f7061f

Browse files
committed
Add localisation generate to Brewfile
1 parent 06866a0 commit 1f7061f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Brewfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ at_exit do
99
system "cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64/Headers/module.modulemap"
1010
system "cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/ios-arm64_x86_64-simulator/Headers/module.modulemap"
1111
system "cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/macos-arm64_x86_64/Headers/module.modulemap"
12+
system "python localizations.py generate"
1213
system "xcodegen"
1314
end

0 commit comments

Comments
 (0)