ios-icon-generator
ios-icon-generator copied to clipboard
Add option to specify filename prefix
Some environments expect a specific filename format. In the default flutter setup, for example, icon filenames use the prefix "Icon-App-" instead of "Icon-".
Add support for specifying a different prefix with the -p
switch.
This PR also contains a small typo fix.