troystribling / BlueCap

iOS Bluetooth LE framework
MIT License
715 stars 115 forks source link

tvOS Support #51

Closed Jeehut closed 7 years ago

Jeehut commented 7 years ago

First thanks for this great library and example app!

I'd like to use this in a project where a tvOS-App connects to its counterpart iOS-App (which serves as a remote to the TV app). As far as I can tell this doesn't support tvOS though (Carthage couldn't find a scheme for tvOS) which is a pity. Do you plan to add tvOS support and do you think there are parts that won't work or make any sense on tvOS? If so, which ones are they?

I'm willing to help getting tvOS-support done, so if there's anything I should know just tell me. :) Thank you for your help!

Jeehut commented 7 years ago

I've just implemented this feature via #52 – here's the answers I found myself:

troystribling commented 7 years ago

Thanks for doing this. I will review the PR and verify that it does not break any existing functionality and verify the build in a simulator but do not currently have the hardware to test tvOS BLE support. If it looks good I will do the merge.