File tree Expand file tree Collapse file tree 11 files changed +17
-11
lines changed
ContextAPIMixpanel.xcodeproj Expand file tree Collapse file tree 11 files changed +17
-11
lines changed Original file line number Diff line number Diff 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 '
2323end
Original file line number Diff line number Diff line change 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",
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",
Original file line number Diff line number Diff line change 11require_relative '../node_modules/react-native/scripts/react_native_pods'
22require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33
4- platform :ios , '10 .0'
4+ platform :ios , '11 .0'
55
66target 'ContextAPIMixpanel' do
77 config = use_native_modules!
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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)",
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)",
Original file line number Diff line number Diff line change 11require_relative '../node_modules/react-native/scripts/react_native_pods'
22require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33
4- platform :ios , '10 .0'
4+ platform :ios , '11 .0'
55
66target 'MixpanelDemo' do
77 config = use_native_modules!
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11require_relative '../node_modules/react-native/scripts/react_native_pods'
22require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33
4- platform :ios , '10 .0'
4+ platform :ios , '11 .0'
55
66target 'SimpleMixpanel' do
77 config = use_native_modules!
Original file line number Diff line number Diff line change 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",
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",
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",
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",
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments