Skip to content

Commit

Permalink
OPEN SSL POD
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Nov 18, 2024
1 parent 3178773 commit 6e7cabc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ target 'CozyReactNative' do

pod 'RNDeviceInfo', :path => '../node_modules/react-native-device-info'

pod 'OpenSSL-Universal', :modular_headers => true, :configurations => ['Release']

target 'CozyReactNativeDev' do
inherit! :complete
# Pods for testing
Expand Down
9 changes: 5 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PODS:
- Flipper-Fmt (= 7.1.7)
- Flipper-Glog
- libevent (~> 2.1.12)
- OpenSSL-Universal (= 1.1.2200)
- OpenSSL-Universal (= 1.1.1100)
- Flipper-Glog (0.5.0.5)
- Flipper-PeerTalk (0.0.4)
- FlipperKit (0.201.0):
Expand Down Expand Up @@ -189,7 +189,7 @@ PODS:
- React
- React-callinvoker
- React-Core
- OpenSSL-Universal (1.1.2200)
- OpenSSL-Universal (1.1.1100)
- PromisesObjC (2.4.0)
- Protobuf (3.28.3)
- RCT-Folly (2022.05.16.00):
Expand Down Expand Up @@ -1396,7 +1396,8 @@ DEPENDENCIES:
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
- libevent (~> 2.1.12)
- "op-sqlite (from `../node_modules/@op-engineering/op-sqlite`)"
- OpenSSL-Universal (= 1.1.2200)
- OpenSSL-Universal
- OpenSSL-Universal (= 1.1.1100)
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
Expand Down Expand Up @@ -1862,6 +1863,6 @@ SPEC CHECKSUMS:
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 66a97477b94264cc4e49990c8fe6b153260d871d

PODFILE CHECKSUM: e53a16a804de17b86c29f5452d36e0ae6205ef23
PODFILE CHECKSUM: 5ca14179a4e0b17ebbb7dd74c2a5fcb845f82a9d

COCOAPODS: 1.15.2

0 comments on commit 6e7cabc

Please sign in to comment.