Skip to content

Commit cf64249

Browse files
committed
fix iOS default flush interval not working
1 parent e54475e commit cf64249

File tree

5 files changed

+5
-506
lines changed

5 files changed

+5
-506
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: yarn install
7474
- name: Setup iOS
7575
working-directory: ./Samples/SimpleMixpanel/ios
76-
run: pod install
76+
run: pod install --repo-update
7777
- name: Test iOS
7878
working-directory: ./Samples/SimpleMixpanel
7979
run: yarn ios

MixpanelReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020

2121
s.dependency "React"
22-
s.dependency "Mixpanel-swift", '3.0.0.beta.6'
22+
s.dependency "Mixpanel-swift", '3.0.0'
2323
end

0 commit comments

Comments
 (0)