swhitty / SwiftDraw

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

Mac Catalyst Support #16

Closed DanielSincere closed 2 years ago

DanielSincere commented 2 years ago

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

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

DanielSincere commented 2 years 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 2 years ago

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