Skip to content

Commit 10c21e5

Browse files
committed
[22733] Remove redundant warning from the standalone builder
We no longer provide separate splash screens for iPad portrait and iPad landscape, since the storyboard mechanism takes care of this automatically.
1 parent 0166a3e commit 10c21e5

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

docs/notes/bugfix-22733.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Remove redundant warning from the standalone builder

ide-support/revsaveasiosstandalone.livecodescript

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,17 +1620,6 @@ private command revCreateMobilePlist pSettings, pAppBundle, pTarget, pFonts, pPl
16201620
put "<key>UIUserInterfaceStyle</key><string>Light</string>" into tUIStyle
16211621
end if
16221622

1623-
-- MM-2011-09-28: Make sure portrait and landscape iPad splashes are present if required.
1624-
--
1625-
if 2 is among the items of pSettings["ios,device family"] then
1626-
if tIPadOrientations contains "Portrait" and there is no file (pAppBundle & "/Default-Portrait.png") then
1627-
revStandaloneAddWarning "No iPad Portrait Splash Screen"
1628-
end if
1629-
if tIPadOrientations contains "Landscape" and there is no file (pAppBundle & "/Default-Landscape.png") then
1630-
revStandaloneAddWarning "No iPad Landscape Splash Screen"
1631-
end if
1632-
end if
1633-
16341623
if tStatusBarHidden is empty then
16351624
put "false" into tStatusBarHidden
16361625
end if

0 commit comments

Comments
 (0)