Skip to content

Commit

Permalink
Using too new a path API
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Dec 2, 2023
1 parent 51c7750 commit 67f8097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XCLinting/Extensions/PBXProj+BuildSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extension PBXProj {
rootURL: URL,
_ block: (PBXProject, PBXTarget, XCBuildConfiguration, [[Statement]]) throws -> Void
) throws {
let sourceRootPath = rootURL.path(percentEncoded: false)
let sourceRootPath = rootURL.path

for proj in projects {
let projConfigList = proj.buildConfigurationList
Expand Down

0 comments on commit 67f8097

Please sign in to comment.