mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 19:53:25 +01:00
[ADD] SwiftGen configuration and generated files
This commit is contained in:
committed by
Joe Mattiello
parent
1341de8315
commit
e23956d4ed
23
swiftgen.yml
Normal file
23
swiftgen.yml
Normal 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
|
||||
Reference in New Issue
Block a user