Skip to content

Commit

Permalink
fix typo in xcode projects generator
Browse files Browse the repository at this point in the history
  • Loading branch information
artamonovoleg committed Dec 30, 2024
1 parent f120688 commit 0ac23ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/xcode/xcode_project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
node.buildid = xcode.newid(node.name, "build", nodePath)

if xcode.shouldembed(tr, node) then
node.embedid = xcode.newid(node.name, "embed", nodepath)
node.embedid = xcode.newid(node.name, "embed", nodePath)
end
end

Expand Down

0 comments on commit 0ac23ab

Please sign in to comment.