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

Commit edea939

Browse files
LaunchDarklyReleaseBotember-stevensyusintoLaunchDarklyReleaseBotdependabot[bot]
authored
prepare 9.3.0 release (#265)
## [9.3.0] - 2024-06-11 ### Fixed: - Updates internal dependency ios-client-sdk to version 9.8.2 to incorporate privacy manifest fix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Ember Stevens <[email protected]> Co-authored-by: Yusinto Ngadiman <[email protected]> Co-authored-by: Yusinto Ngadiman <[email protected]> Co-authored-by: LaunchDarklyReleaseBot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tanderson-ld <[email protected]> Co-authored-by: Louis Chan <[email protected]> Co-authored-by: Louis Chan <[email protected]>
1 parent f3a95e9 commit edea939

File tree

8 files changed

+3678
-4228
lines changed

8 files changed

+3678
-4228
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# https://vmois.dev/xcode-github-actions/
4444
# https://gist.github.com/ricardopereira/10198e68f27c14601d77ebc7a8352da1
4545
ios-tests:
46-
runs-on: macOS-latest
46+
runs-on: macos-12
4747
strategy:
4848
matrix:
4949
destination: ['platform=iOS Simulator,name=iPhone 13,OS=16.2']

ManualTestApp/ios/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ PODS:
7171
- hermes-engine (0.73.4):
7272
- hermes-engine/Pre-built (= 0.73.4)
7373
- hermes-engine/Pre-built (0.73.4)
74-
- LaunchDarkly (9.5.1):
75-
- LaunchDarkly/Core (= 9.5.1)
76-
- launchdarkly-react-native-client-sdk (9.1.0):
77-
- LaunchDarkly (= 9.5.1)
74+
- LaunchDarkly (9.8.2):
75+
- LaunchDarkly/Core (= 9.8.2)
76+
- launchdarkly-react-native-client-sdk (9.2.0):
77+
- LaunchDarkly (= 9.8.2)
7878
- React-Core
79-
- LaunchDarkly/Core (9.5.1):
80-
- LDSwiftEventSource (= 3.1.1)
81-
- LDSwiftEventSource (3.1.1)
79+
- LaunchDarkly/Core (9.8.2):
80+
- LDSwiftEventSource (= 3.3.0)
81+
- LDSwiftEventSource (3.3.0)
8282
- libevent (2.1.12)
8383
- OpenSSL-Universal (1.1.1100)
8484
- RCT-Folly (2022.05.16.00):
@@ -1339,9 +1339,9 @@ SPEC CHECKSUMS:
13391339
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
13401340
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
13411341
hermes-engine: b2669ce35fc4ac14f523b307aff8896799829fe2
1342-
LaunchDarkly: c99ab2dc3d6c8ad1807933de6221b540546fb252
1343-
launchdarkly-react-native-client-sdk: b3d45dcad276557a2c6c154bfd1f5e515daaa447
1344-
LDSwiftEventSource: 3f9ff84ca80677f9a4f8596757dcb50026e4a13c
1342+
LaunchDarkly: 07bba0910bffe00d5d6200a1e4ad111bfc4ae673
1343+
launchdarkly-react-native-client-sdk: da61e3deda2e3f3959ce9444dc17acd039824b5e
1344+
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
13451345
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
13461346
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
13471347
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0

ManualTestApp/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4792,7 +4792,7 @@ [email protected]:
47924792
uuid "^8.0.0"
47934793

47944794
"launchdarkly-react-native-client-sdk@file:..":
4795-
version "9.1.0"
4795+
version "9.2.0"
47964796
dependencies:
47974797
launchdarkly-js-sdk-common "5.0.3"
47984798

ios/LaunchdarklyReactNativeClient.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,12 @@
214214
);
215215
inputPaths = (
216216
"${PODS_ROOT}/Target Support Files/Pods-LaunchdarklyReactNativeClient-Tests/Pods-LaunchdarklyReactNativeClient-Tests-resources.sh",
217+
"${PODS_CONFIGURATION_BUILD_DIR}/LaunchDarkly/LaunchDarkly_Privacy.bundle",
217218
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/RCTI18nStrings.bundle",
218219
);
219220
name = "[CP] Copy Pods Resources";
220221
outputPaths = (
222+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LaunchDarkly_Privacy.bundle",
221223
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RCTI18nStrings.bundle",
222224
);
223225
runOnlyForDeploymentPostprocessing = 0;

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target 'LaunchdarklyReactNativeClient' do
1616
react_native_post_install(installer)
1717
end
1818

19-
pod 'LaunchDarkly', '9.5.1'
19+
pod 'LaunchDarkly', '9.8.2'
2020

2121
target 'Tests' do
2222
inherit! :complete

ios/Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ PODS:
1111
- ReactCommon/turbomodule/core (= 0.73.2)
1212
- fmt (6.2.1)
1313
- glog (0.3.5)
14-
- LaunchDarkly (9.5.1):
15-
- LaunchDarkly/Core (= 9.5.1)
16-
- LaunchDarkly/Core (9.5.1):
17-
- LDSwiftEventSource (= 3.1.1)
18-
- LDSwiftEventSource (3.1.1)
14+
- LaunchDarkly (9.8.2):
15+
- LaunchDarkly/Core (= 9.8.2)
16+
- LaunchDarkly/Core (9.8.2):
17+
- LDSwiftEventSource (= 3.3.0)
18+
- LDSwiftEventSource (3.3.0)
1919
- RCT-Folly (2022.05.16.00):
2020
- boost
2121
- DoubleConversion
@@ -1029,7 +1029,7 @@ DEPENDENCIES:
10291029
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
10301030
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
10311031
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
1032-
- LaunchDarkly (= 9.5.1)
1032+
- LaunchDarkly (= 9.8.2)
10331033
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
10341034
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
10351035
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
@@ -1185,8 +1185,8 @@ SPEC CHECKSUMS:
11851185
FBReactNativeSpec: 86de768f89901ef6ed3207cd686362189d64ac88
11861186
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
11871187
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1188-
LaunchDarkly: c99ab2dc3d6c8ad1807933de6221b540546fb252
1189-
LDSwiftEventSource: 3f9ff84ca80677f9a4f8596757dcb50026e4a13c
1188+
LaunchDarkly: 07bba0910bffe00d5d6200a1e4ad111bfc4ae673
1189+
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
11901190
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
11911191
RCTRequired: 9b1e7e262745fb671e33c51c1078d093bd30e322
11921192
RCTTypeSafety: a759e3b086eccf3e2cbf2493d22f28e082f958e6
@@ -1231,6 +1231,6 @@ SPEC CHECKSUMS:
12311231
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
12321232
Yoga: 13c8ef87792450193e117976337b8527b49e8c03
12331233

1234-
PODFILE CHECKSUM: 88c57e02cf2991e3e86d687ff9e9cf05f067f2da
1234+
PODFILE CHECKSUM: e0afe198c3bd5ebbc04644c2b1c9baa50a1d1376
12351235

12361236
COCOAPODS: 1.15.2

launchdarkly-react-native-client-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
1515
s.swift_version = "5.0"
1616

1717
s.dependency "React-Core"
18-
s.dependency "LaunchDarkly", "9.5.1"
18+
s.dependency "LaunchDarkly", "9.8.2"
1919

2020
end

0 commit comments

Comments
 (0)