All Versions
19
Latest Version
Avg Release Cycle
38 days
Latest Release
885 days ago
Changelog History
Page 2
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)".
- ๐ Support for setting a default
-
v0.2.0 Changes
โ Added
- ๐ Initial working release with
init
,install
,update
,clean
andclear-cache
sub commands
- ๐ Initial working release with