From 145fc3b5a95f7ca1cd1d69122e69a76139f7a72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Han=C5=BEl=C3=ADk?= Date: Wed, 4 Sep 2024 02:40:41 +0200 Subject: [PATCH] update platforms to iOS14 in Package.swift (#45) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 62bcaa1..f2a81b1 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "VisualEffectView", platforms: [ - .iOS(.v9) + .iOS(.v14) ], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages.