saoudrizwan / Disk

Easily persist structs, images, and data on iOS
MIT License
3.11k stars 172 forks source link

SPM & Xcode 11 #73

Closed dstranz closed 5 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 5 years ago

This worked for me.

LGTM.