-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathSampleData.plist
More file actions
89 lines (89 loc) · 1.9 KB
/
SampleData.plist
File metadata and controls
89 lines (89 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Data</key>
<array>
<dict>
<key>Image</key>
<string>images-1.jpeg</string>
<key>Place</key>
<string>Barcelona</string>
<key>Country</key>
<string>Spain</string>
</dict>
<dict>
<key>Image</key>
<string>images-2.jpeg</string>
<key>Place</key>
<string>Cape Town</string>
<key>Country</key>
<string>South Africa</string>
</dict>
<dict>
<key>Image</key>
<string>images-3.jpeg</string>
<key>Place</key>
<string>Delhi</string>
<key>Country</key>
<string>India</string>
</dict>
<dict>
<key>Image</key>
<string>images-4.jpeg</string>
<key>Place</key>
<string>Berlin</string>
<key>Country</key>
<string>Germany</string>
</dict>
<dict>
<key>Image</key>
<string>images-5.jpeg</string>
<key>Place</key>
<string>Athens</string>
<key>Country</key>
<string>Greece</string>
</dict>
<dict>
<key>Image</key>
<string>images-6.jpeg</string>
<key>Place</key>
<string>Dublin</string>
<key>Country</key>
<string>Ireland</string>
</dict>
<dict>
<key>Image</key>
<string>images-7.jpeg</string>
<key>Place</key>
<string>Amsterdam</string>
<key>Country</key>
<string>Netherlands</string>
</dict>
<dict>
<key>Image</key>
<string>images-8.jpeg</string>
<key>Place</key>
<string>Zurich</string>
<key>Country</key>
<string>Switzerland</string>
</dict>
<dict>
<key>Image</key>
<string>images-9.jpeg</string>
<key>Place</key>
<string>Prague</string>
<key>Country</key>
<string>Czech Republic</string>
</dict>
<dict>
<key>Image</key>
<string>images-10.jpeg</string>
<key>Place</key>
<string>Paris</string>
<key>Country</key>
<string>France</string>
</dict>
</array>
</dict>
</plist>