Where do I set my company name?

前端 未结 14 1476
情深已故
情深已故 2020-12-02 06:05

When creating new source files xcode adds comments with your name and company name.

Where do I set my company name for xcode (not the project).

14条回答
  •  -上瘾入骨i
    2020-12-02 06:39

    In XCode 5 you can select company name on project creation. If you would like to change company name for existing project, then:

    1. Open .xcodeproj in Finder by selection "Show package contents"
    2. Open project.pbxproj in TextEdit
    3. Replace current value of ORGANIZATIONNAME with desired one.

提交回复
热议问题