Skip to content

Commit 0f3d378

Browse files
authored
Fix templatesPath (#197)
1 parent fa424f1 commit 0f3d378

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/FigmaExport/Subcommands/ExportImages.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ extension FigmaExportCommand {
7070
resourceBundleNames: ios.resourceBundleNames,
7171
addObjcAttribute: ios.addObjcAttribute,
7272
uiKitImageExtensionURL: imagesParams.imageSwift,
73-
swiftUIImageExtensionURL: imagesParams.swiftUIImageSwift)
73+
swiftUIImageExtensionURL: imagesParams.swiftUIImageSwift,
74+
templatesPath: ios.templatesPath
75+
)
7476

7577
let exporter = XcodeImagesExporter(output: output)
7678
let localAndRemoteFiles = try exporter.export(assets: images.get(), append: filter != nil)

0 commit comments

Comments
 (0)