Update OpenSSL dependency

Summary: Updates the OpenSSL dependency. Enabling bitcode as the latest version of OpenSSL has bitcode support.

Reviewed By: mweststrate

Differential Revision: D24276537

fbshipit-source-id: 6f135659d64e8849dcf68266458a8f24ef795be7
This commit is contained in:
Pritesh Nandgaonkar
2020-10-20 04:44:15 -07:00
committed by Facebook GitHub Bot
parent 29e528115d
commit abc0ae2b17
7 changed files with 28 additions and 28 deletions

View File

@@ -50,7 +50,7 @@ Pod::Spec.new do |spec|
spec.subspec 'FBCxxFollyDynamicConvert' do |ss|
ss.header_dir = 'FBCxxFollyDynamicConvert'
ss.compiler_flags = folly_compiler_flags
ss.dependency 'Flipper-Folly', '~> 2.2'
ss.dependency 'Flipper-Folly', '~> 2.3'
ss.source_files = 'iOS/FlipperKit/FBCxxFollyDynamicConvert/**/*.{h,mm}'
# We set these files as private headers since they only need to be accessed
# by other FlipperKit source files