From a962bd47d65ddc5817a53239592c488079e05905 Mon Sep 17 00:00:00 2001 From: Rahul Raveendran V P Date: Wed, 27 May 2026 13:09:11 +0530 Subject: [PATCH 1/2] chore: update mixpanel-ios SDK to 6.4.0 --- MixpanelReactNative.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MixpanelReactNative.podspec b/MixpanelReactNative.podspec index 6f3e27f1..8707e1c2 100644 --- a/MixpanelReactNative.podspec +++ b/MixpanelReactNative.podspec @@ -19,5 +19,5 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } s.dependency "React-Core" - s.dependency "Mixpanel-swift", '5.2.0' + s.dependency "Mixpanel-swift", '6.4.0' end From 222f132027a67b626bb895a05888adee02090c8e Mon Sep 17 00:00:00 2001 From: Rahul Raveendran V P Date: Wed, 27 May 2026 13:17:20 +0530 Subject: [PATCH 2/2] docs: update iOS SDK version in copilot instructions --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 71f321ef..49fd42c0 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -108,7 +108,7 @@ npm test - `uuid@3.3.2` - UUID generation ### Native SDK Dependencies -- iOS: `Mixpanel-swift@5.1.0` +- iOS: `Mixpanel-swift@6.4.0` - Android: `mixpanel-android@8.2.0` ## Sample Apps