Skip to content

Releases: spotify/XCRemoteCache

0.3.9

04 Apr 08:17
62b637b
Compare
Choose a tag to compare

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

22 Mar 16:06
c052ed8
Compare
Choose a tag to compare

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

21 Feb 16:42
e6b5602
Compare
Choose a tag to compare

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

15 Feb 09:10
9363e68
Compare
Choose a tag to compare

Bugfixing

  • Fixing poor cache hit rate for targets with dependencies #85

Full Changelog: v0.3.5...v0.3.6

0.3.5

14 Feb 08:08
f086feb
Compare
Choose a tag to compare

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

07 Feb 19:58
1e86cac
Compare
Choose a tag to compare

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

19 Jan 09:54
f3832c3
Compare
Choose a tag to compare

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

06 Jan 13:18
a7316d3
Compare
Choose a tag to compare

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

05 Dec 19:38
bf90d51
Compare
Choose a tag to compare

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

16 Nov 13:32
41829e7
Compare
Choose a tag to compare

Initial open-source version