Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Release 0.38.2

Compare
Choose a tag to compare
@segiddins segiddins released this 26 Jul 05:35
· 758 commits to master since this release
Bug Fixes

0.38.1

Enhancements
  • Set project, dylib, and compatibility versions when building pods as
    frameworks.
    Marius Rackwitz
  • Pods integrated as static libraries can now be imported as modules.
    Tomas Linhart
    #3874
Bug Fixes
  • Ensure the aggregate .xcconfig file only has the settings for the
    appropriate build configuration.
    Samuel Giddins
    #3842
  • Show the correct error when pod spec lint finds multiple podspecs, and at
    least one of them fails linting.
    Samuel Giddins
    #3869
  • Set header search paths properly on the user target when vendored_libraries
    Pods are used while integrating Pods as frameworks.
    Jonathan MacMillan
    #3857
  • Only link public headers in the sandbox for Pods that are not being built
    into dynamic frameworks, when integrating Pods as frameworks.
    Jonathan MacMillan
    #3867
  • Don't lock resource files, only source files.
    Mason Glidden
    #3557
  • Fix copying frameworks when integrating with today extensions.
    Samuel Giddins
    #3819