Skip to content

Commit

Permalink
XcodeProjectDriver if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rofle100lvl committed Aug 11, 2024
1 parent 48b1b6f commit a676a30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/ProjetDrivers/XcodeProjectDriver.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if os(macOS)
import Foundation
import XcodeSupport
import Indexer
Expand Down Expand Up @@ -123,3 +124,4 @@ extension XcodeProjectDriver: ProjectDriver {
)
}
}
#endif

0 comments on commit a676a30

Please sign in to comment.