From 701eda937c586332e8bb9deef8e460224767bea7 Mon Sep 17 00:00:00 2001 From: JSoufer Date: Wed, 25 Sep 2024 17:47:40 +0100 Subject: [PATCH 1/2] updates OpenSSL Pod --- ios/Podfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ios/Podfile b/ios/Podfile index 4282bf754f0..d76af1aeee6 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -96,6 +96,9 @@ def common_target_logic # use_frameworks! pod 'Permission-BluetoothPeripheral', :path => '../node_modules/react-native-permissions/ios/BluetoothPeripheral' pod 'GzipSwift' + + # Pod for fixing react-native-quick-crypto issue: https://github.com/margelo/react-native-quick-crypto/issues/244 + pod "OpenSSL-Universal", "~> 1.1.2200" end target 'MetaMask' do From 0658012106afd3d44a05b3833a68c254eacb50e1 Mon Sep 17 00:00:00 2001 From: JSoufer Date: Wed, 25 Sep 2024 18:23:05 +0100 Subject: [PATCH 2/2] update pods --- ios/Podfile | 2 +- ios/Podfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index d76af1aeee6..759ce5f2e02 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -98,7 +98,7 @@ def common_target_logic pod 'GzipSwift' # Pod for fixing react-native-quick-crypto issue: https://github.com/margelo/react-native-quick-crypto/issues/244 - pod "OpenSSL-Universal", "~> 1.1.2200" + pod "OpenSSL-Universal", "= 1.1.1100" end target 'MetaMask' do diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 9b4b80f9f4a..fa5cb9cc045 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1302,6 +1302,6 @@ SPEC CHECKSUMS: Yoga: 6f5ab94cd8b1ecd04b6e973d0bc583ede2a598cc YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 0e9407472193b5f7d5cfe4715c8f1f2c2fed42e5 +PODFILE CHECKSUM: 876298d4a106643492005466f7a314cd08711f4d COCOAPODS: 1.15.2