steamclock / bluejay

A simple Swift framework for building reliable Bluetooth LE apps.
MIT License
1.09k stars 97 forks source link

[223] Make sure the library, bluejay demo, and dittojay demo build and run on Xcode 11 and later #231

Closed sakuraehikaru closed 4 years ago

sakuraehikaru commented 4 years ago

For #223

Summary

We need to try running our library and demos using the latest Xcode, and make sure the basic Bluetooth operations still work on iOS 13.

Solution & Testing

Tested everything on iOS 13, and found and fixed a crash related to Bluetooth privacy statement. Also verified all basic Bluetooth operations such as scanning, reading, and writing still work as expected.