feat: add CocoaPods podspec support for all kit tracks#659
Merged
nickolas-dimitrakas merged 7 commits intoworkstation/9.0-Releasefrom Mar 10, 2026
Merged
Conversation
Add missing .podspec files for all 25 kit tracks in the monorepo. Pod names are aligned to kit track naming (e.g. mParticle-Braze-12), with the Rokt and OneTrust kits as exceptions that retain their existing pod names (mParticle-Rokt, mParticle-OneTrust). Also renames the previously migrated Apptentive and Localytics podspecs from their old generic names to track-aware names (mParticle-Apptentive-6, mParticle-Localytics-6, mParticle-Localytics-7) and corrects their source_files paths to match the monorepo Sources/ directory structure. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
📦 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":1788,"with_sdk_executable_size_bytes":76360,"sdk_impact_kb":1704,"sdk_executable_impact_bytes":896,"xcframework_size_kb":5604}This PR: {"baseline_app_size_kb":84,"baseline_executable_size_bytes":75464,"with_sdk_app_size_kb":1788,"with_sdk_executable_size_bytes":76360,"sdk_impact_kb":1704,"sdk_executable_impact_bytes":896,"xcframework_size_kb":5604} |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This reverts commit 4c22e13.
…sions - Point all kit podspecs to the mparticle-apple-sdk monorepo instead of individual mirror repos - Remove the "v" prefix from git tags to align with monorepo tag format - Restore each kit's version to its last published value from mparticle-integrations (e.g. braze-12→8.14.1, rokt→8.3.3) - Source file paths remain relative to each podspec's location and are already correct for the monorepo layout Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ions on release
- Prefix all source_files and resource_bundles paths with the full
kits/<partner>/<track>/ path so CocoaPods resolves files correctly
from the monorepo root (e.g. kits/braze/braze-12/Sources/mParticle-Braze/**/*.{h,m,mm})
- Scope the existing "Update version in all podspecs" step to maxdepth 2
(main SDK podspecs only) to avoid traversing .build/ caches
- Add dedicated "Update version in kit podspecs" step in release-draft.yml
that explicitly targets kits/ and excludes .build/ directories
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
denischilik
reviewed
Mar 10, 2026
thomson-t
approved these changes
Mar 10, 2026
35c4fc6
into
workstation/9.0-Release
79 of 83 checks passed
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.
Background
.podspecfiles for all 28 active kit tracks in the monorepo, each independently installable by track name (e.g.mParticle-Braze-12). Exceptions: Rokt (mParticle-Rokt) and OneTrust (mParticle-OneTrust) retain their existing pod names.What Has Changed
source_filespaths, core SDK dependency pinned to~> 9.0, versions restored from last publishedmparticle-integrationsreleasesrelease-draft.yml: added consolidated step to bumps.versionacross all podspecs on releaseChecklist
Additional Notes
Reference Issue (For employees only. Ignore if you are an outside contributor)
NO JIRA