grpc / grpc-ios

gRPC for iOS
Apache License 2.0
39 stars 22 forks source link

Suppress gRPC build warning in SPM using command plugins #95

Open dennycd opened 2 years ago

dennycd commented 2 years ago

Recent updates on SPM SP-0332 allows post-install / pre-build commands to run similar to Cocoapod. This allows us to suppress warnings in gRPC build when downstream projects install gRPC.

This feature is available under