LicensePlist icon indicating copy to clipboard operation
LicensePlist copied to clipboard

Non Cocoapods Open Source Libreries

Open CleanHit opened this issue 5 years ago • 0 comments

Let say I have a project that uses some open source swift libraries and other imported frameworks are not part of cocoapods and are not part of the Podsfile. Is it possible to:

  1. To add the path of all the swift open source projects to the license-plist execution command?
  2. Create a file with all the used non cocoapods open source libraries (e.g. Github code), frameworks and their licenses manually and then use the crated file as an additional input source when executing license-plist, so that those licenses also get included in the execution?

CleanHit avatar Nov 13 '19 11:11 CleanHit