Prism icon indicating copy to clipboard operation
Prism copied to clipboard

Adds macOS support

Open AndreasInk opened this issue 3 years ago • 2 comments

Hey! I hope this small fix is helpful :) I added macOS support by creating a typealias for UIColor

AndreasInk avatar Jan 08 '23 23:01 AndreasInk

Nice, thanks! Does this compile though on mac? I think I might have referenced from UIKit-only colors like UIColor.secondarySystemBackground, so not sure if a typealias fixes everything

aheze avatar Jan 09 '23 07:01 aheze

Ah good point, I did not test it with the example project, only with my own project that was macOS only

AndreasInk avatar Jan 13 '23 21:01 AndreasInk