-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollections.plist
More file actions
78 lines (78 loc) · 1.58 KB
/
collections.plist
File metadata and controls
78 lines (78 loc) · 1.58 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
<?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>ProjectName</key>
<string>plistReader.xcodeproj</string>
<key>Date</key>
<date>2024-04-29T16:11:12Z</date>
<key>Data</key>
<data></data>
<key>Scheme</key>
<string>plistBundle</string>
<key>ProjectBundleName</key>
<string>com.ci.plistreader</string>
<key>SingleBooleanValue1</key>
<true/>
<key>SingleBooleanValue2</key>
<false/>
<key>ArrayArraySources</key>
<array>
<array>
<string>s11</string>
</array>
<array>
<string>s12</string>
</array>
<array>
<string>s13</string>
</array>
</array>
<key>IntegerArraySources</key>
<array>
<integer>11</integer>
<integer>12</integer>
<integer>13</integer>
</array>
<key>DoubleArraySources</key>
<array>
<real>11.11</real>
<real>12.12</real>
<real>13.13</real>
</array>
<key>BoolArraySources</key>
<array>
<true/>
<false/>
<true/>
</array>
<key>DictionarySources</key>
<dict>
<key>Dictionary inside a Dictionary</key>
<dict>
<key>d1</key>
<string>string value from d1</string>
<key>di1</key>
<integer>1</integer>
<key>InsideIntegerArraySources</key>
<array>
<integer>11</integer>
<integer>22</integer>
<integer>33</integer>
</array>
<key>InsideStringArraySources</key>
<array>
<string>item1</string>
<string>item2</string>
<string>item3</string>
</array>
<key>BoolArraySources</key>
<array>
<true/>
<false/>
<true/>
</array>
</dict>
</dict>
</dict>
</plist>