jordanebelanger / SwiftyBluetooth

Closures based APIs for CoreBluetooth
MIT License
209 stars 66 forks source link

Swift 5 & Fix warnings #42

Closed emrcftci closed 4 years ago

emrcftci commented 4 years ago

Description

Motivation and Context

What kind of change does this PR introduce?

emrcftci commented 4 years ago

@jordanebelanger thanks for the project! I'm using the library in my projects but I want to avoid warnings. PTAL 🚀

jordanebelanger commented 4 years ago

Hi @emrcftci

Thank you for the pull request, very appreciated. I haven't had that much interest on working on this library as I have been working mostly on swift server side stuff and other projects.

But, I still managed to update this library recently, sort of :)

Before I check about merging your PR, please check out this branch and test it out, it already includes your changes and more (it uses Swift 5.0's own Result type`) https://github.com/jordanebelanger/SwiftyBluetooth/tree/2

If it works good for you, I will merge it to master and create a new release, my problem is testing which I haven't had much time to do.

jordanebelanger commented 4 years ago

@emrcftci I created a PR for that branch here https://github.com/jordanebelanger/SwiftyBluetooth/pull/43

emrcftci commented 4 years ago

Thanks for quick response. Of-course it is good for me 🚀 I'm going to close this pull-request.

jordanebelanger commented 4 years ago

@emrcftci Could you test out that branch by any chance? Would appreciate it a lot and help me merge the PR faster.