chore: set module_name on versioned kit podspecs#682
Conversation
Adds s.module_name to each versioned kit podspec so that consumers import the kit without the version suffix (e.g. import mParticle_Braze instead of import mParticle_Braze_12). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PR SummaryLow Risk Overview Renames Firebase and Firebase GA4 pod names/podspecs. Updates Written by Cursor Bugbot for commit 9052d3c. This will update automatically on new commits. Configure here. |
📦 SDK Size Impact ReportMeasures how much the SDK adds to an app's size (with-SDK minus without-SDK).
➡️ SDK size impact change is minimal. Raw measurementsTarget branch (workstation/9.0-Release): {"baseline_app_size_kb":84,"baseline_executable_size_bytes":75464,"with_sdk_app_size_kb":1772,"with_sdk_executable_size_bytes":76360,"sdk_impact_kb":1688,"sdk_executable_impact_bytes":896,"xcframework_size_kb":5584}This PR: {"baseline_app_size_kb":84,"baseline_executable_size_bytes":75464,"with_sdk_app_size_kb":1772,"with_sdk_executable_size_bytes":76360,"sdk_impact_kb":1688,"sdk_executable_impact_bytes":896,"xcframework_size_kb":5584} |
Kits/google-analytics-firebase/firebase-11/mParticle-Google-Analytics-Firebase-11.podspec
Outdated
Show resolved
Hide resolved
...le-analytics-firebase-ga4/firebase-ga4-11/mParticle-Google-Analytics-Firebase-GA4-11.podspec
Outdated
Show resolved
Hide resolved
Rename mParticle-Google-Analytics-Firebase-{11,12} → mParticle-Firebase-{11,12}
and mParticle-Google-Analytics-Firebase-GA4-{11,12} → mParticle-FirebaseGA4-{11,12}
to match SPM target names, and set module_name accordingly so CocoaPods and
SPM consumers use the same import (import mParticle_Firebase / import mParticle_FirebaseGA4).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Kits/google-analytics-firebase-ga4/firebase-ga4-11/mParticle-FirebaseGA4-11.podspec
Show resolved
Hide resolved
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
d77e28f
into
workstation/9.0-Release

Background
-with_, so versioned pods likemParticle-Braze-12producedimport mParticle_Braze_12instead ofimport mParticle_Braze.What Has Changed
s.module_nameto each, stripping the numeric suffix (e.g.mParticle_BrazeformParticle-Braze-12/13/14).mParticle-OneTrustandmParticle-Roktare unchanged (no version suffix in their names).Checklist
NO JIRA