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
177 stars 36 forks source link

Fixed xcode build warnings #119

Closed shukhrat-sky closed 2 years ago

shukhrat-sky commented 2 years ago

Description

This PR fixing Xcode build warnings.

Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead

Change Notes

Set to confirm on AnyObject instead class for two protocols.

Pre-submission Checklist

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

shukhrat-sky commented 2 years ago

@jonnybach can you please tag new release 1.5.6?