In XCode, I've organised my code files in separate subfolders (Model, View, Controller, etc). But on the hard drive they're all still in the same directory. Is there any way to make the two match up? (It'd be nice when browsing the code on Github to be able to see the files separated into the same folder structure.)
In XCode, I've organised my code files in separate subfolders (Model, View, Controller, etc). But on the hard drive they're all still in the same directory. Is there any way to make the two match up? (It'd be nice when browsing the code on Github to be able to see the files separated into the same folder structure.)