Skip to content

Commit 30a126f

Browse files
bkhouriMaxDesiatov
andauthored
Update Sources/SPMBuildCore/BuildSystem/BuildSystem.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent a926008 commit 30a126f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SPMBuildCore/BuildSystem/BuildSystem.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public struct BuildSystemProvider {
169169
}
170170

171171
extension BuildSystemProvider.Kind {
172-
public var useXcodeBuildEngine: Bool {
172+
public var usesXcodeBuildEngine: Bool {
173173
switch self {
174174
case .native: return false
175175
case .xcode: return true

0 commit comments

Comments
 (0)