contentful / contentful.swift

A delightful Swift interface to Contentful's content delivery API.
MIT License
203 stars 81 forks source link

Update CocoaPods Deployment Targets #387

Open jshier opened 1 year ago

jshier commented 1 year ago

331 and #386 are caused by the CocoaPods deployment targets being too far out of date. This PR brings them up to the iOS 10 generation. Technically these will still produce warnings in Xcode but they can be easily ignored and won't break at compile time any more.

This PR also updates the Ruby environment to the latest Ruby version, latest dependencies, and adds a .ruby-gemset for RVM (and rbenv with the right configuration I think). Also removes Boris from the authors, as I don't believe he can support the framework. Let me know if there should be some other contact.

jshier commented 1 year ago

Looks like the test failures are due to a live network request failing.

jshier commented 1 year ago

Just an FYI, bumping deployment targets is breaking for anything depending on it with a lower deployment target, so this would require a major version bump.