Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate iOS integration steps 5 and 6 #112

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

None yet

1 participant