cybozu / LicenseList
Generate a list of licenses for the Swift Package libraries that your app depends on.
View on GitHubAI Architecture Analysis
This repository is indexed by RepoMind. By analyzing cybozu/LicenseList in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewGenerate a list of licenses for the Swift Package libraries that your app depends on. **Example** Requirements • Development with Xcode 16.4+ • Written in Swift 6.1 • Compatible with iOS 16.0+, macOS 14.0+, tvOS 17.0+ Documentation Latest (Swift-DocC) Privacy Manifest This library does not collect or track user information, so it does not include a PrivacyInfo.xcprivacy file. Installation LicenseList is available through Swift Package Manager. **Xcode** • File > Add Package Dependencies… • Search . • Add package and link to your application target. **CLI** • Create that describes dependencies. • Run the following command in Terminal. Usage Example for UIKit Example for SwiftUI How to use a specific path In a CI environment, you may sometimes specify a non-default path for the directory. In such cases, to prevent the plugin from failing, you must run with the environment variable set to the **absolute path** of that directory. More detail: How LicenseList Works Contributing to LicenseList Contributions to LicenseList are welcomed and encouraged! Please see the Contributing Guide. Demo This repository includes demonstration app for UIKit & SwiftUI. Open Examples/Examples.xcodeproj and Run it.