Search Unity

How to specify xcode project name in unity

Discussion in 'Editor & General Support' started by wangzhexian, Dec 19, 2018.

  1. wangzhexian

    wangzhexian

    Joined:
    Dec 19, 2018
    Posts:
    1
    Hello there, When I export a xcode project from unity ,the xcode project name is always "Unity-phone", how can I specify the name in Unity ? some one can help me ?
     
  2. knobblez

    knobblez

    Joined:
    Nov 26, 2017
    Posts:
    223
    squigglebucket likes this.
  3. v01pe_

    v01pe_

    Joined:
    Mar 25, 2015
    Posts:
    71
    Does not help for build automation, so far there is no out of the box solution AFAIK
     
    chrismarch likes this.
  4. CraigMurray100

    CraigMurray100

    Joined:
    Oct 10, 2019
    Posts:
    3
    I have found no good way to do this.

    Bad ways to do it include using postbuild steps to rename and modify files to set the name the way you want and driving xcode using the command line to build, archive, and upload and then you can name the archive file anything you like.