Added
- Add two new cases to the responses (
notAcceptable
,tooManyRequests
). (#437) by @KKuzmichev
Fixed
Changed
- Fix
SUPPORTED_PLATFORMS
for tvOS. This helps Carthage to build only the specified platform when the option--platform
is used. (#464) by @jasminlapalme