Skip to content

Commit f37e76a

Browse files
committed
Update Package.swift
1 parent 27a49cd commit f37e76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: "Networking",
8-
platforms: [.iOS(.v13), .macOS(SupportedPlatform.MacOSVersion.v10_15)],
8+
platforms: [.iOS(.v13), .macOS(.v10_15)],
99
products: [.library(name: "Networking", targets: ["Networking"])],
1010
targets: [
1111
.target(name: "Networking"),

0 commit comments

Comments
 (0)