mirror of https://github.com/buresdv/Cork
+ Swift 6 version specification
This commit is contained in:
parent
aa5d55e9ad
commit
edab27b7cb
|
|
@ -4,6 +4,6 @@ let config = Config(
|
|||
compatibleXcodeVersions: .upToNextMajor("16"),
|
||||
// fullHandle: "buresdv/cork",
|
||||
// url: "https://cloud.tuist.io",
|
||||
swiftVersion: "6.0",
|
||||
swiftVersion: .init(16, 0, 0),
|
||||
generationOptions: .options()
|
||||
)
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ MACOSX_DEPLOYMENT_TARGET=13.0
|
|||
MTL_FAST_MATH=YES
|
||||
SDKROOT=macosx
|
||||
SWIFT_STRICT_CONCURRENCY=complete
|
||||
SWIFT_VERSION=6.0
|
||||
|
||||
DEBUG_INFORMATION_FORMAT[config=Debug]=dwarf
|
||||
DEBUG_INFORMATION_FORMAT[config=Release]=dwarf-with-dsym
|
||||
|
|
|
|||
Loading…
Reference in New Issue