Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

ios:
macos:
xcode: "10.2.1"
xcode: "11.4"
steps:
- checkout

Expand All @@ -63,4 +63,4 @@ workflows:
jobs:
- android
- ios
- common
- common
2 changes: 1 addition & 1 deletion ios/LaunchdarklyReactNativeClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.swift_version = "5.0"

s.dependency "React"
s.dependency "LaunchDarkly", "4.4.1"
s.dependency "LaunchDarkly", "4.5.0"

end