Xcode – Installing multiple SPM packages using the command line
I am looking for a way to add multiple SPM packages to an Xcode project (similar to how cocoapods works using it's podfile and calling pod install) I know I can manually go to File->Add Package Dependencies... to manually add…