Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftuiux committed Jul 26, 2024
1 parent 9d2acb8 commit 87e5144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Sources/d3-scrollable-menu-list/ScrollableMenuList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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<C: IMenuItem, M: IListModel, Content: IItemTpl>: View where M.Category == C
{
/// detecting scroll movement
Expand Down

0 comments on commit 87e5144

Please sign in to comment.