lukepistrol / SFSymbolsMacro

A Swift Macro for "type-safe" SF Symbols.
MIT License
183 stars 2 forks source link

Add Access Levels with Tests #2

Closed hi2gage closed 1 year ago

hi2gage commented 1 year ago

Hello I was attempting to use this macro inside of a local package and I was unable to access the properties from my project since they are set as internal by default. Swift Access Control

I added a accessLevel for the following access types:

Also added tests for all 4 new cases