From 0a06cc1969daff4646c81d3e8b450bd80e9c5fd5 Mon Sep 17 00:00:00 2001 From: onevcat Date: Mon, 18 Mar 2024 22:36:42 +0900 Subject: [PATCH] Fix warnings in package file --- Package@swift-5.9.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index e442db3..6616b96 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -3,12 +3,12 @@ import PackageDescription let package = Package( name: "APNGKit", - platforms: [.macOS(.v10_11), .iOS(.v9), .tvOS(.v9)], + platforms: [.macOS(.v10_13), .iOS(.v12), .tvOS(.v12)], products: [ .library(name: "APNGKit", targets: ["APNGKit"]) ], dependencies: [ - .package(name: "Delegate", url: "https://github.com/onevcat/Delegate.git", .upToNextMajor(from: "1.1.1")) + .package(url: "https://github.com/onevcat/Delegate.git", from: "1.1.1") ], targets: [ .target(