We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa424f1 commit 0f3d378Copy full SHA for 0f3d378
Sources/FigmaExport/Subcommands/ExportImages.swift
@@ -70,7 +70,9 @@ extension FigmaExportCommand {
70
resourceBundleNames: ios.resourceBundleNames,
71
addObjcAttribute: ios.addObjcAttribute,
72
uiKitImageExtensionURL: imagesParams.imageSwift,
73
- swiftUIImageExtensionURL: imagesParams.swiftUIImageSwift)
+ swiftUIImageExtensionURL: imagesParams.swiftUIImageSwift,
74
+ templatesPath: ios.templatesPath
75
+ )
76
77
let exporter = XcodeImagesExporter(output: output)
78
let localAndRemoteFiles = try exporter.export(assets: images.get(), append: filter != nil)
0 commit comments