mirror of
https://github.com/zhigang1992/tipsi-stripe.git
synced 2026-06-11 16:50:00 +08:00
* Updated local-ci script and travis script to init new example project and link library * Removed example_tmp project * Fix iOS example build command * Copy build.gradle to temp example project * Fixed Travis before-install script * Travis possible fix * God-like fix for copy script * Add settings.gradle into cp pipeline * Some fixes for local-ci script * Fixed local-ci script * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for local-ci script * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Some fixes for Travis scripts * Improvements for local-ci and Travis scripts * Fixed iOS post-link script * Some fixes in ci scripts * Fixed naming for macOS in CI scripts * Freeze Stripe version for iOS and Adnroid
6 lines
162 B
Bash
Executable File
6 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sed -i.bak 's@<PUBLISHABLE_KEY>@'"$PUBLISHABLE_KEY"'@' src/Root.js
|
|
sed -i.bak 's@<MERCHANT_ID>@'"$MERCHANT_ID"'@' src/Root.js
|
|
rm -rf src/Root.js.bak
|