Hi,
I have several publisher and I use diff. info.plist and build config. to separate them. But once come to the appicon (icon files in plist), I cannot make them work good.
In short, I have 3 set of icon files (i.e. Icon.png, Icon_A.png, Icon_B.png) and I put them in right place in info.plist, info_A.plist, info_B.plist. All bundle setting working nice but appicon. All 3 builds using the original icon set "Icon.png".
I search many post about appicon. Someone said we need to use exactly icon name (i.e. Icon.png,
Icon@2x.png, ...). But someone said Xcode can find right icon according to pixel resolution (i.e. 57x57, 114x114, ...).
Please someone tell me how it works, or provide me some Doc would be very nice. Thanks.