All Versions
19
Latest Version
Avg Release Cycle
38 days
Latest Release
1280 days ago

Changelog History
Page 2

  • v0.5.3 Changes

    April 03, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes an issue where recursive copies of non symbolic links could cause build errors.
  • v0.5.2 Changes

    March 31, 2019

    ๐Ÿ›  Fixed

    • ๐ŸŽ Keep symlinks in cached ZIP files for macOS support.
  • v0.5.1 Changes

    March 31, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ— Check if shared cache path is available, else add new build products to local cache.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue with copying unzipped cache build products back to project.
  • v0.5.0 Changes

    March 30, 2019

    โž• Added

    • โœ… Demo project for integration testing with popular Swift frameworks. ### ๐Ÿ”„ Changed
    • ๐Ÿ’… Compress cached build products in a .zip file. Old style cached build products can be deleted. ### ๐Ÿ›  Fixed
    • Multiple issues with paths, names, symbolic links & more.
  • v0.4.0 Changes

    March 29, 2019

    โž• Added

    • โž• Add support for test targets.
    • Sort Dependencies group alphabetically. ### ๐Ÿ”„ Changed
    • ๐Ÿ”„ Change structure of Dependencies folder.
    • โœ‚ Delete unneeded groups & references from Dependencies group.
    • โœ‚ Delete unneeded files & folders from Dependencies folder.
    • Only link frameworks when not already linked.
    • Unlink frameworks that are no longer included.
    • ๐Ÿ— Don't save build products to local cache if shared cache is available.
    • ๐Ÿšš Cleanup Accio run script phase when target gets removed. ### ๐Ÿ›  Fixed
    • ๐Ÿ›  Fix typo in local cache logging.
    • ๐Ÿ›  Fix missing use of Constants.xcodeDependenciesGroup & Constants.dependenciesPath.
  • v0.3.0 Changes

    March 26, 2019

    ๐Ÿ”„ Changed

    • โž• Add support for Swift 5 and Xcode 10.2.
    • Separate cached frameworks by Swift tools version. ### โœ‚ Removed
    • โฌ‡๏ธ Drop support for Swift 4.2 and Xcode <=10.1.
  • v0.2.2 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue with some frameworks sym-linking to themselves.
  • v0.2.1 Changes

    โž• Added

    • ๐Ÿ‘Œ Support for setting a default shared-cache-path via configuration.
    • ๐Ÿ†• New sub command set-shared-cache for setting the shared cache path. ### ๐Ÿ›  Fixed
    • Also correctly recognize scheme names like "SwiftyBeaver (iOS)".
  • v0.2.0 Changes

    โž• Added

    • ๐ŸŽ‰ Initial working release with init, install, update, clean and clear-cache sub commands