A standard, customizable "About This App" panel for any Mac app
This library provides a standard "About This App" panel for Mac apps. It requires zero configuration by default for typical projects, and it can be easily customized.
AppKit provides a default "About This App" panel via NSApp.orderFrontStandardAboutPanel()
, but customization is limited.
This component is used in Red Eye and Lucifer.
let metadata = AppMetadata() // customize if desired
let panel = AboutThisAppPanel(metadata: metadata)
panel.makeKeyAndOrderFront(nil)
- macOS 11.0+
- Swift 5.9+
- Xcode 15.0+
- SwiftLint
pod 'AboutThisApp', '~> 2.0.0'
Add AboutThisApp
to the dependencies
value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/hexedbits/AboutThisApp", from: "2.0.0")
]
Alternatively, you can add the package directly via Xcode.
You can read the documentation here. Generated with jazzy. Hosted by GitHub Pages.
Interested in making contributions to this project? Please review the guides below.
Also consider sponsoring this project or buying my apps! ✌️
Created and maintained by Jesse Squires.
Released under the MIT License. See LICENSE
for details.
Copyright © 2020-present Jesse Squires.