uber / uber-ios-sdk

Uber iOS SDK (beta)
https://developer.uber.com/docs
MIT License
376 stars 125 forks source link

Drop min OS version to iOS 14 #309

Closed mohssenfathi closed 3 months ago

mohssenfathi commented 3 months ago

Description

The current min iOS version defined in the Package file is v15. The only API restricting this is UIButton.Configuration. This PR provides a fallback for the UIButton configuration and drops the iOS version to v14.

Changes

Package.swift

UberButton