Release 0.6.16 for iOS
Summary: Releases a new iOS version 0.6.16. After landing this I will release 0.6.16 tag on github Reviewed By: danielbuechele Differential Revision: D9194965 fbshipit-source-id: 13d5e346d6d34a7bf7b6dfb568ca622d97660132
This commit is contained in:
committed by
Facebook Github Bot
parent
128a837304
commit
ae0b8f6b53
@@ -2,7 +2,7 @@ project 'Sample.xcodeproj'
|
||||
source 'https://github.com/facebook/Sonar.git'
|
||||
source 'https://github.com/CocoaPods/Specs'
|
||||
swift_version = "4.1"
|
||||
sonarkit_version = '0.6.15'
|
||||
sonarkit_version = '0.6.16'
|
||||
|
||||
target 'Sample' do
|
||||
pod 'SonarKit', '~>'+sonarkit_version
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
folly_compiler_flags = '-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.8'
|
||||
sonarkit_version = '0.6.15'
|
||||
sonarkit_version = '0.6.16'
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'SonarKit'
|
||||
spec.version = sonarkit_version
|
||||
|
||||
Reference in New Issue
Block a user