Results 5 issues of Darren Ford

Added support for hex code containing an alpha component (eg. #ff00ff3c) Usage: ```swift let partiallyTransparentWhite = NSColor(colorCode: "#ffffff55")! ``` In order to support this, I needed to re-order the enum...

Two build fixes for Xcode 14 beta. * [macOS] The Xcode14 beta build(s) fail as it seems that in the latest SDKs importing AppKit is no longer enough to get...

Reproduce: Build QRCodeView Demo > QRCodeView iOS Demo > Mac Catalyst and scale the window. When you scale the window, the logo template image goes out of place. The renderer...

Just updating the repo so that it works out of the box on Xcode 10/11

# Summary I have a Linux-based project which I'm trying to add Zip support. When I add ZipFoundation as a dependency, the build fails with a compiler error. I'm using...