Skip to content

Commit

Permalink
Fix ios.templatesPath (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey1312 authored Jul 26, 2022
1 parent f4339a3 commit 5e09772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/FigmaExport/Subcommands/ExportIcons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ extension FigmaExportCommand {
addObjcAttribute: ios.addObjcAttribute,
preservesVectorRepresentation: iconsParams.preservesVectorRepresentation,
uiKitImageExtensionURL: iconsParams.imageSwift,
swiftUIImageExtensionURL: iconsParams.swiftUIImageSwift)
swiftUIImageExtensionURL: iconsParams.swiftUIImageSwift,
templatesPath: ios.templatesPath)

let exporter = XcodeIconsExporter(output: output)
let localAndRemoteFiles = try exporter.export(icons: icons.get(), append: filter != nil)
Expand Down

0 comments on commit 5e09772

Please sign in to comment.