Exclude device with Launch Screen storyboard?

Hi folks,


I'm trying to support the latest iPad Pros (with rounded corners) and unfortunately I'm still using a legacy Asset Catalog for my launch images (as seen here). I've intentionally left the Retina HD images empty due to legacy dependencies (cocos2d-objc from 6 years ago).


Is there any way to add a static launch image to the asset catalog for the new iPad Pros? I didn't see an option when creating a new xcassets with Xcode 10.1 (10B61).


As another option, I've tried creating a Launch Screen Storyboard, however I did not see any way to exclude the iPhone Plus screen sizes. Is this possible like with asset catalogs? Unfortunately with the storyboard approach, the legacy cocos2d framework viewport pixels/points cause issues on iPhone Plus devices that I likely won't be able to debug.


Thanks!!