Created
November 20, 2013 03:35
-
-
Save onlyyoujack/7557262 to your computer and use it in GitHub Desktop.
command
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
| 1.To find which library is using uniqueidentifier method, go to your project folder and type in: | |
| $ find . | grep -v .svn | grep "\.a" | grep -v "\.app" | xargs grep uniqueIdentifier |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment