Skip to content

[CI] Drop xcframeworks artifacts - #1213

Merged
testableapple merged 2 commits into
developfrom
ci/fix-release-issue
Jul 29, 2026
Merged

[CI] Drop xcframeworks artifacts#1213
testableapple merged 2 commits into
developfrom
ci/fix-release-issue

Conversation

@testableapple

@testableapple testableapple commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Changed
    • Updated upcoming release notes to clarify that CocoaPods and XCFramework distribution are no longer supported.
    • Streamlined the SDK release publishing and version update process for more consistent releases.
    • Removed legacy framework download mappings from the published release metadata.
  • Documentation
    • Reordered the “Fixed” and “Changed” sections in the upcoming changelog to improve readability.

@testableapple
testableapple requested a review from a team as a code owner July 29, 2026 12:30
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Release automation no longer updates framework artifact mappings or uploads iOS archive assets. The artifact mapping file is cleared, and the upcoming changelog documents the removal of CocoaPods and XCFrameworks support.

Changes

Release artifact cleanup

Layer / File(s) Summary
Release automation changes
fastlane/Fastfile, StreamVideoArtifacts.json
Release publishing stops updating framework download mappings and passing .zip assets to the iOS SDK upload step.
Release metadata and changelog
CHANGELOG.md
The upcoming entry places fixed items first and records the removal of CocoaPods and XCFrameworks support.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

Suggested reviewers: ipavlidakis

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: CI now drops xcframework artifacts and related release/upload handling.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/fix-release-issue

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
fastlane/Fastfile (1)

85-90: 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Disable CocoaPods publishing explicitly.

publish_ios_sdk still defaults to CocoaPods publishing (skip_pods: false), while archive/podspec publishing is being removed. Add skip_pods: true, or keep CocoaPods handling separate if it is intentionally retained.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@fastlane/Fastfile` around lines 85 - 90, Update the publish_ios_sdk
invocation to explicitly set skip_pods: true, disabling CocoaPods publishing
while preserving the existing release version, SDK names, and repository
arguments.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@fastlane/Fastfile`:
- Around line 85-90: Update the publish_ios_sdk invocation to explicitly set
skip_pods: true, disabling CocoaPods publishing while preserving the existing
release version, SDK names, and repository arguments.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 08b03292-e959-42ba-9ccc-d15a06504d90

📥 Commits

Reviewing files that changed from the base of the PR and between 2fb9ff3 and 7563457.

📒 Files selected for processing (3)
  • CHANGELOG.md
  • StreamVideoArtifacts.json
  • fastlane/Fastfile
💤 Files with no reviewable changes (1)
  • StreamVideoArtifacts.json

# Conflicts:
#	CHANGELOG.md
#	StreamVideoArtifacts.json

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
CHANGELOG.md (1)

7-7: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Fix the heading hierarchy.

### 🔄 Changed skips directly from the parent # Upcoming heading to level three. Use ## 🔄 Changed here, or otherwise make the surrounding changelog hierarchy consistent.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` at line 7, Update the changelog heading hierarchy by changing
the “🔄 Changed” heading under “# Upcoming” from level three to level two,
keeping the surrounding section structure consistent.

Source: Linters/SAST tools

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@CHANGELOG.md`:
- Line 7: Update the changelog heading hierarchy by changing the “🔄 Changed”
heading under “# Upcoming” from level three to level two, keeping the
surrounding section structure consistent.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6bffd138-9251-49de-9a07-27044ffaed5a

📥 Commits

Reviewing files that changed from the base of the PR and between 7563457 and 7cef3c4.

📒 Files selected for processing (1)
  • CHANGELOG.md

@testableapple
testableapple enabled auto-merge (squash) July 29, 2026 12:41
@testableapple
testableapple merged commit bf7559c into develop Jul 29, 2026
14 checks passed
@testableapple
testableapple deleted the ci/fix-release-issue branch July 29, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants