BarredEwe / Prefire

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

Fix target resolution for standalone frameworks #55

Closed szymon-heetch closed 5 months ago

szymon-heetch commented 5 months 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 5 months 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 5 months ago

Great 🎉 , closing then :)