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

Commit 918e8eb

Browse files
LaunchDarklyReleaseBotyusintoLaunchDarklyReleaseBottanderson-ld
authored
prepare 8.3.0 release (#268)
## [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 <[email protected]> Co-authored-by: LaunchDarklyReleaseBot <[email protected]> Co-authored-by: Todd Anderson <[email protected]>
1 parent 20b8cf7 commit 918e8eb

File tree

7 files changed

+3749
-4257
lines changed

7 files changed

+3749
-4257
lines changed

.github/workflows/main.yml

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

ManualTestApp/ios/Podfile.lock

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PODS:
22
- boost (1.76.0)
33
- CocoaAsyncSocket (7.6.5)
4+
- DataCompression (3.8.0)
45
- DoubleConversion (1.1.6)
56
- FBLazyVector (0.72.4)
67
- FBReactNativeSpec (0.72.4):
@@ -70,14 +71,15 @@ PODS:
7071
- FlipperKit/FlipperKitNetworkPlugin
7172
- fmt (6.2.1)
7273
- glog (0.3.5)
73-
- LaunchDarkly (9.5.1):
74-
- LaunchDarkly/Core (= 9.5.1)
75-
- launchdarkly-react-native-client-sdk (8.1.0):
76-
- LaunchDarkly (= 9.5.1)
74+
- LaunchDarkly (9.10.0):
75+
- LaunchDarkly/Core (= 9.10.0)
76+
- launchdarkly-react-native-client-sdk (8.2.0):
77+
- LaunchDarkly (= 9.10.0)
7778
- React-Core
78-
- LaunchDarkly/Core (9.5.1):
79-
- LDSwiftEventSource (= 3.1.1)
80-
- LDSwiftEventSource (3.1.1)
79+
- LaunchDarkly/Core (9.10.0):
80+
- DataCompression (= 3.8.0)
81+
- LDSwiftEventSource (= 3.3.0)
82+
- LDSwiftEventSource (3.3.0)
8183
- libevent (2.1.12)
8284
- OpenSSL-Universal (1.1.1100)
8385
- RCT-Folly (2021.07.22.00):
@@ -530,6 +532,7 @@ DEPENDENCIES:
530532
SPEC REPOS:
531533
trunk:
532534
- CocoaAsyncSocket
535+
- DataCompression
533536
- Flipper
534537
- Flipper-Boost-iOSX
535538
- Flipper-DoubleConversion
@@ -631,6 +634,7 @@ EXTERNAL SOURCES:
631634
SPEC CHECKSUMS:
632635
boost: 57d2868c099736d80fcd648bf211b4431e51a558
633636
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
637+
DataCompression: 630f9e7db6360b4d8929fb72fbd23689ca43bc16
634638
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
635639
FBLazyVector: 5d4a3b7f411219a45a6d952f77d2c0a6c9989da5
636640
FBReactNativeSpec: 3fc2d478e1c4b08276f9dd9128f80ec6d5d85c1f
@@ -644,9 +648,9 @@ SPEC CHECKSUMS:
644648
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
645649
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
646650
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
647-
LaunchDarkly: c99ab2dc3d6c8ad1807933de6221b540546fb252
648-
launchdarkly-react-native-client-sdk: e4e5643d41320b82b982bc1efe24bc596b797f17
649-
LDSwiftEventSource: 3f9ff84ca80677f9a4f8596757dcb50026e4a13c
651+
LaunchDarkly: a29b2cb62c358a296a0f088c62c230911becd716
652+
launchdarkly-react-native-client-sdk: dbea21bb669cf2beefb075c37c2f6a2687164207
653+
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
650654
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
651655
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
652656
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
@@ -688,4 +692,4 @@ SPEC CHECKSUMS:
688692

689693
PODFILE CHECKSUM: 741d1103a57ae690e5c569aa60527fb577cb2f91
690694

691-
COCOAPODS: 1.13.0
695+
COCOAPODS: 1.15.2

ios/LaunchdarklyReactNativeClient.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,12 @@
259259
);
260260
inputPaths = (
261261
"${PODS_ROOT}/Target Support Files/Pods-LaunchdarklyReactNativeClient-Tests/Pods-LaunchdarklyReactNativeClient-Tests-resources.sh",
262+
"${PODS_CONFIGURATION_BUILD_DIR}/LaunchDarkly/LaunchDarkly_Privacy.bundle",
262263
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
263264
);
264265
name = "[CP] Copy Pods Resources";
265266
outputPaths = (
267+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/LaunchDarkly_Privacy.bundle",
266268
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
267269
);
268270
runOnlyForDeploymentPostprocessing = 0;

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ target 'LaunchdarklyReactNativeClient' do
2323
__apply_Xcode_12_5_M1_post_install_workaround(installer)
2424
end
2525

