Skip to content

Commit 21ec8fe

Browse files
committed
Remove an old ArgumentParser workaround
1 parent 419c192 commit 21ec8fe

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Sources/SWBUtil/PbxCp.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@
1717

1818
import Foundation
1919

20-
#if canImport(ArgumentParserInternal)
21-
// remove once rdar://140831929 is resolved
22-
public import ArgumentParserInternal
23-
#else
24-
public import ArgumentParser
25-
#endif
20+
public import ArgumentParser
2621

2722
import SWBCSupport
2823
import SWBLibc

0 commit comments

Comments
 (0)