Skip to content

Commit

Permalink
Increase deployment target when using Swift 5.5 to fix archive builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed Feb 23, 2022
1 parent f2f6e89 commit b0be7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Persist",
platforms: [
.iOS(.v9), .macOS(.v10_10), .tvOS(.v9), .watchOS(.v2),
.iOS(.v12), .macOS(.v10_14), .tvOS(.v12), .watchOS(.v5),
],
products: [
.library(name: "Persist", targets: ["Persist"]),
Expand Down

0 comments on commit b0be7ec

Please sign in to comment.