I found a project on Github that I'd like to take a stab at converting for macOS. (This is still Xcode 8, btw).The original project is a C# project that appears to have been created with Form Designer, although I don't think the precise details are at issue (I could be wrong!).I forked the project on github into my own account. I updated the .gitignore file to exclude any of the Xcode files that don't need versioning (using the gitignore.io for xcode).However, there appears to be a catch-22 with creating/using an Xcode project for versioning with this fork.If I use Xcode to create a project from the remote repository, it clones the remote locally but doesn't create an Xcode project (presumably, because the existing project is CS, not Swift/Obj-C). In fact, all it does is clone the remote, check it out, and then sit there, Xcode open, with no files open.If I use Xcode to create a project without SCM, if I try to check out