How to use Icongenie profiles for separate profiles for Capacitor iOS and Android? #14350
Unanswered
jjhiew
asked this question in
CLI - Capacitor / Cordova modes
Replies: 1 comment
-
One way to circumvent this is to let icongenie generate the assets for both platforms, and then rewrite the Android assets using Android Studio. On the link below you can find the instructions for Android Studio: https://www.joshmorony.com/adding-icons-splash-screens-launch-images-to-capacitor-projects/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble understanding how to use Icongenie profiles to generate different icon/splash sets for Android and iOS in capacitor. I'm experiencing the same issues brought up in this comment: #8378. The suggestion by @rstoenescu is to set up multiple profiles, the Quasar icongenie docs make reference to this as well:
So I have two profiles:
The profile is that if I run
icongenie generate -p <profile>
using either of the two profiles above, it always generates icon sets and splashs for BOTH ios and android.Any help would be much appreciated on how I can generate icon sets for each platform that won't overwrite the other.
Beta Was this translation helpful? Give feedback.
All reactions