XcodeGen v2.21.0 Release Notes

  • โž• Added

    • ๐Ÿ‘Œ Support weak link for Swift Package Dependency #1064 @freddi-kit

    ๐Ÿ”„ 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