mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Enable text selection for Xcode version.
This commit is contained in:
parent
9cf10125ca
commit
019b527a28
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ struct InfoPane: View {
|
|||
|
||||
Text(verbatim: "Xcode \(xcode.description) \(xcode.version.buildMetadataIdentifiersDisplay)")
|
||||
.font(.title)
|
||||
.textSelection(.enabled)
|
||||
|
||||
switch xcode.installState {
|
||||
case .notInstalled:
|
||||
|
|
|
|||
Loading…
Reference in a new issue