From 1a1ef13c3a7e795c272b46f03782da3296ef3068 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Thu, 29 Feb 2024 02:22:55 +0100 Subject: [PATCH] Update to libkiwix 13.1 --- Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index 09a2287b..3689d76c 100644 --- a/Brewfile +++ b/Brewfile @@ -4,7 +4,7 @@ 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" + system "curl -L -o - https://download.kiwix.org/release/libkiwix/libkiwix_xcframework-13.1.0.tar.gz | tar -x --strip-components 2" # Copy Clang module map to xcframework for Swift C++ Interoperability 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"