Skip to content

Commit

Permalink
Merge pull request #1 from willowtreeapps/feature/support-ios-15
Browse files Browse the repository at this point in the history
Support iOS / tvOS 15
  • Loading branch information
rafcabezas authored Jan 3, 2025
2 parents 432f792 + b60b162 commit d28640d
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: "Bark",
platforms: [
.iOS(.v16),
.tvOS(.v16),
.iOS(.v15),
.tvOS(.v15),
.watchOS(.v5),
.visionOS(.v1),
],
Expand Down

0 comments on commit d28640d

Please sign in to comment.