iOS iPad Air 2 和 iPad Pro 的图像文件名

iOS image file names for iPad Air 2 and iPad Pro

“iOS Human Interface Guidelines” 中说出 iPad 的图像尺寸是:

iPad 空气 2 - [1536 x 2048] = @2x
iPad 专业版 – [2048 x 2732] = @2x

我为 retina 使用这样的命名约定 iPad Air 2 [1536 x 2048]:

背景@2x~ipad.png

但是 iPad Pro – [2048 x 2732] 必须指定哪个名称?

据我所知,https://github.com/kevindelord/UIImage-Autoresize 试图解决这个问题。不过我自己还没试过。