Skip to content

Commit

Permalink
AppKitBackend: Implement NavigationSplitView on macOS and fix multipl…
Browse files Browse the repository at this point in the history
…e layout problems (only-children of stacks expand to fill the stack)

NavigationSplitView looks nice and idiomatic on macOS now, exciting!
  • Loading branch information
stackotter committed Apr 8, 2024
1 parent bcdca63 commit c3e20f8
Show file tree
Hide file tree
Showing 19 changed files with 418 additions and 356 deletions.
2 changes: 1 addition & 1 deletion Examples/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import Foundation
import PackageDescription

let backend = ProcessInfo.processInfo.environment["SCUI_BACKEND"] ?? "GtkBackend"
let backend = ProcessInfo.processInfo.environment["SCUI_BACKEND"] ?? "AppKitBackend"

let exampleDependencies: [Target.Dependency] = [
"SwiftCrossUI",
Expand Down
Loading

0 comments on commit c3e20f8

Please sign in to comment.