1.7.0.beta.1
Pre-releaseEnhancements
-
Add documentation for the
:testspecsoption on thepodPodfile DSL
Eric Amorde
#506 -
Better error messages, if unallowed version requirement is specified in Podspec.
Wolfgang Lutz
#466 -
DSL for
schemesupport.
Dimitris Koutsogiorgas
#7577
#479 -
Replace
test_onlyattribute option withspec_types.
Dimitris Koutsogiorgas
#470
Bug Fixes
-
Ensure
test_typevalue 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,YAMLHelpersorts arrays by&:downcase.
When a new Lockfile is generated, the sort order is plain lexicographical.
This causes pods likeGoogleSignInandGTMSessionFetcherbeing in a different order in each case, causing--deploymentto 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