Skip to content

Commit de4728e

Browse files
CopilotCroffZ
andauthored
Update minimum macOS deployment target from 12.0 to 13.0 in Package.swift files
Agent-Logs-Url: https://github.com/github/CopilotForXcode/sessions/7096e011-d9d9-4710-b6aa-426ae95f1a7b Co-authored-by: CroffZ <18088142+CroffZ@users.noreply.github.com>
1 parent 8cc12a9 commit de4728e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import PackageDescription
88

99
let package = Package(
1010
name: "Core",
11-
platforms: [.macOS(.v12)],
11+
platforms: [.macOS(.v13)],
1212
products: [
1313
.library(
1414
name: "Service",

Tool/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "Tool",
8-
platforms: [.macOS(.v12)],
8+
platforms: [.macOS(.v13)],
99
products: [
1010
.library(name: "XPCShared", targets: ["XPCShared"]),
1111
.library(name: "Terminal", targets: ["Terminal"]),

0 commit comments

Comments
 (0)