Skip to content

Commit a426679

Browse files
authored
Merge pull request #85267 from hamishknight/remove-caveat
[xcodegen] Remove buildable folder caveat
2 parents a13d8fd + b0948bd commit a426679

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

utils/swift-xcodegen/Sources/swift-xcodegen/SwiftXcodegen.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,6 @@ struct SwiftXcodegen: AsyncParsableCommand, Sendable {
307307
guard log.logLevel <= .note else { return }
308308

309309
var notes: [String] = []
310-
if projectOpts.useBuildableFolders {
311-
notes.append("""
312-
- Buildable folders are enabled by default, which requires Xcode 16. You
313-
can pass '--no-buildable-folders' to disable this. See the '--help'
314-
entry for more info.
315-
""")
316-
}
317310

318311
if !projectOpts.addStdlibSwift {
319312
notes.append("""

0 commit comments

Comments
 (0)