mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-25 21:05:09 -04:00
Merge pull request #673 from kiwix/601-update-to-libkiwix-13.1
Update to libkiwix 13.1
This commit is contained in:
commit
e0213487b9
2
Brewfile
2
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user