Skip to content

Commit

Permalink
Update platform versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hengyu committed Dec 5, 2023
1 parent 7f341e4 commit 3b24b20
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 @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "FeedbackSwift",
defaultLocalization: "en",
platforms: [.iOS(.v11), .macCatalyst(.v13)],
platforms: [.iOS(.v14), .macCatalyst(.v14)],
products: [
.library(name: "FeedbackSwift", targets: ["FeedbackSwift"])
],
Expand Down

0 comments on commit 3b24b20

Please sign in to comment.