I am working on multiple projects which rely on SPM and Cocoapods. Whenever possible I use SPM, but for some I am force to stick with Pods. At the moment i am looking into auto generating an Acknowledgement section to the Settings.Bundle
. There are a few tools around, some older, some newer, but i have not been able to find one which can combine SPM and Cocoapods dependencies.
Is there a technical limitation i am unaware of?
Which tool are capable of doing what i look for?
Tools i have found but are not sufficient:
https://github.com/FelixHerrmann/swift-package-list (SPM only)
https://cocoapods.org/pods/Acknowlist (no settings bundle option)
https://github.com/CocoaPods/cocoapods-acknowledgements (Pod only)