Closed robbiet480 closed 4 years ago
This PR adds support for Swift Package Manager which is now built into Xcode. It required adding import UIKit anywhere that those functions were called but otherwise caused no other changes.
import UIKit
is there a plan to support SwiftPM for BlueJay?
Thank you for your support. I am merging this and bumping the version to 0.8.7
This PR adds support for Swift Package Manager which is now built into Xcode. It required adding
import UIKit
anywhere that those functions were called but otherwise caused no other changes.