NordicSemiconductor / IOS-CoreBluetooth-Mock

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

fix: Remove deprecated API functions from CBMPeripheralSpecDelegate #103

Closed pemaatta closed 9 months ago

pemaatta commented 9 months ago

Description

This PR removes the deprecated API functions from CBMPeripheralSpecDelegate.swift as it prevents integration to project with strict warning rules.

CLAassistant commented 9 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

philips77 commented 9 months ago

We will remove those methods eventually. For now, they're there for backwards compatibility and Xcode as no way of suppressing them.