Is there an easy way to switch between distributing swift package and swift binary?
My goal is to develop nested frameworks, where I would be able to interact (change & debug) code of underlying framework at the same time. Also, I need an easy way to distribute binaries of all those frameworks, since it is a closed-source.
My goal is to develop nested frameworks, where I would be able to interact (change & debug) code of underlying framework at the same time. Also, I need an easy way to distribute binaries of all those frameworks, since it is a closed-source.