Skip to content

Commit 1b98c58

Browse files
committed
elimintated dependency on NSHomeDirectory
1 parent 4ffbd95 commit 1b98c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/SwiftTool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import func Foundation.NSUserName
1212
import class Foundation.ProcessInfo
13-
import func Foundation.NSHomeDirectory
13+
//import func Foundation.NSHomeDirectory
1414
import Dispatch
1515

1616
import ArgumentParser

0 commit comments

Comments
 (0)