bobbyali / kidzvids2

Second attempt at the kid-friendly Youtube iOS player
1 stars 2 forks source link

Xcode vs hard drive file management #19

Open bobbyali opened 9 years ago

bobbyali commented 9 years ago

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.)

tudormunteanu commented 9 years ago

Something like https://github.com/venmo/synx could help. Alternatively, doing so manually is not a lot of trouble, if done right.