SettingsKit
Documentation
·
GitHub
SettingsKit makes it easier to add a settings window to a SwiftUI app for macOS.
Table of Contents
Installation
Swift Package
- Open your Swift package in Xcode.
- Navigate to
File > Add Packages
.
- Paste this URL into the search field:
https://github.com/david-swift/SettingsKit-macOS
- Click on
Copy Dependency
.
- Navigate to the
Package.swift
file.
- In the
Package
initializer, under dependencies
, paste the dependency into the array.
Xcode Project
- Open your Xcode project in Xcode.
- Navigate to
File > Add Packages
.
- Paste this URL into the search field:
https://github.com/david-swift/SettingsKit-macOS
- Click on
Add Package
.
Usage
An example app project is available here. Browse the documentation here.
Thanks
Dependencies
Other Thanks
- SwiftLint for checking whether code style conventions are violated
- The programming language Swift