Skip to content

Commit

Permalink
Fix templatesPath (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey1312 authored Dec 8, 2022
1 parent fa424f1 commit 0f3d378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/FigmaExport/Subcommands/ExportImages.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ extension FigmaExportCommand {
resourceBundleNames: ios.resourceBundleNames,
addObjcAttribute: ios.addObjcAttribute,
uiKitImageExtensionURL: imagesParams.imageSwift,
swiftUIImageExtensionURL: imagesParams.swiftUIImageSwift)
swiftUIImageExtensionURL: imagesParams.swiftUIImageSwift,
templatesPath: ios.templatesPath
)

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

0 comments on commit 0f3d378

Please sign in to comment.