26-
pod 'LaunchDarkly', '9.5.1'
26+
pod 'LaunchDarkly', '9.10.0'
2727

2828
target 'Tests' do
2929
inherit! :complete

ios/Podfile.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PODS:
22
- boost (1.76.0)
33
- CocoaAsyncSocket (7.6.5)
4+
- DataCompression (3.8.0)
45
- DoubleConversion (1.1.6)
56
- FBLazyVector (0.72.4)
67
- FBReactNativeSpec (0.72.4):
@@ -70,11 +71,12 @@ PODS:
7071
- FlipperKit/FlipperKitNetworkPlugin
7172
- fmt (6.2.1)
7273
- glog (0.3.5)
73-
- LaunchDarkly (9.5.1):
74-
- LaunchDarkly/Core (= 9.5.1)
75-
- LaunchDarkly/Core (9.5.1):
76-
- LDSwiftEventSource (= 3.1.1)
77-
- LDSwiftEventSource (3.1.1)
74+
- LaunchDarkly (9.10.0):
75+
- LaunchDarkly/Core (= 9.10.0)
76+
- LaunchDarkly/Core (9.10.0):
77+
- DataCompression (= 3.8.0)
78+
- LDSwiftEventSource (= 3.3.0)
79+
- LDSwiftEventSource (3.3.0)
7880
- libevent (2.1.12)
7981
- OpenSSL-Universal (1.1.1100)
8082
- RCT-Folly (2021.07.22.00):
@@ -484,7 +486,7 @@ DEPENDENCIES:
484486
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.182.0)
485487
- FlipperKit/SKIOSNetworkPlugin (= 0.182.0)
486488
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
487-
- LaunchDarkly (= 9.5.1)
489+
- LaunchDarkly (= 9.10.0)
488490
- OpenSSL-Universal (= 1.1.1100)
489491
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
490492
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
@@ -524,6 +526,7 @@ DEPENDENCIES:
524526
SPEC REPOS:
525527
trunk:
526528
- CocoaAsyncSocket
529+
- DataCompression
527530
- Flipper
528531
- Flipper-Boost-iOSX
529532
- Flipper-DoubleConversion
@@ -621,6 +624,7 @@ EXTERNAL SOURCES:
621624
SPEC CHECKSUMS:
622625
boost: 57d2868c099736d80fcd648bf211b4431e51a558
623626
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
627+
DataCompression: 630f9e7db6360b4d8929fb72fbd23689ca43bc16
624628
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
625629
FBLazyVector: 5d4a3b7f411219a45a6d952f77d2c0a6c9989da5
626630
FBReactNativeSpec: 3fc2d478e1c4b08276f9dd9128f80ec6d5d85c1f
@@ -634,8 +638,8 @@ SPEC CHECKSUMS:
634638
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
635639
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
636640
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
637-
LaunchDarkly: c99ab2dc3d6c8ad1807933de6221b540546fb252
638-
LDSwiftEventSource: 3f9ff84ca80677f9a4f8596757dcb50026e4a13c
641+
LaunchDarkly: a29b2cb62c358a296a0f088c62c230911becd716
642+
LDSwiftEventSource: b0826ca826ca890609a9833a05cae1f357fd3b99
639643
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
640644
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
641645
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
@@ -674,6 +678,6 @@ SPEC CHECKSUMS:
674678
Yoga: 3efc43e0d48686ce2e8c60f99d4e6bd349aff981
675679
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
676680

677-
PODFILE CHECKSUM: fc412c478e69603f5ec24ff0f06f2d9e20ef63a4
681+
PODFILE CHECKSUM: ff9a95a693bada0ef124f1a0a46857fb2ae06ecd
678682

679-
COCOAPODS: 1.13.0
683+
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.10.0"
1919

2020
end

0 commit comments

Comments
 (0)