Hacker News new | ask | show | jobs
by Pulcinella 1342 days ago
Uhh is this right? Seems like the vast majority of the main iOS app UI files are all dumped in the same folder along with all the assets. No organization.

https://github.com/Automattic/pocket-casts-ios/tree/trunk/po...

2 comments

That’s not necessarily weird. Xcode has its own idea of organization you use that doesn’t need to match the filesystem at all.

If you downloaded and opened it in Xcode it may look well laid out.

(I’d like the ability to turn that off or ‘sync’ the two personally for my projects)

https://github.com/venmo/synx

I used it in the past, not sure if it still works with the latest project files.

I guess knowing that people will criticise your messy code is one of the reasons why people don’t open source more things. It’s nice to have the code open-source even though it’s not perfect.