Skip to content

Commit 057c04e

Browse files
committed
Update Package.swift in Examples/package-info
1 parent 9d48dc7 commit 057c04e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Examples/package-info/Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:5.9
22

33
import PackageDescription
44

55
let package = Package(
66
name: "package-info",
77
platforms: [
8-
.macOS(.v12),
9-
.iOS(.v13)
8+
.macOS(.v13),
9+
.iOS(.v16)
1010
],
1111
dependencies: [
1212
// This just points to the SwiftPM at the root of this repository.
1313
.package(name: "swift-package-manager", path: "../../"),
1414
// You will want to depend on a stable semantic version instead:
15-
// .package(url: "https://github.com/apple/swift-package-manager", .exact("0.4.0"))
15+
// .package(url: "https://github.com/apple/swift-package-manager", branch: "swift-5.10-RELEASE")
1616
],
1717
targets: [
1818
.executableTarget(

0 commit comments

Comments
 (0)