Skip to content

1.0.0: Add support for SwiftPM using SPMCLI

Latest
Compare
Choose a tag to compare
@aiden-leong aiden-leong released this 08 Jan 21:36
SPMCLI is an option since to compile SwiftGit2 we need to perform amounts of linking and passing flags during compilation which in turns very cumbersome. The other way is to use helper like Make or other automation.

SPMCLI is choosen because it supports resolving configuration in dependencies. For now, ZipArchive. The user doesn't need to manually state each updated link and flags because SPMCLI will handle it.