Xcode project template and Swift Package dependencies

581 Views Asked by At

I'm trying to create a project template for Xcode from various sources and I wondered if it was possible to automatically add some Swift Package Manager dependencies ? I know it can be done with Cocoapod, but I didn't find anything regarding SPM.

Thanks.

1

There are 1 best solutions below

1
On

Hope make sense

 $ mkdir YourKit
 $ cd YourKit
 $ swift package init