[ADD] SwiftGen configuration and generated files

This commit is contained in:
Fabian Thies
2022-12-22 10:21:57 +01:00
committed by Joe Mattiello
parent 1341de8315
commit e23956d4ed
4 changed files with 276 additions and 0 deletions

23
swiftgen.yml Normal file
View File

@@ -0,0 +1,23 @@
# colors:
# inputs: colors.xml
# outputs:
# templateName: swift5
# output: Colors.swift
#
# fonts:
# inputs: Fonts
# outputs:
# templateName: swift5
# output: Fonts.swift
strings:
- inputs: AltStore/Resources/en.lproj/Localizable.strings
outputs:
templateName: structured-swift5
output: AltStore/Generated/Localizations.swift
xcassets:
inputs: AltStore/Resources/Assets.xcassets
outputs:
templateName: swift5
output: AltStore/Generated/Assets.swift