We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b0d12 commit 9acab4aCopy full SHA for 9acab4a
1 file changed
Sources/XcodeGenKit/PBXProjGenerator.swift
@@ -1536,7 +1536,7 @@ public class PBXProjGenerator {
1536
if path.isFile {
1537
return path.lastComponent == "Info.plist" ? path : nil
1538
} else {
1539
- return path.first(where: { $0.lastComponent == "Info.plist" })
+ return path.first(where: { $0.lastComponent == "Info.plist" })?.absolute()
1540
}
1541
1542
.first
0 commit comments