owncloud / notes-iOS-App

:notebook:
Other
102 stars 48 forks source link

Missing files in the XCode project? #26

Closed jonmach closed 10 years ago

jonmach commented 10 years ago

Hi,

I have downloaded the notes-iOS-App Most of the directories are empty and there isn't really a README that helps. The following are empty: AFNetworking FCModel FMDB KeychainItemWrapper MMDrawerController TSMessages TTOpenInAppActivity UILabel-VerticalAlignment

phedlund commented 10 years ago

Those are git submodules. You have to do a recursive checkout with git to get everything.

jonmach commented 10 years ago

Thanks. Sorted this using: git clone https://github.com/owncloud/notes-iOS-App --recursive May be worth adding to the README.md, which is basically empty.

phedlund commented 10 years ago

Good. That could be your first pull request.

jonmach commented 10 years ago

Sounds good.
Let me know how to do that, and I'll do it.

phedlund commented 10 years ago

You would create a branch in your clone. Modify the README.md file and then follow https://help.github.com/articles/creating-a-pull-request.