cyrilzakka / SwiftUIModal

A better modal view for SwiftUI
233 stars 10 forks source link

Remove use of framework and use as SwiftPM Library instead #3

Open daveanderson opened 4 years ago

daveanderson commented 4 years ago

Starting from https://github.com/cyrilzakka/SwiftUIModal/pull/1 I was unable to build and run this. I've had less success using SwiftPM to build a framework than the more natural (IMO) for SwiftPM library.

With this branch the Xcode 11 SPM integration will reference the adjacent SwiftUIModal SPM package and integrate it. No code changes involved, just moving the files around.

It is now building and running on Xcode 11.0 (11A419c) (GM 1)