Skip to content

Commit

Permalink
Update platform as bandaid fix for Xcode 13
Browse files Browse the repository at this point in the history
See rechsteiner#594 for more info
  • Loading branch information
dillon-mce committed Oct 7, 2021
1 parent c3cf3cf commit 7b3056d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "Parchment",
platforms: [.iOS("9.0")],
platforms: [.iOS(.v12)],
products: [
.library(name: "Parchment", targets: ["Parchment"])
],
Expand Down

0 comments on commit 7b3056d

Please sign in to comment.