carson-katri / swift-request

Declarative HTTP networking, designed for SwiftUI
MIT License
730 stars 41 forks source link

`willChange` fix for beta 4 #3

Closed carson-katri closed 5 years ago

carson-katri commented 5 years ago

Xcode beta 4 brings some changes to BindableObject. This fix updates Request and Response to conform to BindableObject.

carson-katri commented 5 years ago

We can ignore the builds as Travis CI most likely hasn't upgraded to Xcode beta 4.