Releases: sweatco/xcode-archive-cache
Releases · sweatco/xcode-archive-cache
0.0.13
0.0.12
- Add support for Cocoapods 1.11
0.0.11
- Add support for XCFramework pods
0.0.10
- Add support for Swift static libs
- Replace existing library / framework search paths with cache paths to keep
ld
from generating "directory not found" errors - Inject each target only once to speed things up
- Treat modulemaps as build products if they require doing so
- Allow different versions of
xcode-archive-cache
to use the same artifact storage without causing conflicts
0.0.10.pre.2
- Properly pass static library dependencies to libtool / ld
0.0.10.pre.1
- Add support for modulemaps in static library dependencies
- Fix: missing subdependency cache makes root dependency rebuild fail
0.0.9
- Prioritize in-graph target search over proxied project resolution (fixes last-write-wins bug for sub-nested project targets)
0.0.8
0.0.8.pre.2
- Add support for Cocoapods bundle targets (#2)
0.0.8.pre.1
- Allow shared dependencies to be handled properly (#5)