Skip to content

feat: Archive symbols for obfuscation when creating iOS release#22

Merged
michalurbanek merged 2 commits into
masterfrom
mu/feat/ios_release_symbols
May 6, 2026
Merged

feat: Archive symbols for obfuscation when creating iOS release#22
michalurbanek merged 2 commits into
masterfrom
mu/feat/ios_release_symbols

Conversation

@michalurbanek
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Flutter obfuscation symbol archival to the existing iOS IPA archival workflow so release artifacts include the --split-debug-info outputs needed for Crashlytics Dart stack-trace deobfuscation.

Changes:

  • Extend the iOS IPA archival script to also copy build/app/outputs/symbols into release_artifacts/flutter-symbols/<version>/<flavor>/.
  • Update the skill documentation to describe the new symbol-archival artifacts and workflow expectations.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
ai/skills/flutter-template-release-builds/scripts/archive_ios_ipa.sh Copies Flutter --split-debug-info symbol files alongside the archived IPA.
ai/skills/flutter-template-release-builds/SKILL.md Documents archiving of Flutter symbols for Crashlytics deobfuscation as part of iOS release steps.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread ai/skills/flutter-template-release-builds/scripts/archive_ios_ipa.sh Outdated
Comment thread ai/skills/flutter-template-release-builds/scripts/archive_ios_ipa.sh Outdated
@michalurbanek michalurbanek merged commit 5b43797 into master May 6, 2026
1 check passed
@michalurbanek michalurbanek deleted the mu/feat/ios_release_symbols branch May 6, 2026 12:22
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.

2 participants