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 205588f commit 739790aCopy full SHA for 739790a
Package.swift
@@ -6,8 +6,7 @@ import PackageDescription
6
let package = Package(
7
name: "CodeScanner",
8
platforms: [
9
- .iOS(.v13),
10
- .macOS(.v11)
+ .iOS(.v13)
11
],
12
products: [
13
// Products define the executables and libraries produced by a package, and make them visible to other packages.
0 commit comments