Skip to content
belkevich edited this page Dec 18, 2014 · 10 revisions

Please follow this simple rules if you want to contribute to APAddressBook:

  1. Pull request should be send to develop branch and not to master
  2. Your changes should follow code style and naming conventions like other code in project
  3. APAddressBook provides high-level interface to user, so avoid NSDictionary, NSArray to represent complex data in APContact.
  4. Both Example applications is made only for 'default' fields of APContact. You shouldn't contribute to Example application.
  5. Don't forget to add new classes to Swift-bridging file.
  6. Check both Example applications build state before submit pull request.

Thank you!

Clone this wiki locally