Does config.lua affect icon naming?

In my config.lua file, I am using “@2” as my imageSuffix rather than “@2x

My question is when naming my icon files, should I use the standard “@2x” and “@3x” for some of them (such as “Icon@2x.png”) or should I honor my config settings (would be “Icon@2.png”)?

Also, what about “Icon-Small-40@3x.png”? I am not even setting a 3x in my config.

Thanks for any clarification on my confusion!

No.  config.lua does not affect icon naming.

Icons are selected (for iOS) in build.settings: 

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#custom-app-icons

Thanks so much!

No.  config.lua does not affect icon naming.

Icons are selected (for iOS) in build.settings: 

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#custom-app-icons

Thanks so much!