Skip to content

2.21.0

Choose a tag to compare

@yonaskolb yonaskolb released this 01 May 06:11
· 227 commits to master since this release

Added

Changed

  • Carthage frameworks are no longer embedded for "order-only" target dependencies. This avoid redundant embeds in situations where a target's sources import a Carthage framework but do not have a binary dependency on it (like a test target which runs in a host app). #1041 @elliottwilliams

Fixed

  • The Core target is renamed to avoid collisions with other packages. #1057 @elliottwilliams
  • Lookup scheme config variants by whole words, fixing incorrect assignment in names that contain subtrings of each other (eg PreProd and Prod) #976 @stefanomondino

Commits