diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/sclt.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/sclt.xcscheme index 9a15ef1..6b84cd6 100644 --- a/.swiftpm/xcode/xcshareddata/xcschemes/sclt.xcscheme +++ b/.swiftpm/xcode/xcshareddata/xcschemes/sclt.xcscheme @@ -6,6 +6,24 @@ parallelizeBuildables = "YES" buildImplicitDependencies = "YES" buildArchitectures = "Automatic"> + + + + + + + + + + (_ content: S) where S : StringProtocol { + self.header = "" + self.contents = [String(content)] + self.footer = false + } /// Creates a text view that is displayed in the terminal. /// - Parameters: /// - repeating: String to be repeated