Skip to content

Instantly share code, notes, and snippets.

@TimurAykutYildirim
Created November 29, 2017 05:35
Show Gist options
  • Select an option

  • Save TimurAykutYildirim/ddcdf05f32f7f011a63a9d160e5d1f98 to your computer and use it in GitHub Desktop.

Select an option

Save TimurAykutYildirim/ddcdf05f32f7f011a63a9d160e5d1f98 to your computer and use it in GitHub Desktop.

Revisions

  1. TimurAykutYildirim created this gist Nov 29, 2017.
    1 change: 1 addition & 0 deletions pointSize_change_xib_storyboard.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find . -type f -name '*xib' -o -name '*storyboard' -print0 | xargs -0 perl -pi.back -e 's/pointSize=\"(\d+)/"pointSize=\"" . ($1 + 1)/ge'