diff --git a/Brewfile b/Brewfile new file mode 100644 index 00000000..21c35517 --- /dev/null +++ b/Brewfile @@ -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 \ No newline at end of file