Created
May 1, 2015 10:25
-
-
Save slabko/e2f6167729651ba5f871 to your computer and use it in GitHub Desktop.
Remove imports from .m and .h files
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 '*.h' -print -exec sed -i '' -E '/#\import \<UIKit\/UIKit.h\>/d' {} \; | |
find ./ -name '*.h' -print -exec sed -i '' -E '/#\import \<CoreData\/CoreData.h\>/d' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment