If you check the screenshot of Apple sample project of Backyard Birds
, it has three Swift Packages which is local and private to the project only. Also, there is no Sources
folder like other normal SPM. How can i do the same thing?
Thanks!
If you check the screenshot of Apple sample project of Backyard Birds
, it has three Swift Packages which is local and private to the project only. Also, there is no Sources
folder like other normal SPM. How can i do the same thing?
Thanks!
path: "."
to the.target
definition as can be seen in the screenshot in the question.