A collection of user interface components and drawing routines for building tasteful apps using AppKit.
appkit swift aqua ui mac
at main 14 lines 236 B view raw
1// swift-tools-version: 6.2 2 3import PackageDescription 4 5let package = Package( 6 name: "AquaKit", 7 platforms: [.macOS(.v26)], 8 products: [ 9 .library(name: "AquaKit", targets: ["AquaKit"]) 10 ], 11 targets: [ 12 .target(name: "AquaKit") 13 ] 14)