Skip to content

Commit

Permalink
chore(deps): unpinned analytics and updated CI to use latest xcode (#197
Browse files Browse the repository at this point in the history
)

* chore(deps): unpinned analytics and updated CI to use latest Xcode

Co-authored-by: Brandon Sneed <brandon.sneed@segment.com>
  • Loading branch information
bsneed and Brandon Sneed authored Jul 21, 2020
1 parent 512de74 commit cba5666
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
test-ios-vanilla:
<<: *job
macos:
xcode: '9.4.0'
xcode: '11.5.0'
steps:
- checkout
# macOS VMs doesn't support Docker based caches
Expand All @@ -114,7 +114,7 @@ jobs:
test-ios-cocoapods:
<<: *job
macos:
xcode: '9.4.0'
xcode: '11.5.0'
steps:
- checkout
# macOS VMs doesn't support Docker based caches
Expand Down
5 changes: 3 additions & 2 deletions packages/core/RNAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ Pod::Spec.new do |s|
s.author = { 'Segment' => 'friends@segment.com' }
s.source = { :git => 'https://github.com/segmentio/analytics-react-native.git', :tag => s.version.to_s }

s.platform = :ios, '9.0'
s.platform = :ios, '10.0'
s.source_files = 'ios/**/*.{m,h}'
s.static_framework = true

s.dependency 'Analytics', '3.9.0'
s.dependency 'Analytics'
s.dependency 'React'
end

0 comments on commit cba5666

Please sign in to comment.