Skip to content

Commit

Permalink
downgrade iOS to v11, added full support for tvOS and WatchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jan 10, 2023
1 parent 70ab19b commit 4518789
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 @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "avif",
platforms: [.iOS(.v11), .macOS(.v12), .macCatalyst(.v14), .watchOS(.v6), .tvOS(.v13)],
platforms: [.iOS(.v13), .macOS(.v12), .macCatalyst(.v14), .watchOS(.v6), .tvOS(.v13)],
products: [
.library(
name: "avif",
Expand Down

0 comments on commit 4518789

Please sign in to comment.