Simplifying SF Symbols Enumeration Generation with Swift!
- Support SF Symbols 6 beta
- Support SF Symbols 5
- macOS Ventura 13.3 (Compatible with Intel and Apple Silicon-based Macs)
- Download binary file from Latest Releases
- Open Terminal.app (notes: check current path exists SFSymbolsGenerator binary file!)
- run
./SFSymbolsGenerator <filepath>
, and Happy use it!
Argument | Description | Required or Optional |
---|---|---|
filepath | Specify filepath of output. | Required |
Argument | Description | Required or Optional |
---|---|---|
--name | Specify filename of output. Default is SFSymbols+Enum |
Optional |
--use-beta | Use SF Symbols beta | Optional |
# Normal Usage
./SFSymbolsGenerator /Users/leoho/Desktop
# Specify filename Usage
./SFSymbolsGenerator /Users/leoho/Desktop --name SFSymbols
# beta version Usage
./SFSymbolsGenerator /Users/leoho/Desktop --use-beta