Skip to content

Commit d028686

Browse files
author
Malte Bünz
authored
remove icon from plist (#362)
1 parent 936796b commit d028686

File tree

1 file changed

+21
-32
lines changed

1 file changed

+21
-32
lines changed

CriticalMass/CriticalMaps-Info.plist

Lines changed: 21 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
<dict>
99
<key>CFBundleAlternateIcons</key>
1010
<dict>
11-
<key>light</key>
12-
<dict>
13-
<key>CFBundleIconFiles</key>
14-
<array>
15-
<string>CMLightIcon</string>
16-
</array>
17-
</dict>
18-
<key>yellow</key>
19-
<dict>
20-
<key>CFBundleIconFiles</key>
21-
<array>
22-
<string>CMYellowIcon</string>
23-
</array>
24-
</dict>
25-
<key>neon</key>
26-
<dict>
27-
<key>CFBundleIconFiles</key>
28-
<array>
29-
<string>CMNeonIcon</string>
30-
</array>
31-
</dict>
11+
<key>light</key>
12+
<dict>
13+
<key>CFBundleIconFiles</key>
14+
<array>
15+
<string>CMLightIcon</string>
16+
</array>
17+
</dict>
18+
<key>yellow</key>
19+
<dict>
20+
<key>CFBundleIconFiles</key>
21+
<array>
22+
<string>CMYellowIcon</string>
23+
</array>
24+
</dict>
25+
<key>neon</key>
26+
<dict>
27+
<key>CFBundleIconFiles</key>
28+
<array>
29+
<string>CMNeonIcon</string>
30+
</array>
31+
</dict>
3232
<key>dark</key>
3333
<dict>
3434
<key>CFBundleIconFiles</key>
@@ -51,17 +51,6 @@
5151
<string>AppIcon60x60</string>
5252
</array>
5353
</dict>
54-
<key>UINewsstandIcon</key>
55-
<dict>
56-
<key>CFBundleIconFiles</key>
57-
<array>
58-
<string></string>
59-
</array>
60-
<key>UINewsstandBindingType</key>
61-
<string>UINewsstandBindingTypeMagazine</string>
62-
<key>UINewsstandBindingEdge</key>
63-
<string>UINewsstandBindingEdgeLeft</string>
64-
</dict>
6554
</dict>
6655
<key>CFBundleDisplayName</key>
6756
<string>${PRODUCT_NAME}</string>

0 commit comments

Comments
 (0)