All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- None.
- None.
- None.
- None.
- None.
- None.
- Adds support for automatically finding schemes named like 'MBProgressHUD Framework tvOS'.
- Some improvements that make the output information on the console more precise.
- None.
- None.
- Fixes the broken cleanup command of temporary frameworks after completing install.
- Fixes an issue with multiple targets linking a single framework with schemes named after their platforms.
- Fixes an issue with different platform specifiers used in scheme names.
- None.
- None.
- The framework copy build phase now optimizes "dirty" build timing by specifying the output files. #13
- None.
- None.
- Fixes an issue where broken previous install attempt leftovers cause errors on subsequent installs. #12
- None.
- None.
- None.
- None.
- None.
- Fix symbolic linking of .framework and .dSYM files.
- None.
- None.
- None.
- None.
- None.
- Fixes an issue where recursive copies of non symbolic links could cause build errors.
- None.
- None.
- None.
- None.
- None.
- Keep symlinks in cached ZIP files for macOS support.
- None.
- None.
- Check if shared cache path is available, else add new build products to local cache.
- None.
- None.
- Fixed an issue with copying unzipped cache build products back to project.
- None.
- Demo project for integration testing with popular Swift frameworks.
- Compress cached build products in a .zip file. Old style cached build products can be deleted.
- None.
- None.
- Multiple issues with paths, names, symbolic links & more.
- None.
- Add support for test targets.
- Sort
Dependencies
group alphabetically.
- 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.
- None.
- None.
- Fix typo in local cache logging.
- Fix missing use of
Constants.xcodeDependenciesGroup
&Constants.dependenciesPath
.
- None.
- None.
- Add support for Swift 5 and Xcode 10.2.
- Separate cached frameworks by Swift tools version.
- None.
- Drop support for Swift 4.2 and Xcode <=10.1.
- None.
- None.
- Fixed an issue with some frameworks sym-linking to themselves.
- Support for setting a default
shared-cache-path
via configuration. - New sub command
set-shared-cache
for setting the shared cache path.
- Also correctly recognize scheme names like "SwiftyBeaver (iOS)".
- Initial working release with
init
,install
,update
,clean
andclear-cache
sub commands