Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
prepare 8.3.0 release (#268)
Browse files Browse the repository at this point in the history
## [8.3.0] - 2024-09-12
### Changed:
- Updates underlying iOS Client SDK to 9.10.0. See
https://github.com/launchdarkly/ios-client-sdk/releases for more details

---------

Co-authored-by: Yusinto Ngadiman <yusinto@gmail.com>
Co-authored-by: LaunchDarklyReleaseBot <launchdarklyreleasebot@launchdarkly.com>
Co-authored-by: Todd Anderson <127344469+tanderson-ld@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 12, 2024
1 parent 20b8cf7 commit 918e8eb
Show file tree
Hide file tree
Showing 7 changed files with 3,749 additions and 4,257 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# https://vmois.dev/xcode-github-actions/
# https://gist.github.com/ricardopereira/10198e68f27c14601d77ebc7a8352da1
ios-tests:
runs-on: macOS-latest
runs-on: macos-12
strategy:
matrix:
destination: ['platform=iOS Simulator,name=iPhone 13,OS=16.2']
Expand Down
26 changes: 15 additions & 11 deletions ManualTestApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PODS:
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
- DataCompression (3.8.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.72.4)
- FBReactNativeSpec (0.72.4):
Expand Down Expand Up @@ -70,14 +71,15 @@ PODS:
- FlipperKit/FlipperKitNetworkPlugin
- fmt (6.2.1)
- glog (0.3.5)
- LaunchDarkly (9.5.1):
- LaunchDarkly/Core (= 9.5.1)
- launchdarkly-react-native-client-sdk (8.1.0):
- LaunchDarkly (= 9.5.1)
- LaunchDarkly (9.10.0):
- LaunchDarkly/Core (= 9.10.0)
- launchdarkly-react-native-client-sdk (8.2.0):
- LaunchDarkly (= 9.10.0)
- React-Core
- LaunchDarkly/Core (9.5.1):
- LDSwiftEventSource (= 3.1.1)
- LDSwiftEventSource (3.1.1)
- LaunchDarkly/Core (9.10.0):
- DataCompression (= 3.8.0)
- LDSwiftEventSource (= 3.3.0)
- LDSwiftEventSource (3.3.0)
- libevent (2.1.12)
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2021.07.22.00):
Expand Down Expand Up @@ -530,6 +532,7 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
- CocoaAsyncSocket
- DataCompression
- Flipper
- Flipper-Boost-iOSX
- Flipper-DoubleConversion
Expand Down Expand Up @@ -631,6 +634,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DataCompression: 630f9e7db6360b4d8929fb72fbd23689ca43bc16
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 5d4a3b7f411219a45a6d952f77d2c0a6c9989da5
FBReactNativeSpec: 3fc2d478e1c4b08276f9dd9128f80ec6d5d85c1f
Expand All @@ -644,9 +648,9 @@ SPEC CHECKSUMS:
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
LaunchDarkly: c99ab2dc3d6c8ad1807933de6221b540546fb252
launchdarkly-react-native-client-sdk: e4e5643d41320b82b982bc1efe24bc596b797f17
LDSwiftEventSource: 3f9ff84ca80677f9a4f8596757dcb50026e4a13c
LaunchDarkly: a29b2cb62c358a296a0f088c62c230911becd716
launchdarkly-react-native-client-sdk: dbea21bb669cf2beefb075c37c2f6a2687164207
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
Expand Down Expand Up @@ -688,4 +692,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 741d1103a57ae690e5c569aa60527fb577cb2f91

COCOAPODS: 1.13.0
COCOAPODS: 1.15.2
2 changes: 2 additions & 0 deletions ios/LaunchdarklyReactNativeClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,12 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-LaunchdarklyReactNativeClient-Tests/Pods-LaunchdarklyReactNativeClient-Tests-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/LaunchDarkly/LaunchDarkly_Privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LaunchDarkly_Privacy.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ target 'LaunchdarklyReactNativeClient' do
__apply_Xcode_12_5_M1_post_install_workaround(installer)
end

pod 'LaunchDarkly', '9.5.1'
pod 'LaunchDarkly', '9.10.0'

target 'Tests' do
inherit! :complete
Expand Down
24 changes: 14 additions & 10 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PODS:
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
- DataCompression (3.8.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.72.4)
- FBReactNativeSpec (0.72.4):
Expand Down Expand Up @@ -70,11 +71,12 @@ PODS:
- FlipperKit/FlipperKitNetworkPlugin
- fmt (6.2.1)
- glog (0.3.5)
- LaunchDarkly (9.5.1):
- LaunchDarkly/Core (= 9.5.1)
- LaunchDarkly/Core (9.5.1):
- LDSwiftEventSource (= 3.1.1)
- LDSwiftEventSource (3.1.1)
- LaunchDarkly (9.10.0):
- LaunchDarkly/Core (= 9.10.0)
- LaunchDarkly/Core (9.10.0):
- DataCompression (= 3.8.0)
- LDSwiftEventSource (= 3.3.0)
- LDSwiftEventSource (3.3.0)
- libevent (2.1.12)
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2021.07.22.00):
Expand Down Expand Up @@ -484,7 +486,7 @@ DEPENDENCIES:
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.182.0)
- FlipperKit/SKIOSNetworkPlugin (= 0.182.0)
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
- LaunchDarkly (= 9.5.1)
- LaunchDarkly (= 9.10.0)
- OpenSSL-Universal (= 1.1.1100)
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
Expand Down Expand Up @@ -524,6 +526,7 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
- CocoaAsyncSocket
- DataCompression
- Flipper
- Flipper-Boost-iOSX
- Flipper-DoubleConversion
Expand Down Expand Up @@ -621,6 +624,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DataCompression: 630f9e7db6360b4d8929fb72fbd23689ca43bc16
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 5d4a3b7f411219a45a6d952f77d2c0a6c9989da5
FBReactNativeSpec: 3fc2d478e1c4b08276f9dd9128f80ec6d5d85c1f
Expand All @@ -634,8 +638,8 @@ SPEC CHECKSUMS:
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
LaunchDarkly: c99ab2dc3d6c8ad1807933de6221b540546fb252
LDSwiftEventSource: 3f9ff84ca80677f9a4f8596757dcb50026e4a13c
LaunchDarkly: a29b2cb62c358a296a0f088c62c230911becd716
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
Expand Down Expand Up @@ -674,6 +678,6 @@ SPEC CHECKSUMS:
Yoga: 3efc43e0d48686ce2e8c60f99d4e6bd349aff981
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: fc412c478e69603f5ec24ff0f06f2d9e20ef63a4
PODFILE CHECKSUM: ff9a95a693bada0ef124f1a0a46857fb2ae06ecd

COCOAPODS: 1.13.0
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion launchdarkly-react-native-client-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.swift_version = "5.0"

s.dependency "React-Core"
s.dependency "LaunchDarkly", "9.5.1"
s.dependency "LaunchDarkly", "9.10.0"

end
Loading

0 comments on commit 918e8eb

Please sign in to comment.