soffes / HotKey

Simple global shortcuts in macOS
MIT License
921 stars 82 forks source link

Allow SwiftUI to Build Previews in Mixed Platform Projects #25

Closed rismay closed 1 year ago

rismay commented 4 years ago

SwiftUI tries to build every SwiftPackage when generating a preview. If there are packages for a platform it does not support, previews do not build. This can happen when a project targets both Mac and iOS.

soffes commented 1 year ago

Thanks for doing this. Just seeing it now 😅