libgit2 / objective-git

Objective-C bindings to libgit2
MIT License
1.16k stars 280 forks source link

👷🏻‍♀️🛠 Xcode 9.3 #651

Closed phatblat closed 6 years ago

phatblat commented 6 years ago

Updated Travis to build with xcode9.3.

Also updated test dependencies and project settings.

Lots of nullability warnings were breaking the build so I relaxed xcconfig's "treat warnings as errors". I'd like to circle back and clean these up. @tiennou and I cleaned up the nullability warnings. Note that these warnings were disabled in the test targets to keep the test code more lean.

phatblat commented 6 years ago

Thanks for the nullable cleanup, @tiennou! I'll see if I can finish it off.

phatblat commented 6 years ago

Travis now has xcode9.3