Skip to content

Commit

Permalink
Merge pull request #1004 from kiwix/libkiwix-14.0.0
Browse files Browse the repository at this point in the history
Relies on libkiwix 14.0.0
  • Loading branch information
kelson42 authored Oct 18, 2024
2 parents c78d229 + fded660 commit 6a14d28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ brew "curl"

at_exit do
system "pre-commit install"
system "curl -L -o - https://download.kiwix.org/release/libkiwix/libkiwix_xcframework-13.1.0-4.tar.gz | tar -x --strip-components 2"
system "curl -L -o - https://download.kiwix.org/release/libkiwix/libkiwix_xcframework-14.0.0-1.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"
system "cp Support/CoreKiwix.modulemap CoreKiwix.xcframework/macos-arm64_x86_64/Headers/module.modulemap"
system "xcodegen"
end
end
1 change: 1 addition & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ targetTemplates:
- sdk: WebKit.framework
- sdk: NotificationCenter.framework
- sdk: QuickLook.framework
- sdk: SystemConfiguration.framework
- package: Defaults
sources:
- path: App
Expand Down

0 comments on commit 6a14d28

Please sign in to comment.