Skip to content

Releases: sweatco/xcode-archive-cache

0.0.13

03 Oct 10:41
Compare
Choose a tag to compare
  • Fix building dependency targets in workspaces
  • Remove build configuration name from cached artefact state

0.0.12

28 Oct 10:03
Compare
Choose a tag to compare
  • Add support for Cocoapods 1.11

0.0.11

27 Jul 05:45
Compare
Choose a tag to compare
  • Add support for XCFramework pods

0.0.10

31 Aug 06:54
Compare
Choose a tag to compare
  • 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

21 Apr 09:39
Compare
Choose a tag to compare
0.0.10.pre.2 Pre-release
Pre-release
  • Properly pass static library dependencies to libtool / ld

0.0.10.pre.1

13 Apr 13:33
Compare
Choose a tag to compare
0.0.10.pre.1 Pre-release
Pre-release
  • Add support for modulemaps in static library dependencies
  • Fix: missing subdependency cache makes root dependency rebuild fail

0.0.9

13 Mar 11:04
Compare
Choose a tag to compare
  • Prioritize in-graph target search over proxied project resolution (fixes last-write-wins bug for sub-nested project targets)

0.0.8

07 Nov 11:48
Compare
Choose a tag to compare
  • Add bundle products support #10
  • Merge build graphs #9

0.0.8.pre.2

02 Aug 07:05
Compare
Choose a tag to compare
0.0.8.pre.2 Pre-release
Pre-release
  • Add support for Cocoapods bundle targets (#2)

0.0.8.pre.1

30 Jul 12:39
Compare
Choose a tag to compare
0.0.8.pre.1 Pre-release
Pre-release
  • Allow shared dependencies to be handled properly (#5)