thii / FontAwesome.swift

Use FontAwesome in your Swift projects
MIT License
1.57k stars 266 forks source link

SPM Restructure and Bug Fix where Font path was coming as nil #275

Closed sandeepbol closed 2 years ago

sandeepbol commented 2 years ago

Precisely the fix for -- https://github.com/thii/FontAwesome.swift/issues/248

dneykov commented 2 years ago

Any idea when this can be merged? I can confirm SPM works!

Only thing that I see is the following warning: 'tools' was identified as an executable target given the presence of a 'main.swift' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'

Edit: Replacing .target( in Package.swift:19 with .executableTarget( fixes the warning.

sandeepbol commented 2 years ago

@MatrixSenpai Please create a release tag.