I have a workspace with one library code downloaded via podfile. I had no possibility to change its functionality via protocols so I edited its code.
Now I need to add another library to my project but how to do it and prevent "undo" my own changes to the first library?
My question is not a duplicate of this one. In that question uses asks how to merge 2 projects with their own workspaces. But I have one project with a workspace and a separate library.