You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
To add the path of all the swift open source projects to the license-plist execution command?
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?
The text was updated successfully, but these errors were encountered:
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:license-plist
execution command?license-plist
, so that those licenses also get included in the execution?The text was updated successfully, but these errors were encountered: