flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
598 stars 40 forks source link

Build via Swift package manager #384

Open ephemer opened 1 year ago

ephemer commented 1 year ago

Type of change: DX, Performance

Motivation (current vs expected behavior)

Re-allow builds via SwiftPM, which should make it easier for others to integrate the library into their own builds. We also gain improved support for static linking, whole module optimization, etc. by doing this.

Please check if the PR fulfills these requirements