~ Bumping of macOS version

This commit is contained in:
David Bureš 2025-05-13 15:21:32 +02:00
parent 8de118d07a
commit c57f329c46
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ func corkTarget(configureWithSelfCompiled: Bool) -> ProjectDescription.Target {
product: .app,
productName: "Cork",
bundleId: "com.davidbures.cork",
deploymentTargets: .macOS("14.0.0"),
infoPlist: .file(path: "Cork/Info.plist"),
sources: [
"Cork/**/*.swift",

View File

@ -4,6 +4,6 @@ let config = Config(
compatibleXcodeVersions: .upToNextMajor("16"),
// fullHandle: "buresdv/cork",
// url: "https://cloud.tuist.io",
swiftVersion: .init(16, 0, 0),
swiftVersion: .init(6, 0, 0),
generationOptions: .options()
)