Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/notes/bugfix-21527.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Include iPadPro splash image in plist file
2 changes: 2 additions & 0 deletions ide-support/revsaveasiosstandalone.livecodescript
Original file line number Diff line number Diff line change
Expand Up @@ -1707,9 +1707,11 @@ private command revCreateMobilePlist pSettings, pAppBundle, pTarget, pFonts, pPl
if 2 is among the items of tDeviceFamily then
if tIPadOrientations contains "Portrait" then
put "Default-Portrait|Default-Portrait|{768, 1024}|Portrait" & return after tSplashScreens
put "Default-iPadProPortrait|Default-iPadProPortrait|{1024, 1366}|Portrait" & return after tSplashScreens
end if
if tIPadOrientations contains "Landscape" then
put "Default-Landscape|Default-Landscape|{768, 1024}|Landscape" & return after tSplashScreens
put "Default-iPadProLandscape|Default-iPadProLandscape|{1024, 1366}|Landscape" & return after tSplashScreens
end if
end if

Expand Down