Skip to content

Commit a1f29aa

Browse files
Merge pull request #713 from jakepetroules/eng/PR-remove-workaround-release/6.2
Remove an old ArgumentParser workaround
2 parents 419c192 + 21ec8fe commit a1f29aa

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)