mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
24 lines
521 B
YAML
24 lines
521 B
YAML
# 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/SwiftUI/Generated/Localizations.swift
|
|
|
|
xcassets:
|
|
inputs: AltStore/Resources/Assets.xcassets
|
|
outputs:
|
|
templateName: swift5
|
|
output: AltStore/SwiftUI/Generated/Assets.swift
|