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