We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a49cd commit f37e76aCopy full SHA for f37e76a
Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
6
let package = Package(
7
name: "Networking",
8
- platforms: [.iOS(.v13), .macOS(SupportedPlatform.MacOSVersion.v10_15)],
+ platforms: [.iOS(.v13), .macOS(.v10_15)],
9
products: [.library(name: "Networking", targets: ["Networking"])],
10
targets: [
11
.target(name: "Networking"),
0 commit comments