From 87e5144e4046277ab1f8cd62dfb56a9e0ddd4d70 Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 26 Jul 2024 16:26:42 +0200 Subject: [PATCH] update --- Package.swift | 2 +- Sources/d3-scrollable-menu-list/ScrollableMenuList.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 4e092ee..6e56333 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "d3-scrollable-menu-list", platforms: [ - .macOS("12"), .iOS("15"), .tvOS("15"), .watchOS("6"), + .macOS("12"), .iOS("15"), .tvOS("16"), .watchOS("7"), ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. diff --git a/Sources/d3-scrollable-menu-list/ScrollableMenuList.swift b/Sources/d3-scrollable-menu-list/ScrollableMenuList.swift index 359aea7..c9b61ce 100644 --- a/Sources/d3-scrollable-menu-list/ScrollableMenuList.swift +++ b/Sources/d3-scrollable-menu-list/ScrollableMenuList.swift @@ -14,7 +14,7 @@ import SwiftUI /// **IMenuItem** from package **d3_menu_bar**, /// ``IListModel`` and /// ``IItemTpl`` -@available(iOS 15.0, macOS 12.0, watchOS 6.0, *) +@available(iOS 15.0, macOS 12.0, tvOS 16.0, watchOS 7.0, *) public struct ScrollableMenuList: View where M.Category == C { /// detecting scroll movement