-
Notifications
You must be signed in to change notification settings - Fork 375
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
Added support for observing ancsAuthorized property on peripheral. #370
Added support for observing ancsAuthorized property on peripheral. #370
Conversation
…able to support the testing framework.
CI will continue failing since it is using XCode 10.2. Not sure if there's anything I can do for this. |
Please update .travis.yml and use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for you PR. Please update travis configuration to fix build problems.
I'm already working on updating our CI configuration. Please wait until I finish this. After that I'll merge your PR. |
Unfortunately, generate-mocks.sh only uses iPhone sdk, but not also macOS sdk. I tried changing the script, but just changing the sdk_path doesn't seem to do it, so it beats me. For now I manually added an #if !macOS so the tests run accordingly. |
I'm working on changes in the generate-mocks.sh script to fix this problem I hope I will manage to complete this soon. |
Thank you @minixT , I will leave this to you. |
@radumvlad I've updated |
# Conflicts: # Tests/Autogenerated/Mock.generated.swift
Added support for
ancsAuthorized
property that was introduced in iOS 13: https://developer.apple.com/documentation/corebluetooth/cbperipheral/3180040-ancsauthorized