BarredEwe / Prefire

🔥 A library based on SwiftUI Preview, for easy generation: Playbook view, Snapshot and Accessibility tests
Apache License 2.0
251 stars 16 forks source link

Fix target resolution for standalone frameworks #55

Closed szymon-heetch closed 1 month ago

szymon-heetch commented 1 month ago

Due to issue with tested target resolution, no correct files are passed to further generation. Issue described here.

This is proposed change to fix it.

BarredEwe commented 1 month ago

I posted a similar PR: https://github.com/BarredEwe/Prefire/pull/56 Added what you suggested with Target search + fixed the bug where Target is not taken into account from prefire.yml

szymon-heetch commented 1 month ago

Great 🎉 , closing then :)