Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 941 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 941 Bytes

LicensePlistsMerger

CocoaPodsLicenseList(SourcePackagesParser)が生成したライセンス表示用plistをマージするツールです。

表示はLicensePlistのスタイルをリスペクトしています。

Why LicensePlistsMerger?

CocoaPodsやSwift Package Managerのライブラリのライブラリ表示を行うためのツールはあるが、その両方に対応するものは少ない。

その上で、オフラインで処理が完結するものが見つけられなかったため作成した。

Usage

git clone https://github.com/ubiregiinc/LicensePlistsMerger.git
cd LicensePlistsMerger
swift run license-plists-merger --cocoapods-plist-path Pods-Acknowledgements.plist --license-list-plist-path license-list.plist -o Acknowledgements.plist