Add script to generate all ressources

This commit is contained in:
2021-12-22 10:33:32 +01:00
parent 780efc8817
commit e14f5a7f48
3 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,7 @@
#/bin/bash
# Font
swift run -c release FontToolCore ./Fonts --extension-output-path ./Fonts/Generated --extension-name R2Font
# Color
swift run -c release ColorToolCore ./Colors/sampleColors1.txt --style all --xcassets-path "./Colors/colors.xcassets" --extension-output-path "./Colors/Generated/" --extension-name "UIColor" --extension-suffix "GenAllScript"