R.swift icon indicating copy to clipboard operation
R.swift copied to clipboard

Fix watchOS support for SPM

Open tomlokhorst opened this issue 4 years ago • 0 comments

Issue for https://github.com/mac-cain13/R.swift.Library

The Package.swift file claims to support watchOS, but the target includes the UIKit directory and doesn't compile.

We need to create separate libraries for Core/Foundation (for watchOS) and UIKit (for iOS).

tomlokhorst avatar Apr 23 '20 19:04 tomlokhorst