chore(ios): Update sentry-fastlane-plugin to install_groups branch#727
Closed
runningcode wants to merge 3 commits intomainfrom
Closed
chore(ios): Update sentry-fastlane-plugin to install_groups branch#727runningcode wants to merge 3 commits intomainfrom
runningcode wants to merge 3 commits intomainfrom
Conversation
Update sentry-fastlane-plugin to point to the no/add-install-groups-support branch to test the new install_groups parameter functionality from PR #414. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add install_groups parameter with 'grouptest' and 'release' values to test the new install_groups functionality from the updated sentry-fastlane-plugin branch. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Fixes CI failures caused by "iOS 26.0 is not installed" error. Changes: - Upgraded all iOS workflow runners from macos-15 to macos-26 - Removed explicit Xcode version selection (uses default Xcode 26.2) - Updated emerge_config.yaml osVersion from 26.1 to 26.2 - Updated snapshot test simulator from iOS 18.6 to iOS 26.2 The macos-26 runners have complete iOS 26.x device SDKs, resolving the build failures when building for physical devices. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 build increased size, 2 builds decreased size
HackerNews 3.10 (1)
|
| Item | Install Size Change |
|---|---|
| DYLD.String Table | ⬆️ 120.4 kB |
| DYLD.String Table | ⬆️ 16.7 kB |
| Code Signature | ⬆️ 4.4 kB |
| SwiftUI.View.View | ⬆️ 2.3 kB |
| DYLD.String Table | ⬆️ 1.7 kB |
HackerNews 3.10 (1)
com.emergetools.hackernews.adhoc
⚖️ Compare build
⏱️ Analyze build performance
Total install size change: ⬇️ 63.1 kB (-0.8%)
Total download size change: ⬇️ 63.4 kB (-1.41%)
Largest size changes
| Item | Install Size Change |
|---|---|
| Code Signature | ⬇️ -68.0 kB |
| Code Signature | ⬇️ -4.2 kB |
| Code Signature | ⬇️ -3.4 kB |
| Code Signature | ⬇️ -2.5 kB |
| SwiftUI.View | ⬆️ 2.1 kB |
HackerNews 3.10 (1)
com.emergetools.hackernews
⚖️ Compare build
⏱️ Analyze build performance
Total install size change: ⬇️ 56.4 kB (-0.75%)
Total download size change: ⬇️ 60.4 kB (-1.37%)
Largest size changes
| Item | Install Size Change |
|---|---|
| Code Signature | ⬇️ -66.1 kB |
| Code Signature | ⬇️ -3.4 kB |
| Code Signature | ⬇️ -2.5 kB |
| SwiftUI.View | ⬆️ 2.1 kB |
| 📝 Swift._NativeDictionary.merge(isUnique,uniquingKeysWith) | ⬆️ 936 B |
🛸 Powered by Emerge Tools
Comment trigger: Size diff threshold of 100.00kB exceeded
📸 Snapshot TestError generating snapshot comparison
🛸 Powered by Emerge Tools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Updates the sentry-fastlane-plugin dependency to point to the
no/add-install-groups-supportbranch to test the newinstall_groupsparameter functionality.This allows testing the changes from getsentry/sentry-fastlane-plugin#414 before the plugin version is officially released.
🤖 Generated with Claude Code