Merge pull request #19380 from rmstar/c++podfile

Fix BoringSSL pod name
pull/22886/head
Muxi Yan 5 years ago committed by GitHub
commit e29f3b27b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/cocoapods/Podfile

@ -14,7 +14,7 @@ GRPC_LOCAL_SRC = '../../..'
pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
pod 'gRPC-Core/Tests', :path => GRPC_LOCAL_SRC
pod 'gRPC-C++', :path => GRPC_LOCAL_SRC
pod 'BoringSSL', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true
pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true
end
end

Loading…
Cancel
Save