mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[xcodegen] Remove buildable folder caveat
With the release of Xcode 26, I think it's pretty likely that folks working on Swift will be using at least Xcode 16 now.
This commit is contained in:
@@ -307,13 +307,6 @@ struct SwiftXcodegen: AsyncParsableCommand, Sendable {
|
|||||||
guard log.logLevel <= .note else { return }
|
guard log.logLevel <= .note else { return }
|
||||||
|
|
||||||
var notes: [String] = []
|
var notes: [String] = []
|
||||||
if projectOpts.useBuildableFolders {
|
|
||||||
notes.append("""
|
|
||||||
- Buildable folders are enabled by default, which requires Xcode 16. You
|
|
||||||
can pass '--no-buildable-folders' to disable this. See the '--help'
|
|
||||||
entry for more info.
|
|
||||||
""")
|
|
||||||
}
|
|
||||||
|
|
||||||
if !projectOpts.addStdlibSwift {
|
if !projectOpts.addStdlibSwift {
|
||||||
notes.append("""
|
notes.append("""
|
||||||
|
|||||||
Reference in New Issue
Block a user