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

Mac Catalyst Support #16

Closed DanielSincere closed 1 year ago

DanielSincere commented 1 year ago

check targetEnvironment(macCatalyst) so that SwiftDraw successfully builds for Mac Catalyst.

Fixes https://github.com/swhitty/SwiftDraw/issues/15

DanielSincere commented 1 year ago

@swhitty Here's video of how it was fixed. Would love a follow 💜 😁 https://www.youtube.com/watch?v=2VXEkQxtryI&t=3501s

swhitty commented 1 year ago

Wow amazing that you were able to decipher and fix it so fast.