yagiz / Bagel

a little native network debugging tool for iOS
Apache License 2.0
4.35k stars 317 forks source link

Fixes Swift Package Manager Support #74

Open swhitty opened 3 years ago

swhitty commented 3 years ago

Updates Headers to only expose publicly;

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

mran3 commented 2 years ago

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

mran3 commented 2 years ago

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.

filimo commented 2 years ago

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

Abanoub-Yassir commented 1 year ago

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

watanak commented 8 months ago

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