Created
November 26, 2024 15:26
-
-
Save nalexn/b9c7fd3ce5b3ac5aef1a47bb334fefb5 to your computer and use it in GitHub Desktop.
Dummy contacts for mobile E2E tests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN:VCARD | |
VERSION:3.0 | |
PRODID:-//Apple Inc.//iPhone OS 17.0//EN | |
N:Appleseed;John;;; | |
FN:John Appleseed | |
EMAIL;type=INTERNET;type=WORK;type=pref:[email protected] | |
TEL;type=HOME;type=VOICE;type=pref:888-555-1212 | |
TEL;type=CELL;type=VOICE:888-555-5512 | |
item1.ADR;type=HOME;type=pref:;;1234 Laurel Street;Atlanta;GA;30303;USA | |
item1.X-ABADR:us | |
item2.ADR;type=WORK:;;3494 Kuhl Avenue;Atlanta;GA;30303;USA | |
item2.X-ABADR:us | |
BDAY:1980-06-22 | |
END:VCARD | |
BEGIN:VCARD | |
VERSION:3.0 | |
PRODID:-//Apple Inc.//iPhone OS 17.0//EN | |
N:Haro;Anna;;; | |
FN:Anna Haro | |
NICKNAME:Annie | |
EMAIL;type=INTERNET;type=HOME;type=pref:[email protected] | |
TEL;type=HOME;type=VOICE;type=pref:555-522-8243 | |
item1.ADR;type=HOME;type=pref:;;1001 Leavenworth Street;Sausalito;CA;94965;USA | |
item1.X-ABADR:us | |
BDAY:1985-08-29 | |
item2.X-ABDATE;type=pref:2002-02-15 | |
item2.X-ABLabel:_$!<Anniversary>!$_ | |
END:VCARD | |
BEGIN:VCARD | |
VERSION:3.0 | |
PRODID:-//Apple Inc.//iPhone OS 17.0//EN | |
N:Zakroff;Hank;M.;; | |
FN:Hank M. Zakroff | |
ORG:Financial Services Inc.; | |
TITLE:Portfolio Manager | |
EMAIL;type=INTERNET;type=WORK;type=pref:[email protected] | |
TEL;type=OTHER;type=VOICE;type=pref:(707) 555-1854 | |
TEL;type=WORK;type=VOICE:(555) 766-4823 | |
item1.ADR;type=WORK;type=pref:;;1741 Kearny Street;San Rafael;CA;94901; | |
item1.X-ABADR:us | |
END:VCARD | |
BEGIN:VCARD | |
VERSION:3.0 | |
PRODID:-//Apple Inc.//iPhone OS 17.0//EN | |
N:Taylor;David;;; | |
FN:David Taylor | |
TEL;type=HOME;type=VOICE;type=pref:555-610-6679 | |
item1.ADR;type=HOME;type=pref:;;1747 Steuart Street;Tiburon;CA;94920;USA | |
item1.X-ABADR:us | |
BDAY:1998-06-15 | |
END:VCARD | |
BEGIN:VCARD | |
VERSION:3.0 | |
PRODID:-//Apple Inc.//iPhone OS 17.0//EN | |
N:Bell;Kate;;; | |
FN:Kate Bell | |
ORG:Creative Consulting; | |
TITLE:Producer | |
EMAIL;type=INTERNET;type=WORK;type=pref:[email protected] | |
TEL;type=MAIN;type=pref:(415) 555-3695 | |
TEL;type=CELL;type=VOICE:(555) 564-8583 | |
item1.ADR;type=WORK;type=pref:;;165 Davis Street;Hillsborough;CA;94010; | |
item1.X-ABADR:us | |
item2.URL;type=pref:www.icloud.com | |
item2.X-ABLabel:_$!<HomePage>!$_ | |
BDAY:1978-01-20 | |
END:VCARD | |
BEGIN:VCARD | |
VERSION:3.0 | |
PRODID:-//Apple Inc.//iPhone OS 17.0//EN | |
N:Higgins;Daniel;;;Jr. | |
FN:Daniel Higgins Jr. | |
EMAIL;type=INTERNET;type=HOME;type=pref:[email protected] | |
TEL;type=HOME;type=FAX;type=pref:(408) 555-3514 | |
TEL;type=CELL;type=VOICE:(408) 555-5270 | |
TEL;type=HOME;type=VOICE:555-478-7672 | |
item1.ADR;type=HOME;type=pref:;;332 Laguna Street;Corte Madera;CA;94925;USA | |
item1.X-ABADR:us | |
END:VCARD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment