Where do I set my company name?

前端 未结 14 1471
情深已故
情深已故 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条回答
  • 2020-12-02 06:37

    Or you can set the company name in your address card in the Mac OS X address book application. Worked for me (SL, Xcode 3.2.2)

    0 讨论(0)
  • 2020-12-02 06:37

    Simply just go to appName-Info.plist and add a field "Copyright(human-readable)" : nameOfDeveloper or companyName. enter image description here:

    0 讨论(0)
  • 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.
    0 讨论(0)
  • 2020-12-02 06:42

    You can try remove app-info.plist and try to input app-info.plist in your project.

    0 讨论(0)
  • 2020-12-02 06:46

    There's more confusion about this than there should be. I clarified here: https://stackoverflow.com/a/9793899/1273966 I'll do the same in this thread.

    If the organisation name is blank in the project document (described above) the company name is pulled from the 'me' entry in your address book.

    If you enter an organisation name in the project document as described above, it will override the company name in the address book. IE: You can override your company name on a per project basis. Pretty clever, but obviously has a lot of people confused.

    0 讨论(0)
  • 2020-12-02 06:47

    In xCode 7.3 (edit: till 11.3.1) just select top project file and Look in Utilities on Left pane

    0 讨论(0)
提交回复
热议问题