From a589b9a0615682ea367eec456f32def532dc15f5 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Fri, 29 Dec 2023 13:54:49 +0100 Subject: [PATCH] Add Brewfile --- Brewfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Brewfile 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