Skip to content

Commit

Permalink
Fix icon entries in Info.plist.
Browse files Browse the repository at this point in the history
No need for old CFBundleIconFiles, and the Default images shouldn't have
been in there at all.
  • Loading branch information
nolanw committed Nov 18, 2012
1 parent 95b1248 commit d65b7d5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Resources/Awful-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@
<string>Awful</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFiles</key>
<array>
<string>[email protected]</string>
<string>[email protected]</string>
<string>Icon-Small.png</string>
<string>[email protected]</string>
<string>Icon-72.png</string>
<string>Icon-Small-50.png</string>
<string>Default-Portrait@2x~ipad.png</string>
<string>Default-Landscape@2x~ipad.png</string>
<string>Default-Portrait@2x~ipad.png</string>
<string>[email protected]</string>
<string>icon_57.png</string>
<string>icon_114.png</string>
</array>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
Expand All @@ -37,10 +22,6 @@
<string>[email protected]</string>
<string>Icon-72.png</string>
<string>Icon-Small-50.png</string>
<string>Default-Portrait@2x~ipad.png</string>
<string>Default-Landscape@2x~ipad.png</string>
<string>Default-Portrait@2x~ipad.png</string>
<string>[email protected]</string>
<string>icon_57.png</string>
<string>icon_114.png</string>
</array>
Expand Down

0 comments on commit d65b7d5

Please sign in to comment.