PromiseKit / CoreLocation

Promises for Swift & ObjC
http://promisekit.org
MIT License
30 stars 29 forks source link

Update Package.swift #35

Closed bellebethcooper closed 2 years ago

bellebethcooper commented 2 years ago

I bumped the iOS deployment version in Package.swift, as I was hitting a build error due to the iOS minimum target being set to iOS 8, where a minimum of 9.0 is now required.

mxcl commented 2 years ago

Strictly we should only do this for a Package@swift-5.3.swift and thus this is an ABI violation.

However I doubt there’s anyone who needs iOS 8 still.