When we create a new project using the iPhone, the copyright information will appear in the comment generated by default in the header of each file, including a company name. Most of the time, we can modify this value.
Three methods are provided here.
1. Open the address book software, find your own contact information, right-click, select "edit card" from the shortcut menu, and change the company name under the name.
2. Use the terminal command line mode. Run the following command:
Defaults write com. Apple. xcode pbxcustomtemplatemedia definitions '{"organizationname" ="QIqi";}'
The Shanghai red part is the value you want to enter. Note: If you use this method, method 1 will become invalid.
The above two methods will take effect after xcode is restarted.
3. This is a method that only works in one project. Right-click the project name and choose get info> General from the shortcut menu. Enter the value you need after the organization name.
If you have a discussion, please contact me: nicktc78@hotmail.com