Apr 18, 2011

Changing Company Name in Xcode 4

If you want to change Company Name in Xcode 4, run the following in terminal. Change YourNameHere with your company name.

defaults write com.apple.dt.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME="YourNameHere";}'


One line and take note of com.apple.dt.Xcode
You will need to restart Xcode after that.

.

1 comment:

  1. It's nice to know how to change my company name in Xcode 4. Good thing you shared it with us. Thanks.

    file llc

    ReplyDelete