Skip to content

Support macOS 15.6 #17

@PaulSolt

Description

@PaulSolt

Can you add support for macOS Sequoia (15.6+)?

I haven't updated to macOS 26 (I don't want to) and would like to use without editing the package and code files.

SkillSplitView.swift

            if #available(macOS 26.0, *) {
                ToolbarSpacer(.fixed)
            }
        }

        ToolbarItem(id: "open") {
            openFolderItem
        }

        if #available(macOS 26.0, *) {
            ToolbarSpacer(.fixed)
        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions