1.9.0
Enhancements
- None.
Bug Fixes
-
Also apply Xcode 11
XCTUnwrap
fix to library and framework targets that weakly linkXCTest
.
Dimitris Koutsogiorgas
#9518 -
Fix dSYM handling for XCFrameworks.
Eric Amorde
#9530
1.9.0.beta.3 (2020-02-04)
Enhancements
Bug Fixes
-
Apply Xcode 11
XCTUnwrap
fix to library and framework targets.
Dimitris Koutsogiorgas
#9500 -
Fix resources script when building a project from a symlink.
Dimitris Koutsogiorgas
#9423 -
Fix
pod install
crash on projects with atypical configuration names.
Paul Beusterien
#9465 -
Fix an issue that caused iOS archives to be invalid when including a vendored XCFramework
Eric Amorde
#9458 -
Fix a bug where an incremental install missed library resources.
Igor Makarov
#9431 -
Fix an issue that caused an incorrect warning to be emitted for CLI targets with static libraries
Eric Amorde
#9498
1.9.0.beta.2 (2019-12-17)
Enhancements
- None.
Bug Fixes
- Fix validator to properly integration project during
lint
.
Dimitris Koutsogiorgas
#9416
1.9.0.beta.1 (2019-12-16)
Enhancements
-
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