Releases: Wolox/carthage_cache
Releases · Wolox/carthage_cache
v0.7.0: Config file options
v0.6.0: Filter platforms
- Add
--platformoption topublishcommand to only publish an archive for the specified platforms. prunecommand now deletes all.bcsymboltableand.dSYMfiles.
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
--verboseflag. - Improves error reporting when configuration is not correct.
- Adds
prunecommand and--prune-build-directoryflag topublishcommand.
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)