-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswiftgen.yml
23 lines (22 loc) · 1.05 KB
/
swiftgen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
json:
- inputs:
- Package/Sources/iOSDesignSystemKit/Components/DSToast/Resources/toast_components.json
outputs:
templatePath: SwiftgenTemplates/Json/Components.stencil
output: Package/Sources/iOSDesignSystemKit/Components/DSToast/Generated/DSToastTokens.swift
- inputs:
- Package/Sources/iOSDesignSystemKit/Measurements/Resources/measurements.json
outputs:
templatePath: SwiftgenTemplates/Json/Measurements.stencil
output: Package/Sources/iOSDesignSystemKit/Measurements/Generated/MeasurementTokens.swift
xcassets:
- inputs:
- Package/Sources/iOSDesignSystemKit/Icons/Resources/IconTokens.xcassets
outputs:
- templatePath: SwiftgenTemplates/Assets/IconTokens.stencil
output: Package/Sources/iOSDesignSystemKit/Icons/Generated/IconTokens.swift
- inputs:
- Package/Sources/iOSDesignSystemKit/Colors/Generated/ColorTokens.xcassets
outputs:
- templatePath: SwiftgenTemplates/Assets/ColorTokens.stencil
output: Package/Sources/iOSDesignSystemKit/Colors/Generated/ColorTokens.swift