Update Flipper-Folly dependency
Summary: I have made a new release for Flipper-Folly with the changes in the base diff Reviewed By: jknoxville Differential Revision: D18449493 fbshipit-source-id: bdb60d2a5b16cd0e3fc8d2e135d6d52b97c61fd0
This commit is contained in:
committed by
Facebook Github Bot
parent
ef06f6d546
commit
c1d5e8699b
@@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
|
|||||||
spec.public_header_files = 'xplat/Flipper/*.h','xplat/utils/*.h'
|
spec.public_header_files = 'xplat/Flipper/*.h','xplat/utils/*.h'
|
||||||
spec.source_files = 'xplat/Flipper/*.{h,cpp,m,mm}','xplat/Flipper/utils/*.{h,cpp,m,mm}'
|
spec.source_files = 'xplat/Flipper/*.{h,cpp,m,mm}','xplat/Flipper/utils/*.{h,cpp,m,mm}'
|
||||||
spec.libraries = "stdc++"
|
spec.libraries = "stdc++"
|
||||||
spec.dependency 'Flipper-Folly', '~> 2.0'
|
spec.dependency 'Flipper-Folly', '~> 2.1'
|
||||||
spec.dependency 'Flipper-RSocket', '~> 1.0'
|
spec.dependency 'Flipper-RSocket', '~> 1.0'
|
||||||
spec.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 -Wall
|
spec.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 -Wall
|
||||||
-std=c++14
|
-std=c++14
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ Pod::Spec.new do |spec|
|
|||||||
spec.subspec 'FBCxxFollyDynamicConvert' do |ss|
|
spec.subspec 'FBCxxFollyDynamicConvert' do |ss|
|
||||||
ss.header_dir = 'FBCxxFollyDynamicConvert'
|
ss.header_dir = 'FBCxxFollyDynamicConvert'
|
||||||
ss.compiler_flags = folly_compiler_flags
|
ss.compiler_flags = folly_compiler_flags
|
||||||
ss.dependency 'Flipper-Folly', '~> 2.0'
|
ss.dependency 'Flipper-Folly', '~> 2.1'
|
||||||
ss.source_files = 'iOS/FlipperKit/FBCxxFollyDynamicConvert/**/*.{h,mm}'
|
ss.source_files = 'iOS/FlipperKit/FBCxxFollyDynamicConvert/**/*.{h,mm}'
|
||||||
# We set these files as private headers since they only need to be accessed
|
# We set these files as private headers since they only need to be accessed
|
||||||
# by other FlipperKit source files
|
# by other FlipperKit source files
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Pod::Spec.new do |spec|
|
Pod::Spec.new do |spec|
|
||||||
spec.name = 'Flipper-Folly'
|
spec.name = 'Flipper-Folly'
|
||||||
spec.version = '2.0.2'
|
spec.version = '2.1.0'
|
||||||
spec.license = { :type => 'Apache License, Version 2.0' }
|
spec.license = { :type => 'Apache License, Version 2.0' }
|
||||||
spec.homepage = 'https://github.com/facebook/folly'
|
spec.homepage = 'https://github.com/facebook/folly'
|
||||||
spec.summary = 'An open-source C++ library developed and used at Facebook.'
|
spec.summary = 'An open-source C++ library developed and used at Facebook.'
|
||||||
|
|||||||
Reference in New Issue
Block a user