Skip to content

Commit 7146103

Browse files
authored
Merge pull request #176 from mixpanel/bump-ios-android-versions
Bump to ios 4.0.5 and android 7.3.0
2 parents 0c47657 + 850c4c7 commit 7146103

File tree

11 files changed

+17
-11
lines changed

11 files changed

+17
-11
lines changed

MixpanelReactNative.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = package['license']
1111
s.author = { 'Mixpanel, Inc' => 'support@mixpanel.com' }
1212
s.homepage = package['homepage']
13-
s.platform = :ios, "9.0"
13+
s.platform = :ios, "11.0"
1414
s.swift_version = '5.0'
1515
s.source = { :git => "https://github.com/mixpanel/mixpanel-react-native.git", :tag => s.version }
1616
s.source_files = "ios/*.{swift,h,m}"
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020

2121
s.dependency "React-Core"
22-
s.dependency "Mixpanel-swift", '4.0.2'
22+
s.dependency "Mixpanel-swift", '4.0.5'
2323
end

Samples/ContextAPIMixpanel/ios/ContextAPIMixpanel.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@
494494
CURRENT_PROJECT_VERSION = 1;
495495
ENABLE_BITCODE = NO;
496496
INFOPLIST_FILE = ContextAPIMixpanel/Info.plist;
497+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
497498
LD_RUNPATH_SEARCH_PATHS = (
498499
"$(inherited)",
499500
"@executable_path/Frameworks",
@@ -520,6 +521,7 @@
520521
CLANG_ENABLE_MODULES = YES;
521522
CURRENT_PROJECT_VERSION = 1;
522523
INFOPLIST_FILE = ContextAPIMixpanel/Info.plist;
524+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
523525
LD_RUNPATH_SEARCH_PATHS = (
524526
"$(inherited)",
525527
"@executable_path/Frameworks",

Samples/ContextAPIMixpanel/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative '../node_modules/react-native/scripts/react_native_pods'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33

4-
platform :ios, '10.0'
4+
platform :ios, '11.0'
55

66
target 'ContextAPIMixpanel' do
77
config = use_native_modules!

Samples/ContextAPIMixpanel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"mixpanel-react-native": "file:../..",
1414
"react": "17.0.1",
15-
"react-native": "0.64.2"
15+
"react-native": "0.64.4"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.14.8",

Samples/MixpanelDemo/ios/MixpanelDemo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@
665665
CURRENT_PROJECT_VERSION = 1;
666666
ENABLE_BITCODE = NO;
667667
INFOPLIST_FILE = MixpanelDemo/Info.plist;
668+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
668669
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
669670
OTHER_LDFLAGS = (
670671
"$(inherited)",
@@ -688,6 +689,7 @@
688689
CLANG_ENABLE_MODULES = YES;
689690
CURRENT_PROJECT_VERSION = 1;
690691
INFOPLIST_FILE = MixpanelDemo/Info.plist;
692+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
691693
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
692694
OTHER_LDFLAGS = (
693695
"$(inherited)",

Samples/MixpanelDemo/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative '../node_modules/react-native/scripts/react_native_pods'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33

4-
platform :ios, '10.0'
4+
platform :ios, '11.0'
55

66
target 'MixpanelDemo' do
77
config = use_native_modules!

Samples/MixpanelDemo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"mixpanel-react-native": "file:../..",
1414
"react": "17.0.1",
15-
"react-native": "0.64.1",
15+
"react-native": "0.64.4",
1616
"react-native-gesture-handler": "^1.8.0",
1717
"react-native-interactable": "^2.0.1",
1818
"react-native-ionicons": "^4.6.5",

Samples/SimpleMixpanel/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative '../node_modules/react-native/scripts/react_native_pods'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33

4-
platform :ios, '10.0'
4+
platform :ios, '11.0'
55

66
target 'SimpleMixpanel' do
77
config = use_native_modules!

Samples/SimpleMixpanel/ios/SimpleMixpanel.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
"$(inherited)",
444444
);
445445
INFOPLIST_FILE = SimpleMixpanelTests/Info.plist;
446-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
446+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
447447
LD_RUNPATH_SEARCH_PATHS = (
448448
"$(inherited)",
449449
"@executable_path/Frameworks",
@@ -468,7 +468,7 @@
468468
BUNDLE_LOADER = "$(TEST_HOST)";
469469
COPY_PHASE_STRIP = NO;
470470
INFOPLIST_FILE = SimpleMixpanelTests/Info.plist;
471-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
471+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
472472
LD_RUNPATH_SEARCH_PATHS = (
473473
"$(inherited)",
474474
"@executable_path/Frameworks",
@@ -494,6 +494,7 @@
494494
CURRENT_PROJECT_VERSION = 1;
495495
ENABLE_BITCODE = NO;
496496
INFOPLIST_FILE = SimpleMixpanel/Info.plist;
497+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
497498
LD_RUNPATH_SEARCH_PATHS = (
498499
"$(inherited)",
499500
"@executable_path/Frameworks",
@@ -520,6 +521,7 @@
520521
CLANG_ENABLE_MODULES = YES;
521522
CURRENT_PROJECT_VERSION = 1;
522523
INFOPLIST_FILE = SimpleMixpanel/Info.plist;
524+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
523525
LD_RUNPATH_SEARCH_PATHS = (
524526
"$(inherited)",
525527
"@executable_path/Frameworks",

Samples/SimpleMixpanel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"mixpanel-react-native": "file:../..",
1414
"react": "17.0.1",
15-
"react-native": "0.64.2"
15+
"react-native": "0.64.4"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.14.8",

0 commit comments

Comments
 (0)