Flipper Release: v0.17.1

Summary:
== Bugfix Release ==

Fixes #394 in which using the network inspector can cause the plugin view to crash. Also fixes an issue where native background plugins can fail to connect (d720b20870).

Reviewed By: danielbuechele

Differential Revision: D14384823

fbshipit-source-id: 7cee49d22ec2ed8f076cf3aeb980d4ba3a273a3f
This commit is contained in:
Pascal Hartig
2019-03-08 04:52:06 -08:00
committed by Facebook Github Bot
parent d720b20870
commit d025bbd0bf
7 changed files with 200 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
folly_compiler_flags = '-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=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'
yoga_version = '~> 1.9'
yogakit_version = '~>1.10'
flipperkit_version = '0.17.0'
flipperkit_version = '0.17.1'
Pod::Spec.new do |spec|
spec.name = 'FlipperKit'
spec.version = flipperkit_version