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
Binary file modified Toolset/palettes/standalone settings/revstandalonesettings.8.rev
100755 → 100644
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ on updateSettings
put computeDefault(tSettings["ios,iPhone 6 Plus Landscape splash"], empty) into field "iPhone 6 Plus Landscape Splash"
put computeDefault(tSettings["ios,iPhone X Portrait splash"], empty) into field "iPhone X Portrait Splash"
put computeDefault(tSettings["ios,iPhone X Landscape splash"], empty) into field "iPhone X Landscape Splash"
put computeDefault(tSettings["ios,iPhone XR Portrait splash"], empty) into field "iPhone XR Portrait Splash"
put computeDefault(tSettings["ios,iPhone XR Landscape splash"], empty) into field "iPhone XR Landscape Splash"
put computeDefault(tSettings["ios,iPhone XSMAX Portrait splash"], empty) into field "iPhone XSMAX Portrait Splash"
put computeDefault(tSettings["ios,iPhone XSMAX Landscape splash"], empty) into field "iPhone XSMAX Landscape Splash"
put computeDefault(tSettings["ios,ipad portrait splash"], empty) into field "iPad Portrait Splash"
put computeDefault(tSettings["ios,ipad landscape splash"], empty) into field "iPad Landscape Splash"
put computeDefault(tSettings["ios,ipad retina portrait splash"], empty) into field "iPad Retina Portrait Splash"
Expand Down Expand Up @@ -361,6 +365,10 @@ command updateOrientationSettings
set the enabled of group "iPhone 6 Plus Landscape Splash" to tInitialOrientation contains "landscape"
set the enabled of group "iPhone X Portrait Splash" to tInitialOrientation contains "portrait"
set the enabled of group "iPhone X Landscape Splash" to tInitialOrientation contains "landscape"
set the enabled of group "iPhone XR Portrait Splash" to tInitialOrientation contains "portrait"
set the enabled of group "iPhone XR Landscape Splash" to tInitialOrientation contains "landscape"
set the enabled of group "iPhone XSMAX Portrait Splash" to tInitialOrientation contains "portrait"
set the enabled of group "iPhone XSMAX Landscape Splash" to tInitialOrientation contains "landscape"
end if
end updateOrientationSettings

Expand Down Expand Up @@ -388,6 +396,10 @@ command enableDeviceSpecificSettings pDevices
set the enabled of group "iPhone 6 Plus Landscape Splash" to (1 is among the items of pDevices)
set the enabled of group "iPhone X Portrait Splash" to (1 is among the items of pDevices)
set the enabled of group "iPhone X Landscape Splash" to (1 is among the items of pDevices)
set the enabled of group "iPhone XR Portrait Splash" to (1 is among the items of pDevices)
set the enabled of group "iPhone XR Landscape Splash" to (1 is among the items of pDevices)
set the enabled of group "iPhone XSMAX Portrait Splash" to (1 is among the items of pDevices)
set the enabled of group "iPhone XSMAX Landscape Splash" to (1 is among the items of pDevices)
set the enabled of group "iPad Portrait Splash" to (2 is among the items of pDevices)
set the enabled of group "iPad Landscape Splash" to (2 is among the items of pDevices)
set the enabled of group "iPad Retina Portrait Splash" to (2 is among the items of pDevices)
Expand Down
1 change: 1 addition & 0 deletions notes/bugfix-21767.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Added support for splash screens for iPhone XR and XSMAX