chuanqi

Results 3 comments of chuanqi

> Can you share the SampleApp? OK, here is the [project SampleApp](https://github.com/uiChuanqi/TestBazel)

Hi, "and then pass the output of that into the final ios_application" , what does this mean? My problem now are , Emmm, i cann't add variables to Info.plist except...

> `expand_template` is literal so you need to do: > > ```python > replacements = { > "${Host_URL}" : "BUILD_test", > }, > ``` Finally works! Excellent ! Thank you...