Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.
Apache License 2.0
180 stars 40 forks source link

Update iOS deployment target to 11, Update Swift version to 5. #61

Closed Jesse-calkin closed 5 years ago

Jesse-calkin commented 5 years ago

Description

This PR Updates the iOS deployment target to 11.0, and updates the Swift language version to 5.0

Change Notes

Pre-submission Checklist

dcoufal commented 5 years ago

@jesse if you are switching to swift 5 you'll probably have to mess around with travis-ci settings to get the correct image. Right now it's failing unit tests as it can't even build.

I can help if it seems mysterious.