Using fastlane badge is slow, as it requires an additional bundle install to be run each time this script is used. We should remove that an instead create a custom solution that will speed up the CI buillds.
Steps:
[ ] Remove fastlane badge plugin and cleanup dependencies
[ ] Dynamically create a badge at buildtime using shields.io
[ ] Using imagemagick modify app icons to have a badge
Motivation:
Using fastlane badge is slow, as it requires an additional bundle install to be run each time this script is used. We should remove that an instead create a custom solution that will speed up the CI buillds.
Steps:
Alternatively, the code in this repo could be (cough MIT license) borrowed and adjusted for our needs: https://github.com/HazAT/badge/blob/master/lib/badge/runner.rb