Releases: spotify/XCRemoteCache
Releases · spotify/XCRemoteCache
0.3.9
New features
- Add support for AWS Temporary Access Keys #111
- Support PCH headers #95
Bugfixing CocoaPods plugin
- Fix marking the final configuration with white characters #110
Full Changelog: v0.3.8...v0.3.9
Releases cocoapods-xcremotecache v0.0.8
0.3.8
New Features
- support .S and .s files #106
Bugfixing
- Disable local URLSession cache #91
- Print overlay error messages to os_log only #94
- Set provided fakeSrcRoot on Xcode proj build settings as XCRC_FAKE_SRCROOT #105
Full Changelog: v0.3.7...v0.3.8
0.3.7
New features
- Decorate logs with a target name #88
- Customize rewriting dependency paths #87
Bugfixing CocoaPods plugin
- Places prebuild step right before compilation
Full Changelog: v0.3.6...v0.3.7
Releases cocoapods-xcremotecache v0.0.7
0.3.6
Bugfixing
- Fixing poor cache hit rate for targets with dependencies #85
Full Changelog: v0.3.5...v0.3.6
0.3.5
New features
- New configuration parameter
disable_vfs_overlay
that disables parsing vfs overlay #82
Bugfixing
- Renamed prebuild and postbuild phases, adjust prebuild position #74, #75
- Do not fail prebuild/postbuild for the unknown vfs overlay format #82
Full Changelog: v0.3.4...v0.3.5
0.3.4
New features
- Supports
-vfsoverlay
argument when dynamic targets are used #71
- Caches
.swiftinterface
files in an artifact #56
Bugfixing
- Correctly recognize inputs for a target with a name prefixed by some other target name #67
- Find dependency files for the
archive
action #67
CocoaPods plugin
- Deintegrates xcremotecache when the remote cache is disabled #66
- Integrate remote cache only for targets with sources(aka native targets) #61
Releases cocoapods-xcremotecache v0.0.6
0.3.3
New features:
- Added
disable_certificate_verification
property to skip SSL verification
CocoaPods plugin
- Supports
prettify_meta_files
in Podfile
's configuration
Releases cocoapods-xcremotecache v0.0.5
0.3.2
What's Changed
- Adds Apple silicon support.
- Adds new
out_of_band_mappings
and prettify_meta_files
configuration parameters.
Full Changelog: v0.3.1...v0.3.2
0.3.1
What's Changed
- Reuse existing build phases in CocoaPods plugin
- Support first-party caching for incremental install
- Adds experimental producer-fast mode
- Aligns debub-prefix-map for CocoapodsPods project
Full Changelog: v0.3.0...v0.3.1
0.3.0
Initial open-source version