Skip to content

Commit 87e5144

Browse files
committed
update
1 parent 9d2acb8 commit 87e5144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "d3-scrollable-menu-list",
88
platforms: [
9-
.macOS("12"), .iOS("15"), .tvOS("15"), .watchOS("6"),
9+
.macOS("12"), .iOS("15"), .tvOS("16"), .watchOS("7"),
1010
],
1111
products: [
1212
// Products define the executables and libraries a package produces, and make them visible to other packages.

Sources/d3-scrollable-menu-list/ScrollableMenuList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import SwiftUI
1414
/// **IMenuItem** from package **d3_menu_bar**,
1515
/// ``IListModel`` and
1616
/// ``IItemTpl``
17-
@available(iOS 15.0, macOS 12.0, watchOS 6.0, *)
17+
@available(iOS 15.0, macOS 12.0, tvOS 16.0, watchOS 7.0, *)
1818
public struct ScrollableMenuList<C: IMenuItem, M: IListModel, Content: IItemTpl>: View where M.Category == C
1919
{
2020
/// detecting scroll movement

0 commit comments

Comments
 (0)