Skip to content

Commit

Permalink
Merge pull request krzysztofzablocki#39 from xilin/master
Browse files Browse the repository at this point in the history
support @3x icon
  • Loading branch information
krzysztofzablocki committed Jan 15, 2016
2 parents 0467ae0 + c8e3c33 commit 8517a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pod/Assets/Scripts/iconVersioning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ while [ $i -lt $last_icon_index ]; do
else
processIcon "${icon}.png"
processIcon "${icon}@2x.png"
processIcon "${icon}@3x.png"
fi
let i=i+1
done
Expand Down

0 comments on commit 8517a93

Please sign in to comment.