generate_ios_app_icon_set
Generates a complete iOS AppIcon.appiconset with every required size from a single source icon, allowing customization of text, colors, and background.
Instructions
Generate a complete iOS AppIcon.appiconset with all required sizes from a single source icon
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to display on the icon | |
| fontSize | No | Font size as a percentage (default: 0.7) | |
| textColor | No | Text color in hex format (default: '#000000') | #000000 |
| appiconsetPath | Yes | Path to the AppIcon.appiconset directory | |
| backgroundColor | No | Background color in hex format (default: '#FFFFFF') | #FFFFFF |