Add Brewfile

This commit is contained in:
Balazs Perlaki-Horvath 2023-12-29 13:54:49 +01:00
parent b30631281c
commit a589b9a061

8
Brewfile Normal file
View File

@ -0,0 +1,8 @@
brew "pre-commit"
brew "xcodegen"
brew "curl"
at_exit do
system "pre-commit install"
system "curl -L -o - https://download.kiwix.org/release/libkiwix/libkiwix_xcframework-13.0.0-1.tar.gz | tar -x --strip-components 2"
end