Skip to content

Instantly share code, notes, and snippets.

@nealsun
Created February 9, 2015 08:22
Show Gist options
  • Save nealsun/a9df4df536fa11eabb7f to your computer and use it in GitHub Desktop.
Save nealsun/a9df4df536fa11eabb7f to your computer and use it in GitHub Desktop.

Revisions

  1. nealsun created this gist Feb 9, 2015.
    1 change: 1 addition & 0 deletions srgb2calibratedRGB
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find . \( -name "*.xib" -or -name "*.storyboard" \) -print0 | xargs -0 sed -i '' -e 's/colorSpace="custom" customColorSpace="sRGB"/colorSpace="calibratedRGB"/g'