Created
August 1, 2013 06:50
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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