Search code examples
xcodeproject-managementprojects

XCode Project Details?


At the top of all the files in a project, it has that comment block with the programmer information and whatnot.

How do you change that? I remember setting it once. Somewhere.


Solution

  • defaults write com.apple.xcode 'PBXCustomTemplateMacroDefinitions' "{ORGANIZATIONNAME = 'your Company Name' ; }"
    

    Here's the full list of options: Xcode User Defaults.