From 9b5680599e74e18b25326a39933c52f3431a12dd Mon Sep 17 00:00:00 2001 From: Daohan Chong Date: Mon, 4 Jan 2021 07:53:56 -0800 Subject: [PATCH] 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 --- iOS/Podspecs/Flipper-Folly.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Podspecs/Flipper-Folly.podspec b/iOS/Podspecs/Flipper-Folly.podspec index 07954f9b7..c67389d3e 100644 --- a/iOS/Podspecs/Flipper-Folly.podspec +++ b/iOS/Podspecs/Flipper-Folly.podspec @@ -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