Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove dependence on UIKit; fix use of deprecated UUID attribute #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 14, 2015
Merged

Remove dependence on UIKit; fix use of deprecated UUID attribute #10

merged 3 commits into from
Apr 14, 2015

Conversation

aeberbach
Copy link

First issue - when adding the RFduino classes to a Swift project, UIKit is not available to RFduinoManager. It shouldn't really be anyway - instead I added an optional method to RFduinoManagerDelegate to request that the user of the manager display a message if it wishes.
Second, after iOS 7.1 CBPeripheral's uuid attribute is deprecated. Used peripheral.identifier.UUIDString instead of peripheral.UUID.
Third, fixed a couple of type warnings.

RFduino added a commit that referenced this pull request Apr 14, 2015
Remove dependence on UIKit; fix use of deprecated UUID attribute
@RFduino RFduino merged commit 0c52fd6 into RFduino:master Apr 14, 2015
@RFduino
Copy link
Owner

RFduino commented Apr 14, 2015

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants