Automatically add a post build script to unity xcode projects that uploads generated DSYMs.
Changeset
Added post build method to BugsnagSymbolUploader.cs that gets the required CLI command from BugsnagCLI.cs and inserts it as a post build script to both the main app target and the unity framework target within xcode
Testing
Manually tested by building and checking symbolication in the dashboard. E2E testing will be added at a later date
Goal
Automatically add a post build script to unity xcode projects that uploads generated DSYMs.
Changeset
Added post build method to
BugsnagSymbolUploader.cs
that gets the required CLI command fromBugsnagCLI.cs
and inserts it as a post build script to both the main app target and the unity framework target within xcodeTesting
Manually tested by building and checking symbolication in the dashboard. E2E testing will be added at a later date