From 019b527a284745d1b831414dbbcaa5b523cc14ea Mon Sep 17 00:00:00 2001 From: Ting Date: Thu, 24 Aug 2023 10:49:57 -0700 Subject: [PATCH] Enable text selection for Xcode version. --- Xcodes/Frontend/InfoPane/InfoPane.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Xcodes/Frontend/InfoPane/InfoPane.swift b/Xcodes/Frontend/InfoPane/InfoPane.swift index 88195da..9892c34 100644 --- a/Xcodes/Frontend/InfoPane/InfoPane.swift +++ b/Xcodes/Frontend/InfoPane/InfoPane.swift @@ -19,6 +19,7 @@ struct InfoPane: View { Text(verbatim: "Xcode \(xcode.description) \(xcode.version.buildMetadataIdentifiersDisplay)") .font(.title) + .textSelection(.enabled) switch xcode.installState { case .notInstalled: