Skip Tablet in ionic resources

I’m developing an app only for smartphone, not for tablets. So I would like to generate only the icon and splash screen for smartphone. Otherwise the app is bigger than needed.

Does anyone have an update regarding this?

Just delete the files and config.xml entries for tablet sizes.

Well, that would work, but the problem is that we have many apps with dynamics config.xml (that we auto-generate).
It would be nice to have a parameter in ionic cordova resources for generating just for mobile or just for tablets, considering it is quite common.

Thanks.

Do you only want to generate for mobile sizes or doe you only want to have mobile sizes?

I don’t mind generating it for both, as long as the config automatically refers only to the mobile one (so the App size is smaller).
Actually, I wonder if the app will get rejected by Apple if it does not have the iPad resources.