Created
January 25, 2020 17:49
-
-
Save sjoness/9a7982be0a783b52a993df60de95575c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input_dir: | |
output_dir: {Target}/SwiftGen | |
xcassets: | |
inputs: {Target}/Assets.xcassets | |
outputs: | |
templateName: swift4 | |
output: Assets.swift | |
colors: | |
inputs: Shared/Colors.json | |
outputs: | |
templateName: swift4 | |
output: Colors.swift | |
params: | |
colorAliasName: NSUIColor | |
strings: | |
inputs: {Target}/en.lproj/Localizable.strings | |
outputs: | |
templateName: structured-swift4 | |
output: Strings.swift | |
params: | |
enumName: Lang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment