DependencyList

Generate a list of dependencies for the swift package libraries.

MIT License

Stars
3

DependencyList

Generate a list of dependencies for the swift package libraries that your macOS app depends on.

Example

Supported License Types

  • Apache license 2.0
  • MIT License
  • BSD 3-clause Clear license
  • zLib License

Requirements

  • Written in Swift 5
  • Compatible with macOS 12.0+
  • Development with Xcode 15.2+

Privacy Manifest

This library does not collect or track user information, so it does not include a PrivacyInfo.xcprivacy file.

Installation

DependencyList is available through Swift Package Manager.

  1. Integrate DependencyList in your project
    • File > Add Packages...
    • Search https://github.com/Kyome22/DependencyList.git
    • Choose DependencyList product and add it to your application target
  2. Link DependencyList in your application target
    • Application Target > General > Frameworks, Libraries, and Embedded Content > +
    • Choose DependencyList

Usage

Use DependencyListWindow.

import AppKit
import DependencyList

let window = DependencyListWindow()
let licensesWindowColtroller = NSWindowController(window: window)
licensesWindowColtroller?.showWindow(nil)
Badges
Extracted from project README
Github issues Github forks Github stars Top language Release Github license
Related Projects