Releases: Wolox/carthage_cache
Releases · Wolox/carthage_cache
v0.7.0: Config file options
v0.6.0: Filter platforms
- Add
--platform
option topublish
command to only publish an archive for the specified platforms. prune
command now deletes all.bcsymboltable
and.dSYM
files.
v0.5.0: Local cache
v0.4.0: Prune'em all
Changes
- Prints more information about how the digest is being generated when using the
--verbose
flag. - Improves error reporting when configuration is not correct.
- Adds
prune
command and--prune-build-directory
flag topublish
command.
Swift binary compatibility
Changes
Breaking
- From now on the hash of the archive is being created using a digest of the Cartfile.resolved plus the Swift version number used to compile all the dependencies. This avoid problems that could happen every time Apple releases a new Swift version due to ABI incompatibility between versions. #14 (thanks @msanders)