We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bdcbe commit 98bbe58Copy full SHA for 98bbe58
1 file changed
Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
6
let package = Package(
7
name: "CustomAlbum",
8
- platform: [.iOS(v11)]
+ platforms: [.iOS(.v11)],
9
products: [
10
// Products define the executables and libraries produced by a package, and make them visible to other packages.
11
.library(
0 commit comments