Search Unity

Question Does Unity iOS build process have a signature?

Discussion in 'Editor & General Support' started by Fotal, Dec 7, 2022.

  1. Fotal

    Fotal

    Joined:
    Apr 9, 2019
    Posts:
    38
    Hi
    I'm interested in the detailed process that happens when Unity Editor builds iOS at this step:

    - Xcode project is generated by Unity with all the required libraries, precompiled .NET code, and serialized assets - https://docs.unity.cn/Manual/iphone-BuildProcess.html

    Questions:
    1. Does Unity somehow sign an Xcode-generated project?
    2. Is it possible to determine that a particular build of Xcode was made on a particular Mac device?
    3. If there is a signature - Is it possible to manually change the signature after generating the Xcode project?
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,726
    These are all Xcode and Apple questions.

    1. XCode is building it and signing it
    2. I would assume yes unless otherwise told
    3. Check with what the XCode development docs say