A Swift package for managing window scaling on macOS applications. This library provides tools and utilities for handling window resizing and scaling operations with a focus on performance and reliability.
- macOS 10.15 or later
- Swift 6.0 or later
Add the following dependency to your Package.swift
file:
dependencies: [
.package(url: "https://github.com/akazm/window-scaling-kit", from: "1.0.0")
]
WindowScalingKit relies on the following dependencies:
- AXKit - For accessibility features
- SwiftFormat - For code formatting
- Swift Mutex - For thread synchronization
- Swift Atomics - For atomic operations
This project is licensed under the MIT License - see the LICENSE file for details.