Skip to content

Commit

Permalink
formatting, older API for linux compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Dec 1, 2023
1 parent 84f9f15 commit 51c7750
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ let package = Package(
.copy("TestData"),
]
),

]
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extension XCBuildConfiguration {
return nil
}

return try String(contentsOf: URL(filePath: fullPath))
return try String(contentsOf: URL(fileURLWithPath: fullPath))
}

func baseConfigurationStatements(with sourceRoot: String) throws -> [Statement] {
Expand Down

0 comments on commit 51c7750

Please sign in to comment.