Enable text selection for Xcode version.

This commit is contained in:
Ting 2023-08-24 10:49:57 -07:00 committed by GitHub
parent 9cf10125ca
commit 019b527a28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ struct InfoPane: View {
Text(verbatim: "Xcode \(xcode.description) \(xcode.version.buildMetadataIdentifiersDisplay)")
.font(.title)
.textSelection(.enabled)
switch xcode.installState {
case .notInstalled: