Bagel icon indicating copy to clipboard operation
Bagel copied to clipboard

Fixes Swift Package Manager Support

Open swhitty opened this issue 4 years ago • 5 comments

Updates Headers to only expose publicly;

  • Bagel.h
  • BagelCarrierDelegate.h
  • BagelConfiguration.h
  • BagelDeviceModel.h
  • BagelProjectModel.h

All other headers are project headers with forward declarations are added where required.

Adds support for macOS targets so that you can test the packages with with % swift build

swhitty avatar Feb 20 '21 05:02 swhitty

I like Bagel, I want to be able to use it with Swift Package Manager. I hope this fixes it :)

mran3 avatar Jul 14 '21 19:07 mran3

I managed to make this work, If anyone needs it, as a workaround, it can be used via SPM from my repo: https://github.com/mran3/Bagel I basically did nothing, just merged @swhitty PR with the main branch of this project. All credits to him and @yagiz for this great project. I hope it gets active again.

mran3 avatar Aug 05 '21 03:08 mran3

@mran3 You can find other fixes here https://github.com/ricobeck/Bagel.git

filimo avatar Aug 05 '21 11:08 filimo

@yagiz please accept this so we can use your library by SPM

Abanoub-Yassir avatar May 29 '23 11:05 Abanoub-Yassir

why I still got error with Bagel/BagelBaseModel.h' file not found when I try to build it? Please help me a bit.

watanak avatar Oct 30 '23 08:10 watanak