Skip to content

Commit

Permalink
Added "XML Path" manifest field to CSV Profile (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Nov 19, 2024
1 parent 7edc750 commit 17768a1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ extension CSVProfile {
dict[.imageFileName] = marker.imageFileName
}

dict[.xmlPath] = marker.xmlPath

return dict
}

Expand Down Expand Up @@ -118,6 +120,8 @@ extension CSVProfile {
dict[.imageFileName] = .string(marker.imageFileName)
}

dict[.xmlPath] = .string(marker.xmlPath)

return dict
}
}

0 comments on commit 17768a1

Please sign in to comment.