Generate a list of dependencies for the swift package libraries that your macOS app depends on.
Example
- Apache license 2.0
- MIT License
- BSD 3-clause Clear license
- zLib License
- Written in Swift 5
- Compatible with macOS 12.0+
- Development with Xcode 15.2+
This library does not collect or track user information, so it does not include a PrivacyInfo.xcprivacy file.
DependencyList is available through Swift Package Manager.
- Integrate DependencyList in your project
- Link DependencyList in your application target
Use DependencyListWindow
.
import AppKit
import DependencyList
let window = DependencyListWindow()
let licensesWindowColtroller = NSWindowController(window: window)
licensesWindowColtroller?.showWindow(nil)