Skip to content

Commit

Permalink
fxi compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
m4p committed Sep 18, 2023
1 parent 9736dc7 commit 2603965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "APNGKit",
platforms: [.macOS(.v10_11), .iOS(.v9), .tvOS(.v9)],
platforms: [.macOS(.v10_11), .iOS(.v13), .tvOS(.v9)],
products: [
.library(name: "APNGKit", targets: ["APNGKit"])
],
Expand Down

0 comments on commit 2603965

Please sign in to comment.