Hello folks. I have a CMP app on iOS and I need to...
# multiplatform
c
Hello folks. I have a CMP app on iOS and I need to inject some parameters into the build. I’d usually do this with
-Pparam1=val1 -Pparam2=val2
etc. But I am using Cocoapods integration. What’s the easiest way to pass parameters in this case?