swhitty / SwiftDraw

Swift library and command line tool to convert SVGs into SFSymbol, PNG, PDF and Swift source code.
zlib License
389 stars 49 forks source link

MacCatalyst support #15

Closed DanielSincere closed 1 year ago

DanielSincere commented 1 year ago

Getting this error and others, related to Mac Catalyst support.

SwiftDraw/SwiftDraw/NSImage+Image.swift:67:29: error build: 'NSGraphicsContext' is unavailable in Mac Catalyst
Screen Shot 2022-10-07 at 3 36 57 PM
swhitty commented 1 year ago

Thank you for the fix @FullQueueDeveloper.

Release 0.13.2 is now available and including Mac Catalyst support.

DanielSincere commented 1 year ago

Thanks @swhitty, I'm using 0.13.2 successfully in my project.