This step allows printing any text on top of the app's icon in order to distinguish between different builds.
| Before | After |
|---|---|
Add this step in your bitrise.yml and customize those values:
| Attribute | Description | Default value |
|---|---|---|
iconsbundle_name |
The name of your .appiconset | AppIcon.appiconset |
project_location |
Folder where the project and the asset files are stored in the repository. | . |
overlay_text |
The text to print over the app icon (6 characters maximum). | $BITRISE_GIT_COMMIT |
font |
The font used for the text. | /System/Library/Fonts/Supplemental/Arial.ttf |
You can find an example in the bitrise.yml of this repository.
- Open an issue
- Fork this repository and send a merge request