MobileOrg / mobileorg

MobileOrg iPhone App
http://mobileorg.github.io
GNU General Public License v2.0
556 stars 69 forks source link

** Setting up your environment

Xcode >=12 is required to build the project.

For the usage of the Dropbox API an application key is necessary. You can obtain it [[https://www.dropbox.com/developers/apps/create][from Dropbox.]] It is important to apply for keys of the App Folder type not the Full Dropbox type.

Find the file AppKey.plist in the project and obtain the information you've received from Dropbox there.

MobileOrg uses Swift Package Manager to resolve dependencies.

*** WebDAV tests

To allow automated tests of syncing there is an additional Xcode scheme (All Tests) available. This scheme needs a running [[https://www.docker.com][docker]] instance.

To set up the WebDAV server for manual tests, please take the Test's pre-action script as a starting point.

*** iCloud tests

You have to log in into iCloud account on the simulator to be able to run unit-tests. Otherwise, the test run skips iCloud unit-tests with a warning in the console.

** Pull Requests Pull requests for bug fixes, features or anything else are gladly accepted. Since this is github we follow the fork/pull collaboration style. If you are planning to contribute you should have a fork of the mobileorg repository and issue pull requests from there.

It is expected that the code reviewer will merge your pull request. If you wish to open a pull request for a proof of concept or feedback on an idea, please clearly indicate this in the description or title. * git flow branching model MobileOrg loosely follows branching inspired by the [[http://nvie.com/posts/a-successful-git-branching-model/][Git Flow]] branching model. How this affects contributing is that all new work should be based off the develop branch and be named either feature/your-new-feature, hotfix/some-bug-fix* or similar. See the previous link for more information. This will make it much easier to merge your work.

If you like to work further with your fork you should incorporate your changes into the develop-branch not by merging your branch into it, but by syncing your fork with the main repository.

A description how to do this is available at [[https://help.github.com/articles/syncing-a-fork/][GitHub Help]].

bug tracker [[https://github.com/MobileOrg/mobileorg/issues][github issues]] contact

You support MobileOrg just by using it or assisting with bug fixes and feature development. Thanks for your continued interest.