Skip to content

Instantly share code, notes, and snippets.

@masbog
Created August 1, 2013 06:50
Show Gist options
  • Select an option

  • Save masbog/6128997 to your computer and use it in GitHub Desktop.

Select an option

Save masbog/6128997 to your computer and use it in GitHub Desktop.
Change file image path xcode xib image resource into your application image bundle
find . -name '*.xib' -exec echo {} \; -exec sed -E -i "" -e 's/>([a-zA-Z0-9_\@\.]+)(\.png)/>your_name_bundle\.bundle\/\1\2/' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment