Skip to content

Releases: Wolox/carthage_cache

v0.7.0: Config file options

04 Jan 15:50
Compare
Choose a tag to compare

Adds prune_on_publish, prune_white_list and platforms options to .carthage_cache.yml config file.

v0.6.0: Filter platforms

04 Jan 15:49
Compare
Choose a tag to compare
  • Add --platform option to publish command to only publish an archive for the specified platforms.
  • prune command now deletes all .bcsymboltable and .dSYM files.

v0.5.0: Local cache

26 Sep 00:20
Compare
Choose a tag to compare

Added a local cache to avoid download archives that have already been installed - #24 (thanks @mokagio)

v0.4.0: Prune'em all

03 Apr 19:51
Compare
Choose a tag to compare

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 to publish command.

Swift binary compatibility

26 Mar 03:52
Compare
Choose a tag to compare

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)