Skip to content

Commit 66000ba

Browse files
authored
Merge pull request #963 from DataDog/sbarrio/internal/update-benchmark-podfile-on-version-update
Update Benchmark pods when running update-version.sh
2 parents 7294f42 + 69fb683 commit 66000ba

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

benchmarks/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PODS:
1010
- DatadogInternal (= 2.30.0)
1111
- DatadogRUM (2.30.0):
1212
- DatadogInternal (= 2.30.0)
13-
- DatadogSDKReactNative (2.11.0):
13+
- DatadogSDKReactNative (2.11.1):
1414
- DatadogCore (= 2.30.0)
1515
- DatadogCrashReporting (= 2.30.0)
1616
- DatadogLogs (= 2.30.0)
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/bridging
3838
- ReactCommon/turbomodule/core
3939
- Yoga
40-
- DatadogSDKReactNativeSessionReplay (2.11.0):
40+
- DatadogSDKReactNativeSessionReplay (2.11.1):
4141
- DatadogSDKReactNative
4242
- DatadogSessionReplay (= 2.30.0)
4343
- DoubleConversion
@@ -60,7 +60,7 @@ PODS:
6060
- ReactCommon/turbomodule/bridging
6161
- ReactCommon/turbomodule/core
6262
- Yoga
63-
- DatadogSDKReactNativeWebView (2.11.0):
63+
- DatadogSDKReactNativeWebView (2.11.1):
6464
- DatadogInternal (= 2.30.0)
6565
- DatadogSDKReactNative
6666
- DatadogWebViewTracking (= 2.30.0)
@@ -2074,9 +2074,9 @@ SPEC CHECKSUMS:
20742074
DatadogInternal: 7aeb48e254178a0c462c3953dc0a8a8d64499a93
20752075
DatadogLogs: 4324739de62a6059e07d70bf6ceceed78764edeb
20762076
DatadogRUM: f36949a38285f3b240a7be577d425f8518e087d4
2077-
DatadogSDKReactNative: 45589710b04ded06fb5e367a9bde3e9f84e292ed
2078-
DatadogSDKReactNativeSessionReplay: 711dc851041f008b0aafae589628a335ef9f8e27
2079-
DatadogSDKReactNativeWebView: aece6110dd24c577de6da4ca29e2cd52170818a3
2077+
DatadogSDKReactNative: 773aa01ee8e2b087df7c5ffb25fdb602c600c1df
2078+
DatadogSDKReactNativeSessionReplay: a775961b161ef83b2379fe8a4f75896899422380
2079+
DatadogSDKReactNativeWebView: 9ffaa21a82db32af70baeb77596d45db16acf109
20802080
DatadogSessionReplay: 682c4d56b88cdb4d94e20c6db13f9630a725b178
20812081
DatadogTrace: bfea32b6ed2870829629a9296cf526221493cc3e
20822082
DatadogWebViewTracking: 78c20d8e5f1ade506f4aadaec5690c1a63283fe2

update-version.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ yarn
3232
(cd ios && RCT_NEW_ARCH_ENABLED=1 pod install --repo-update)
3333
)
3434

35+
(cd benchmarks &&
36+
yarn
37+
(cd ios && pod install --repo-update)
38+
)
39+
3540
# Update NATIVE_SDK_VERSIONS.md
3641
./update-native-sdk-versions.sh
3742

0 commit comments

Comments
 (0)