1.7.0.beta.2
Pre-releaseEnhancements
- Add support for
xcfilelist
inscript_phase
DSL.
Dimitris Koutsogiorgas
#517
Bug Fixes
- None.
1.7.0.beta.1 (2019-02-22)
Enhancements
-
Add documentation for the
:testspecs
option on thepod
Podfile DSL
Eric Amorde
#506 -
Better error messages, if unallowed version requirement is specified in Podspec.
Wolfgang Lutz
#466 -
DSL for
scheme
support.
Dimitris Koutsogiorgas
#7577
#479 -
Replace
test_only
attribute option withspec_types
.
Dimitris Koutsogiorgas
#470
Bug Fixes
-
Ensure
test_type
value is converted to a symbol from consumers of JSON podspecs.
Dimitris Koutsogiorgas
#504 -
Fix several array sorting inconsistencies when generating a Lockfile.
When a Lockfile is being written to disk,YAMLHelper
sorts arrays by&:downcase
.
When a new Lockfile is generated, the sort order is plain lexicographical.
This causes pods likeGoogleSignIn
andGTMSessionFetcher
being in a different order in each case, causing--deployment
to report an error when in fact the Lockfile wouldn't be changed.
Igor Makarov -
Fix a crash when using
inhibit_all_warnings!
in parent and child scopes
Eric Amorde
#472