File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
utils/swift-xcodegen/Sources/swift-xcodegen Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22//
33// This source file is part of the Swift.org open source project
44//
5- // Copyright (c) 2024 Apple Inc. and the Swift project authors
5+ // Copyright (c) 2024 - 2025 Apple Inc. and the Swift project authors
66// Licensed under Apache License v2.0 with Runtime Library Exception
77//
88// See https://swift.org/LICENSE.txt for license information
@@ -165,7 +165,7 @@ struct ProjectOptions: ParsableArguments {
165165 help: """
166166 Generate targets for Swift files in the standard library. This requires
167167 using Xcode with a main development Swift snapshot, and as such is
168- disabled by default.
168+ disabled by default.
169169
170170 A development snapshot is necessary to avoid spurious build/live issues
171171 due to the fact that the stdlib is built using the just-built Swift
@@ -238,7 +238,7 @@ struct ProjectOptions: ParsableArguments {
238238struct MiscOptions : ParsableArguments {
239239 @Option ( help: """
240240 The project root directory, which is the parent directory of the Swift repo.
241- By default this is inferred from the build directory path.
241+ By default, this is inferred from the build directory path.
242242 """ )
243243 var projectRootDir : AnyPath ?
244244
You can’t perform that action at this time.
0 commit comments