Skip to content

Commit

Permalink
support @3x icon
Browse files Browse the repository at this point in the history
  • Loading branch information
LinXi committed Jan 15, 2016
1 parent 0467ae0 commit c8e3c33
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 c8e3c33

Please sign in to comment.