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
Post a Comment