Cleaner iOS icon for iOS 7.
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 82 KiB |
BIN
MasterPassword/Resources/Media/iTunesArtwork.png
Normal file
After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 312 KiB |
Before Width: | Height: | Size: 312 KiB After Width: | Height: | Size: 708 KiB |
Before Width: | Height: | Size: 624 KiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 61 KiB |
@ -1 +1 @@
|
||||
4
|
||||
14
|
@ -26,10 +26,11 @@ icons=(
|
||||
)
|
||||
for size in $(reverse "${!icons[@]}"); do
|
||||
file=Images.xcassets/AppIcon.appiconset/${icons[size]}
|
||||
echo "$PWD/$file"
|
||||
|
||||
if [[ "iTunesArtwork@2x" -nt $file ]]; then
|
||||
if [[ "iTunesArtwork@2x.png" -nt $file ]]; then
|
||||
pinf "$file ($size px)"
|
||||
downsize "iTunesArtwork@2x" "$file" "${size}x${size}"
|
||||
downsize "iTunesArtwork@2x.png" "$file" "${size}x${size}"
|
||||
fnip
|
||||
fi
|
||||
done
|
||||
|