An open API service indexing awesome lists of open source software.

https://github.com/inflex/ios2vcard

Convert iOS Address book directly to vCard file
https://github.com/inflex/ios2vcard

Last synced: about 1 year ago
JSON representation

Convert iOS Address book directly to vCard file

Awesome Lists containing this project

README

          

## iOS2vCard

Coverts iOS Addresses database to vCard

### Features

- Generates vCard v3.0 output of all addresses in single call

### TODO

- Cover multiple iOS Address book formats
- Add more generation options

### Prerequisites

For Ubuntu developers, you'll need the following packages at a minium;

$ apt-get install build-essential sqlite3-dev

### Installation

1. Clone the project

$ git clone 'https://github.com/inflex/ios2vcard'

2. Build it

$ make

3. Run it!

- To place all addresses in to a single vcf file

$ ./ios2vcard -i addresses.sqlite3 > addressbook.vcf

- To create individual vcf files

$ ./ios2vcard -i addresses.sqlite3 -s