File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 99
99
test-ios-vanilla :
100
100
<< : *job
101
101
macos :
102
- xcode : ' 9.4 .0'
102
+ xcode : ' 11.5 .0'
103
103
steps :
104
104
- checkout
105
105
# macOS VMs doesn't support Docker based caches
@@ -114,7 +114,7 @@ jobs:
114
114
test-ios-cocoapods :
115
115
<< : *job
116
116
macos :
117
- xcode : ' 9.4 .0'
117
+ xcode : ' 11.5 .0'
118
118
steps :
119
119
- checkout
120
120
# macOS VMs doesn't support Docker based caches
Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ Pod::Spec.new do |s|
16
16
s . author = { 'Segment' => '[email protected] ' }
17
17
s . source = { :git => 'https://github.com/segmentio/analytics-react-native.git' , :tag => s . version . to_s }
18
18
19
- s . platform = :ios , '9 .0'
19
+ s . platform = :ios , '10 .0'
20
20
s . source_files = 'ios/**/*.{m,h}'
21
21
s . static_framework = true
22
22
23
- s . dependency 'Analytics' , '3.9.0'
23
+ s . dependency 'Analytics'
24
24
s . dependency 'React'
25
25
end
26
+
You can’t perform that action at this time.
0 commit comments