braze-inc / braze-cordova-sdk

Public repo for the Braze Cordova SDK
https://www.braze.com
Other
21 stars 63 forks source link

Adding replace_android_tokens.sh support for linux #3

Closed bendalton closed 8 years ago

bendalton commented 8 years ago

Original sed usage was compatible with Mac OS X and not linux. New solution works with both platforms.

Here's a post outlining the differences: http://unix.stackexchange.com/questions/13711/differences-between-sed-on-mac-osx-and-other-standard-sed

bendalton commented 8 years ago

Well, this fixed it for linux but broke mac support. I'll follow up again with a better fix.