Flipper Release: v0.13.0
Summary: - Crash reporter plugin: Get notified for crashes in Android and iOS apps. Currently in Alpha and not enabled by default. - Support for physical iOS devices. - `yarn start` in open source works again (54d09aa951) - Prevent unnecessary UI rerenders (133788380e) - Fixes a problem on macOS where external plugin from `pluginPaths` config weren't loaded (f7ddf3b496) - Various improvements for certificate exchange and device connections. Full changes here:19485d076b...c6e0517640Reviewed By: danielbuechele, priteshrnandgaonkar Differential Revision: D13431074 fbshipit-source-id: ef2087742911e4c5ee98af1941bc7db5cfe75578
This commit is contained in:
committed by
Facebook Github Bot
parent
c6e0517640
commit
f5e5c33c68
24
Specs/Flipper/0.13.0/Flipper.podspec
Normal file
24
Specs/Flipper/0.13.0/Flipper.podspec
Normal file
@@ -0,0 +1,24 @@
|
||||
flipperkit_version = '0.13.0'
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'Flipper'
|
||||
spec.version = flipperkit_version
|
||||
spec.license = { :type => 'MIT' }
|
||||
spec.homepage = 'https://github.com/facebook/sonar'
|
||||
spec.summary = 'SonarKit core cpp code with network implementation'
|
||||
spec.authors = 'Facebook'
|
||||
spec.source = { :git => 'https://github.com/facebook/Sonar.git',
|
||||
:tag => 'v'+flipperkit_version }
|
||||
spec.module_name = 'Flipper'
|
||||
spec.public_header_files = 'xplat/Flipper/*.h'
|
||||
spec.source_files = 'xplat/Flipper/*.{h,cpp,m,mm}'
|
||||
spec.libraries = "stdc++"
|
||||
spec.dependency 'Folly', '~>1.1'
|
||||
spec.dependency 'RSocket', '~>0.10'
|
||||
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
|
||||
-Wno-global-constructors'
|
||||
spec.platforms = { :ios => "8.0" }
|
||||
spec.pod_target_xcconfig = { "USE_HEADERMAP" => "NO",
|
||||
"CLANG_CXX_LANGUAGE_STANDARD" => "c++14",
|
||||
"HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/RSocket\" \"$(PODS_ROOT)/DoubleConversion\"" }
|
||||
end
|
||||
Reference in New Issue
Block a user