Created
November 12, 2012 19:41
-
-
Save jodell/4061438 to your computer and use it in GitHub Desktop.
find entry points for obj-c literals
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
# Grep for Objective-C methods that can generally be replaced with the new literal syntax. | |
grep -rE ‘arrayWith|numberWith|dictionaryWith|setObject|objectAt’ Classes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment