NordicSemiconductor / IOS-CoreBluetooth-Mock

Mocking library for CoreBluetooth framework.
BSD 3-Clause "New" or "Revised" License
226 stars 51 forks source link

Keeping in line with the iOS 15 SDK changes, we've made multiple properties weak #51

Closed dinesharjani closed 3 years ago

dinesharjani commented 3 years ago

This PR makes the CBMService.peripheral, CBMCharacteristic.service and CBMDescriptor.characteristic weak. This is in line with a change in iOS 15.

Note: This PR has been improved in #52.