PunchThrough / Bean-iOS-OSX-SDK

Punch Through's SDK for speeding up development with the LightBlue Bean development platform
MIT License
172 stars 51 forks source link

Fix for iOS 9 API changes #14

Closed sodastsai closed 9 years ago

sodastsai commented 9 years ago

since currently the bean sdk only supports iOS 7.0+ and OS X 10.9+, old version checks (for iOS 5/6) and compatbility workarounds should be removed. Also, APIs like -[CBPeripheral UUID] has been removed from iOS 9.

mplewis commented 9 years ago

@sodastsai: thanks for your contribution!