Programmatically remove all local Swift Packages before archiving

52 Views Asked by At

I have modularized much of my code base into Swift Packages, and use local packages as described by Apple to do most of my work. I would like to automatically remove these local packages as step before archiving. I believe this Stack Overflow post should work as a "pre" archive action, but I am unsure how to actually remove the local packages programatically.

0

There are 0 best solutions below