nicklockwood / FXBlurView

[DEPRECATED]
Other
4.94k stars 713 forks source link

Fix files being executable #117

Open rastersize opened 8 years ago

rastersize commented 8 years ago

The files LICENSE.md and FXBlurView.m were both marked as being executable by anyone :crying_cat_face: This PR makes them have file mode 644 instead.

Found using the handy find . -type f -perm +111 -print.