paypal / Illuminator

iOS Automator
Apache License 2.0
38 stars 27 forks source link

Base64-encode bridge output to avoid Apple bug #95

Closed ianfixes closed 8 years ago

ianfixes commented 8 years ago

If you run a shell command that outputs certain unicode characters to stdout, the result.stdout will be empty.

This patch works around that horrible Apple bug by base64-encoding the output.