GitHub user mgcrea opened a pull request: https://github.com/apache/incubator-cordova-ios/pull/33
Patches cdvcontacts Some work/cleaning for CDVContacts : * New source option to be either "default" / "all" for now (defaults to "all" so not API break). * Better error reporting when a save fails * Cleaning the files (trailing whitespaces) You can merge this pull request into a Git repository by running: $ git pull https://github.com/mgcrea/incubator-cordova-ios patches-cdvcontacts Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-ios/pull/33.patch ---- commit 11de8a02d985c18aaaf8644909028caf1ceb6dde Author: Olivier Louvignes <oliv...@mg-crea.com> Date: 2012-07-11T01:08:14-07:00 Improved error reporting of CDVContact, CDVContacts & CDVDebug util. Additional changes: * Added a new ContactFindOptions useDefaultSource that only read to the default ABRecordRef source. commit 4ef9c52f49e32e69f5f7acf57b894dd0314910a1 Author: Olivier Louvignes <oliv...@mg-crea.com> Date: 2012-07-12T04:29:44-07:00 Updated CDVContact to use a new "source" option instead of "useDefaultSource" boolean. Additional changes: * Removed trailing whitespaces ----