XCode Custom Project Template - Remote Swift Package Dependency

Hi,

Is there a way to add a Remote Swift Package as a dependency to a custom iOS XCode Project template?

I have created a template and can get it to reference a framework on my machine using Targets > Frameworks, but I'm not able to use a local or remote Swift Package with the binary in it.

The ideal scenario is that when the template is created the package is automatically retrieved from GitHub and loaded into the project. The user can then modify the default version by updating the version in Swift Package Manager.

If there are any resources that show how to have a package added without the user having to do it manually, that would be helpful!

Thanks,

Xcode does not support adding any project templates beyond the ones included by Xcode. If you'd like Xcode to support user-defined templates in the future, please file a suggestion through Feedback Assistant.

XCode Custom Project Template - Remote Swift Package Dependency
 
 
Q