This repository has been archived by the owner on Nov 3, 2020. It is now read-only.
Release 0.38.2
Bug Fixes
- Fix generation of xcconfig files that specify both
-iquote
and-isystem
headers.
Russ Bishop
#3893 - Pods integrated as static libraries can no longer be imported as
modules, as that change had unexpected side-effects.
Boris Bügling
#3898
#3879
#3888
#3886
#3889
#3884 - Source file locking now happens after plugin and podfile post-install hooks
have run.
Samuel Giddins
#3529 - Only set project, dylib, and compatibility versions to valid, three integer
values.
Samuel Giddins
#3887
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