comparison LazyBear/Info.plist @ 418:83438c010b29

Delete old alternative icons
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Fri, 11 Jun 2021 11:44:10 +0200
parents 80bfa88c6b0f
children 523b780ad892
comparison
equal deleted inserted replaced
417:5f21f7c23c5e 418:83438c010b29
6 <string>$(DEVELOPMENT_LANGUAGE)</string> 6 <string>$(DEVELOPMENT_LANGUAGE)</string>
7 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
8 <string>LazyBear</string> 8 <string>LazyBear</string>
9 <key>CFBundleExecutable</key> 9 <key>CFBundleExecutable</key>
10 <string>$(EXECUTABLE_NAME)</string> 10 <string>$(EXECUTABLE_NAME)</string>
11 <key>CFBundleIcons</key>
12 <dict>
13 <key>CFBundleAlternateIcons</key>
14 <dict>
15 <key>blueIcon</key>
16 <dict>
17 <key>CFBundleIconFiles</key>
18 <array>
19 <string>blue.png</string>
20 </array>
21 <key>UIPrerenderedIcon</key>
22 <false/>
23 </dict>
24 <key>graffitiIcon</key>
25 <dict>
26 <key>CFBundleIconFiles</key>
27 <array>
28 <string>graffiti.png</string>
29 </array>
30 <key>UIPrerenderedIcon</key>
31 <false/>
32 </dict>
33 <key>greenIcon</key>
34 <dict>
35 <key>CFBundleIconFiles</key>
36 <array>
37 <string>green.png</string>
38 </array>
39 <key>UIPrerenderedIcon</key>
40 <false/>
41 </dict>
42 <key>matteBlackIcon</key>
43 <dict>
44 <key>CFBundleIconFiles</key>
45 <array>
46 <string>matteBlack.png</string>
47 </array>
48 <key>UIPrerenderedIcon</key>
49 <false/>
50 </dict>
51 <key>matteWhiteIcon</key>
52 <dict>
53 <key>CFBundleIconFiles</key>
54 <array>
55 <string>matteWhite.png</string>
56 </array>
57 <key>UIPrerenderedIcon</key>
58 <false/>
59 </dict>
60 <key>pinkIcon</key>
61 <dict>
62 <key>CFBundleIconFiles</key>
63 <array>
64 <string>pink.png</string>
65 </array>
66 <key>UIPrerenderedIcon</key>
67 <false/>
68 </dict>
69 <key>redIcon</key>
70 <dict>
71 <key>CFBundleIconFiles</key>
72 <array>
73 <string>red.png</string>
74 </array>
75 <key>UIPrerenderedIcon</key>
76 <false/>
77 </dict>
78 </dict>
79 <key>CFBundlePrimaryIcon</key>
80 <dict>
81 <key>CFBundleIconFiles</key>
82 <array>
83 <string>default.png</string>
84 </array>
85 <key>UIPrerenderedIcon</key>
86 <false/>
87 </dict>
88 </dict>
89 <key>CFBundleIcons~ipad</key>
90 <dict>
91 <key>CFBundleAlternateIcons</key>
92 <dict>
93 <key>blueIcon</key>
94 <dict>
95 <key>CFBundleIconFiles</key>
96 <array>
97 <string>blue.png</string>
98 </array>
99 <key>UIPrerenderedIcon</key>
100 <false/>
101 </dict>
102 <key>graffitiIcon</key>
103 <dict>
104 <key>CFBundleIconFiles</key>
105 <array>
106 <string>graffiti.png</string>
107 </array>
108 <key>UIPrerenderedIcon</key>
109 <false/>
110 </dict>
111 <key>greenIcon</key>
112 <dict>
113 <key>CFBundleIconFiles</key>
114 <array>
115 <string>green.png</string>
116 </array>
117 <key>UIPrerenderedIcon</key>
118 <false/>
119 </dict>
120 <key>matteBlackIcon</key>
121 <dict>
122 <key>CFBundleIconFiles</key>
123 <array>
124 <string>matteBlack.png</string>
125 </array>
126 <key>UIPrerenderedIcon</key>
127 <false/>
128 </dict>
129 <key>matteWhiteIcon</key>
130 <dict>
131 <key>CFBundleIconFiles</key>
132 <array>
133 <string>matteWhite.png</string>
134 </array>
135 <key>UIPrerenderedIcon</key>
136 <false/>
137 </dict>
138 <key>pinkIcon</key>
139 <dict>
140 <key>CFBundleIconFiles</key>
141 <array>
142 <string>pink.png</string>
143 </array>
144 <key>UIPrerenderedIcon</key>
145 <false/>
146 </dict>
147 <key>redIcon</key>
148 <dict>
149 <key>CFBundleIconFiles</key>
150 <array>
151 <string>red.png</string>
152 </array>
153 <key>UIPrerenderedIcon</key>
154 <false/>
155 </dict>
156 </dict>
157 <key>CFBundlePrimaryIcon</key>
158 <dict>
159 <key>CFBundleIconFiles</key>
160 <array>
161 <string>default.png</string>
162 </array>
163 <key>UIPrerenderedIcon</key>
164 <false/>
165 </dict>
166 </dict>
167 <key>CFBundleIdentifier</key> 11 <key>CFBundleIdentifier</key>
168 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 12 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
169 <key>CFBundleInfoDictionaryVersion</key> 13 <key>CFBundleInfoDictionaryVersion</key>
170 <string>6.0</string> 14 <string>6.0</string>
171 <key>CFBundleName</key> 15 <key>CFBundleName</key>