Skip to content

Commit

Permalink
remove icon from plist (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Bünz authored Nov 9, 2020
1 parent 936796b commit d028686
Showing 1 changed file with 21 additions and 32 deletions.
53 changes: 21 additions & 32 deletions CriticalMass/CriticalMaps-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>light</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>CMLightIcon</string>
</array>
</dict>
<key>yellow</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>CMYellowIcon</string>
</array>
</dict>
<key>neon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>CMNeonIcon</string>
</array>
</dict>
<key>light</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>CMLightIcon</string>
</array>
</dict>
<key>yellow</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>CMYellowIcon</string>
</array>
</dict>
<key>neon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>CMNeonIcon</string>
</array>
</dict>
<key>dark</key>
<dict>
<key>CFBundleIconFiles</key>
Expand All @@ -51,17 +51,6 @@
<string>AppIcon60x60</string>
</array>
</dict>
<key>UINewsstandIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string></string>
</array>
<key>UINewsstandBindingType</key>
<string>UINewsstandBindingTypeMagazine</string>
<key>UINewsstandBindingEdge</key>
<string>UINewsstandBindingEdgeLeft</string>
</dict>
</dict>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
Expand Down

0 comments on commit d028686

Please sign in to comment.