twilio / twilio-video-app-ios

A collaboration application built with the Twilio Video iOS SDK
Apache License 2.0
246 stars 54 forks source link

Update deployment target to 14.5 #188

Closed timrozum closed 2 years ago

timrozum commented 2 years ago

This is in preparation for adding some SwiftUI from the live video streaming app to make UI improvements.

  1. Update deployment target to 14.5 like the live video streaming app.
  2. Fix warnings for APIs deprecated in iOS 13.
  3. Remove code that conditionally ran if iOS version was less than iOS 13.

Created a feature branch since the UI modernization effort may be a bit of a process.