Skip to content

Commit 94b744c

Browse files
committed
[xcodegen] Fix typo
1 parent 43be545 commit 94b744c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/swift-xcodegen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ PROJECT CONFIGURATION:
7474
Generate a target for C/C++ files in the standard library (default: --stdlib)
7575
--stdlib-swift/--no-stdlib-swift
7676
Generate targets for Swift files in the standard library. This requires
77-
using Xcode with with a main development snapshot (and as such is disabled
77+
using Xcode with a main development snapshot (and as such is disabled
7878
by default). (default: --no-stdlib-swift)
7979
--test-folders/--no-test-folders
8080
Add folder references for test files (default: --test-folders)

utils/swift-xcodegen/Sources/swift-xcodegen/Options.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ struct ProjectOptions: ParsableArguments {
164164
name: .customLong("stdlib-swift"), inversion: .prefixedNo,
165165
help: """
166166
Generate targets for Swift files in the standard library. This requires
167-
using Xcode with with a main development snapshot (and as such is disabled
167+
using Xcode with a main development snapshot (and as such is disabled
168168
by default).
169169
"""
170170
)

0 commit comments

Comments
 (0)