Skip to content

Commit

Permalink
Lowered platform requirements to macOS 10.13 and iOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
YourMJK committed Dec 3, 2022
1 parent ecc8ab7 commit 8164bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import PackageDescription
let package = Package(
name: "QRCodeGenerator",
platforms: [
.macOS(.v11),
.iOS(.v14)
.macOS(.v10_13),
.iOS(.v11)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down

0 comments on commit 8164bcc

Please sign in to comment.