Upgrade OpenSSL-Universal to 1.1.180 (#1774)

Summary:
As it is stated in `OpenSSL-Universal`'s release notes: 1.1.180 has "macOS Catalyst support".

In order to use Flipper for Mac Catalyst apps, we need to remove dependency blockers.

## Changelog

- Upgrade OpenSSL-Universal to 1.1.180

Pull Request resolved: https://github.com/facebook/flipper/pull/1774

Test Plan:
Build this project using iOS target.

In order to test Mac Catalyst, other blockers `CocoaLibEvent` need to be fixed.

Reviewed By: cekkaewnumchai

Differential Revision: D25681881

Pulled By: passy

fbshipit-source-id: 1e45e875b943fd0bcffb541f58ed87ce3584e593
This commit is contained in:
Daohan Chong
2021-01-04 07:53:56 -08:00
committed by Facebook GitHub Bot
parent da765018ac
commit 9b5680599e

View File

@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
spec.dependency 'boost-for-react-native'
spec.dependency 'Flipper-Glog'
spec.dependency 'Flipper-DoubleConversion'
spec.dependency 'OpenSSL-Universal', '1.1.171'
spec.dependency 'OpenSSL-Universal', '1.1.180'
spec.dependency 'CocoaLibEvent', '~> 1.0'
spec.compiler_flags = '-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0
-frtti