Skip to content

Instantly share code, notes, and snippets.

@onlyyoujack
Created November 20, 2013 03:35
Show Gist options
  • Select an option

  • Save onlyyoujack/7557262 to your computer and use it in GitHub Desktop.

Select an option

Save onlyyoujack/7557262 to your computer and use it in GitHub Desktop.
command
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