Currently under development, please do not use in a production environment.
The Swift Package Manager is the preferred way to get KurrentDB. Simply add the package dependency to your Package.swift:
dependencies: [
.package(url: "https://github.com/gradyzhuo/MuPDF-swift.git", branch: "main")
]
...and depend on "KurrentDB" in the necessary targets:
.target(
name: ...,
dependencies: [.product(name: "MuPDF", package: "MuPDF-swift")]
]