remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

Explain in Readme wtf is up with the directory structure. #199

Open remulasce opened 9 years ago

remulasce commented 9 years ago

We have Android, iOS, and Java Core units.

The entire Android and iOS environments both live on the root directory. The Java Core code is shared between them, but it lives in a folder in the Android structure.

All of Java Core is then just copy-pasted over to iOS, I guess? How does that work?

nighelles commented 9 years ago

I kept a copy of the git project inside my xcode project directory so I could live-download the new java code when it was available. Then when I pushed the obj-c code I didn't remember to gitignore that extra copy. It's copies all the way down.