-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
121 lines (121 loc) · 3.55 KB
/
Copy pathInfo.plist
File metadata and controls
121 lines (121 loc) · 3.55 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?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>CFBundleDisplayName</key>
<string>Violetta</string>
<key>CFBundleName</key>
<string>Violetta</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>icon</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>purple</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>purple</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>red</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>red</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>orange</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>orange</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>green</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>green</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>blue</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>blue</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>pink</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>pink</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>black</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>black</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>cosmic</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>cosmic</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>origami</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>origami</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
<key>watercolor</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>watercolor</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
</dict>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>CFBundleShortVersionString</key>
<string>1.1.6</string>
<key>CFBundleVersion</key>
<string>9</string>
</dict>
</plist>