digitalservicebund / useid-app-ios

iOS client for BundesIdent
MIT License
5 stars 1 forks source link

Workaround macOS bug when specifying base64 output #184

Closed ChaosCoder closed 1 year ago

ChaosCoder commented 1 year ago

This is due to updating our CI to the latest macOS version which changed how the base64 tool interprets the --output parameter. As a workaround, we use the -o parameter.

See the following action that failed because of the update: https://github.com/digitalservicebund/useid-app-ios/actions/runs/4447668556/jobs/7809504103