Arthur Alves
Arthur Alves
Include GitHub workflows to ensure consistency and quality of the codebase. Include: * [SwiftLint](https://github.com/realm/SwiftLint) - (most common rules) * [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) - Header template containing also MIT License - (most common...
### Background Both `--color` and `--tint-color` support hexadecimal colors (RRGGBB) but not its 3-character shorthand notation (RGB). ### What to do Adjust the argument validators to accept either 3 or...
# TODO Refine this task before moving to `Ready`
# TODO Refine this task before moving to `Ready`
# TODO Refine this task before moving to `Ready`
Include unit tests with coverage of at least 80%
## Background As of now, when providing a signing configuration for iOS, we need to specify in the `team_name` the entire signing identity name including the certificate type, such as...
When running `variants setup` or `variants switch`, many users noticed the non fatal error in the logs: ```shell env: python2.7: No such file or directory ``` This, because [utils/gyb](https://github.com/Backbase/variants/blob/2fcc461e2a0d741d3a9228cde0689a3bb0be7b5d/utils/gyb) requires...