heestand-xyz/PixelKit

How to install?

Closed this issue · 4 comments

Hi,

Sorry I was out of the swift/spm loop for two years, as I was still on Mojave, and a lot has changed, querying google gives various options none seems to work.

First of I'm under Catalina and using XCode 12.4 (AFAIK the last version compatible with Catalina).
My project is a basic SwiftUI macOS app.

In XCode I went to File > Swift Packages > Add Package Dependency... and search for PixelKit.

In the version selection panel I tried a few things:

  • Exact == 2.0.4
  • Up to Next Major from 2.0.4
  • branch "main"

Both returned the following:

image

Very interesting project.

Thanks

Ok, I think this lib is macOS 11 only?

image

Yep, the library is using newer methods and is only compatible with Big Sur

Hi, sorry about that, I've now set the swift tools version to 5.3.
PixelKit 2.0.5 should now be compatible.

@heestand-xyz Awesome thanks!