mirror of https://github.com/buresdv/Cork
~ Bumping of macOS version
This commit is contained in:
parent
8de118d07a
commit
c57f329c46
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue