ios - How to set the app icon on info.plist? -


i have 3 schemes , each scheme have xcconfig file. i'd setup variable set appicon each environment. example, in hom.xcconfig set:

icon = appicon-hom 

and in others xcconfig files set:

icon = appicon 

in info.plist set in key icon file variable ${icon} not working.

how configure app icon without create target?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -