Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request migrates the iOS SDK dependency from CocoaPods trunk (which is deprecated) to vendored XCFrameworks bundled directly in the package. The change addresses the deprecation of CocoaPods trunk by including RadarSDK.xcframework and RadarSDKMotion.xcframework directly in the repository.
Changes:
- Bundles RadarSDK version 3.25.2 xcframeworks directly in the
ios/directory - Replaces external CocoaPods dependency with vendored frameworks in podspec files
- Replaces
RadarSettingsAPI (no longer available) with local static storage for publishable key and hardcoded default host value - Updates Expo plugin to reference the new
RadarMotionpodspec with local path
Reviewed changes
Copilot reviewed 19 out of 28 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
scripts/download-xcframeworks.sh |
New script to download xcframeworks from GitHub releases |
Radar.podspec |
Updated to use vendored RadarSDK.xcframework instead of external CocoaPods dependency |
RadarMotion.podspec |
New podspec for optional RadarSDKMotion support with vendored framework |
ios/RadarMotionStub.swift |
Stub file for RadarMotion podspec |
ios/RNRadar.mm |
Replaces RadarSettings API with static variable for publishableKey storage |
ios/RNRadar.h |
Removes import of RadarSettings header |
plugin/src/withRadarIOS.ts |
Updates Expo plugin to add RadarMotion pod with local path reference |
ios/RadarSDK.xcframework/* |
Vendored RadarSDK framework version 3.25.2 |
ios/RadarSDKMotion.xcframework/* |
Vendored RadarSDKMotion framework version 3.25.2 |
.circleci/config.yml |
Updates iOS build resource class to m4pro.large |
.gitignore |
Adds comments indicating vendored frameworks should not be ignored |
example/app.json |
Example app configuration updates (disables new arch, adds team ID) |
example/App.tsx |
Updates to complete test API key for example |
example/package-lock.json |
Version bump to 3.24.0 |
Files not reviewed (1)
- example/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ShiCheng-Lu
approved these changes
Jan 30, 2026
lmeier
reviewed
Jan 30, 2026
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.
Migrate iOS SDK dependency from CocoaPods trunk to a vendored XCFramework. CocoaPods trunk is deprecated and no longer accepting new pod publications. This change bundles the RadarSDK XCFramework directly in the package, eliminating the external dependency.
RadarSDK.xcframeworkandRadarSDKMotion.xcframeworkdirectly inios/directorys.dependency "RadarSDK"withs.vendored_frameworksRadarMotion.podspecas a separate podspec for optionalRadarSDKMotionsupportwithRadarIOS.tsto reference newRadarMotionpodRadarSettingswith local storage forpublishableKeyand default value forhost