1.9.0.beta.1
Pre-releaseEnhancements
-
Support for scheme code coverage.
Dimitris Koutsogiorgas
#8921 -
Support Swift version variants.
Dimitris Koutsogiorgas
#9230 -
Configure dependencies per configuration.
Samuel Giddins
Dimitris Koutsogiorgas
#9149 -
Include Podfile Plugin changes for incremental installation.
Sebastian Shanus
#9147 -
Integrate
use_frameworks!
linkage DSL.
Dimitris Koutsogiorgas
#9099 -
Add support for integrating dependency file in user script phases.
Dimitris Koutsogiorgas
#9082 -
Add support for XCFrameworks using the
vendored_frameworks
Podspec DSL.
Eric Amorde
#9148
Bug Fixes
-
Move
run_podfile_post_install_hooks
call to execute right before projects are saved.
Yusuf Sobh
#9379 -
Do not apply header mapping copy if the spec does not provide a header mappings dir.
Dimitris Koutsogiorgas
#9308 -
Fix issue where workspace was missing user project references during incremental installation.
Sebastian Shanus
#9237 -
Search in users xcconfig's for figuring out when to set
APPLICATION_EXTENSION_API_ONLY
.
Dimitris Koutsogiorgas
#9233 -
Always generate a lockfile even if project integration is disabled.
Dimitris Koutsogiorgas
#9288 -
Fix incremental installation with plugins that include arguments with different ordering.
Dimitris Koutsogiorgas
#9170 -
Move custom
Copy Headers
script phase for header mappings beforeCompile Sources
.
Dimitris Koutsogiorgas
#9131 -
Don't create a conflicting
LaunchScreen.storyboard
when an app spec contains a file
with that name in itsresources
.
Samuel Giddins