NordicSemiconductor / IOS-CoreBluetooth-Mock

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

Task: Add support for SPM #72

Closed kscheff closed 1 year ago

kscheff commented 2 years ago

Trying to get Xcode 13.4.1 compiling with the swift package alone doesn't work on my M1 machine (I did not check others). All options are based on Pods, so it is a long configuration fight in the project settings in order to get it proper compiling using the swift package.

I have not check the Pod install, since it was a rough start with the M1.

Suggestion: move project to swift package instead of Pod install.

philips77 commented 2 years ago

OK, will do that soon!

NickKibish commented 1 year ago

The project supports SPM.