@@ -904,7 +904,8 @@ private command revCopyMobileNewIcons pSettings, pBaseFolder, pAppBundle
904904 "ipad retina icon,ipad,72x72,2x,[email protected] " & return
& \
905905 "iOS 7 ipad icon,ipad,76x76,1x,[email protected] " & return
& \
906906 "iOS 7 ipad retina icon,ipad,76x76,2x,[email protected] " & return
& \
907- "iPad Pro 12.9 icon,ipad,83.5x83.5,2x,[email protected] " \
907+ "iPad Pro 12.9 icon,ipad,83.5x83.5,2x,[email protected] " & return
& \
908+ "iPad Pro 11 icon,ipad,83.5x83.5,2x,[email protected] " \
908909 into sIconsList
909910
910911 local tAssetsFolder , tAppIconFolder
@@ -992,6 +993,7 @@ private command revCopyMobileNewSplash pSettings, pBaseFolder, pAppBundle
992993 repeat for each line tType in ("iphone splash" & return & "retina splash,@2x" & return & "ipad portrait splash,-Portrait" & \
993994 return & "ipad landscape splash,-Landscape" & return & "ipad retina portrait splash,-Portrait@2x" & return & "ipad retina landscape splash,-Landscape@2x" & \
994995 return & "ipad pro 12.9 portrait splash,-iPadProPortrait@2x" & return & "ipad pro 12.9 landscape splash,-iPadProLandscape@2x" & \
996+ return & "ipad pro 11 portrait splash,-iPadPro11Portrait@2x" & return & "ipad pro 11 landscape splash,-iPadPro11Landscape@2x" & \
995997 return & "iphone 4inch splash,-568h@2x" & return & "iphone 6 splash,-667h@2x" & \
996998 return & "iphone 6 plus portrait splash,-736h@3x" & return & "iphone 6 plus landscape splash,-414h@3x" & \
997999 return & "iphone X portrait splash,-812h@3x" & return & "iphone X landscape splash,-375h@3x" & \
0 commit comments