app-icon icon indicating copy to clipboard operation
app-icon copied to clipboard

Icon management for Mobile Apps. Create icons, generate all required sizes, label and annotate. Supports Native, Cordova, React Native, Xamarin and more. Inspired by cordova-icon.

Results 38 app-icon issues
Sort by recently updated
recently updated
newest added

## The devDependency [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) was updated from `9.2.0` to `11.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

Hi, I'm wondering to know if is there plan to generate the adaptive icons using SVG. thank you

Hi, thanks for the great tool! At the moment the tool generates files for both normal and rounded icons on Android, from `icon.png`. I'd like to generate just rounded icons...

## The devDependency [eslint](https://github.com/eslint/eslint) was updated from `5.15.3` to `5.16.0`. 🚨 [View failing branch](https://github.com/dwmkerr/app-icon/compare/master...dwmkerr:greenkeeper%2Feslint-5.16.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

I've been using app-icon for a while in MS Appcenter for building. It's running a Mac OS X (Mojave I think) with Node 10.x. With the recent build I'm getting...

I have a blank new Xamarin Forms app created with VS 2019. iOS icons can be generated but for some reason don't show in the app. Droid just fails silently...

Might be easier to just do: ```js console.error('An error occurred labelling the icon: ${err}'); ``` Another improvement would be to perhaps standardise the error logging a little, to make sure...

See `bin/app.icon.js`: ``` operations.push(errorIfMissing(icon, `Source file '${icon}' does not exist. Add the file or specify source icon with the '--icon' parameter.`)); ``` This is a huge smell, there is a...

Works excellent for iOS - thank you. I am using Cordova for my development and will be trying to build osx versions as well for testing. When I try to...