Skip to content

Commit

Permalink
Update iOS deployment target to iOS 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveddm committed Jul 16, 2024
1 parent 09deebe commit 87ebff7
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 @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Pulse",
platforms: [
.iOS(.v14),
.iOS(.v16),
.tvOS(.v15),
.macOS(.v12),
.watchOS(.v8)
Expand Down

0 comments on commit 87ebff7

Please sign in to comment.