Skip to content

Commit

Permalink
fix: Enforce OpenSSL-Universal for iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldoppea committed Jan 9, 2025
1 parent a7465c5 commit 3fbc2c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,7 @@ 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
- 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`)
Expand Down Expand Up @@ -1884,6 +1885,6 @@ SPEC CHECKSUMS:
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 66a97477b94264cc4e49990c8fe6b153260d871d

PODFILE CHECKSUM: e53a16a804de17b86c29f5452d36e0ae6205ef23
PODFILE CHECKSUM: 5ca14179a4e0b17ebbb7dd74c2a5fcb845f82a9d

COCOAPODS: 1.15.2

0 comments on commit 3fbc2c6

Please sign in to comment.