Skip to content

Commit

Permalink
Merge pull request XcodesOrg#133 from NinjaLikesCheez/print-path
Browse files Browse the repository at this point in the history
Prints Xcode path for installed versions
  • Loading branch information
Brandon Evans authored Jan 28, 2021
2 parents f231428 + 05ea72f commit a018c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/XcodesKit/XcodeInstaller.swift
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ public final class XcodeInstaller {
if pathOutput.out.hasPrefix(installedXcode.path.string) {
output += " (Selected)"
}
output += "\t\(installedXcode.path.string)"
Current.logging.log(output)
}
}
Expand Down

0 comments on commit a018c5c

Please sign in to comment.