kiwi-bdd / Kiwi

Simple BDD for iOS
BSD 3-Clause "New" or "Revised" License
4.14k stars 512 forks source link

Add Swift PM support #723

Open GLinnik21 opened 2 years ago

GLinnik21 commented 2 years ago

SPM requires the public headers to be in the same folder, but they are scattered all over the project. So I created a separate folder for the public headers, because without this <Kiwi/*.h> imports in Kiwi.h file will break.

GLinnik21 commented 2 years ago

Couldn't create Tests target because of mixed languages in sources

GLinnik21 commented 2 years ago

Hi, @ecaselles! Could you please review this pull request?

GLinnik21 commented 2 years ago

Nimble does not support Obj-C in SPM