saoudrizwan / Disk

Delightful framework for iOS to easily persist structs, images, and data
MIT License
3.08k stars 170 forks source link

SPM & Xcode 11 #73

Closed dstranz closed 4 years ago

dstranz commented 5 years ago

To use Disk as SPM dependency in Xcode 11 we need to modify Package.swift file a bit and add missing UIKit imports.

kylebrowning commented 4 years ago

This worked for me.

LGTM.