Skip to content

Commit e173143

Browse files
authored
Update versions in Example/package-info file (#7666)
### Motivation: The `Examples/package-info` project fails when following the [readme](https://github.com/apple/swift-package-manager/blob/main/Documentation/libSwiftPM.md) file. ### Modifications: Update `swift-tools-version` and platform version for `Examples/package-info` project to be able to build with the current SwiftPM. ### Result: The `Examples/package-info` project builds succesfully
1 parent 47d71a5 commit e173143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/package-info/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:5.7
22

33
import PackageDescription
44

55
let package = Package(
66
name: "package-info",
77
platforms: [
8-
.macOS(.v12),
8+
.macOS(.v13),
99
.iOS(.v13)
1010
],
1111
dependencies: [

0 commit comments

Comments
 (0)