0

Is there an easy way to go through an Xcode project that has been worked on by many people and find all of the different "created by XXXXX" names from the .h and .m files?

Desdenova
  • 5,326
  • 8
  • 37
  • 45
Joseph Nardone
  • 457
  • 2
  • 15
  • 1
    Whats wrong with the find navigator? – Desdenova Jun 17 '16 at 13:27
  • 1
    Does this project use Git? If YES: http://stackoverflow.com/questions/9597410/list-all-developers-on-project-in-git Because "Created By", do not take in account developers that may have changed lines but not created a file. – Larme Jun 17 '16 at 13:28
  • The find navigator gives hundreds of results - Is there a way to export the find results so I can process the results down to unique developers? – Joseph Nardone Jun 17 '16 at 13:48
  • Yes, project uses Git and I have used git shortlog -sn to identify developer git ID's and emails. However, I don't think this would include developers who created files that were later added to the project by other developers. – Joseph Nardone Jun 17 '16 at 13:56

0 Answers0