Skip to content

Conversation

@bdeweygit
Copy link

  1. Added Assets/Editor/iOSPBXProjectModifier.cs build post-processor script to automate steps 5 and 6 from the iOS integration docs. Before, these steps would need to be done manually each time we generated a replacement Unity build. Now, they are done automatically.

    • Uses the UnityEditor.Callbacks.PostProcessBuildAttribute. Alternatively we could use the UnityEditor.Build.IPostprocessBuildWithReport interface but documentation is not clear about which is preferred and there are some known bugs with the interface.
    • Named in the style of the existing Assets/Editor/AndroidGradleProjectModifier.cs script.
    • Derived from a similar script in another project here.
  2. Removed steps 5 and 6 from the documentation.

@manugildev manugildev requested a review from Pavel-Unity July 22, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant