diff --git a/Toolset/palettes/standalone settings/revstandalonesettings.8.rev b/Toolset/palettes/standalone settings/revstandalonesettings.8.rev old mode 100755 new mode 100644 index c8d8bd5e1c..09ce2935e1 Binary files a/Toolset/palettes/standalone settings/revstandalonesettings.8.rev and b/Toolset/palettes/standalone settings/revstandalonesettings.8.rev differ diff --git a/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript b/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript index eec6a74a23..180f602932 100644 --- a/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript +++ b/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript @@ -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" @@ -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 @@ -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) diff --git a/notes/bugfix-21767.md b/notes/bugfix-21767.md new file mode 100644 index 0000000000..92be62587c --- /dev/null +++ b/notes/bugfix-21767.md @@ -0,0 +1 @@ +# Added support for splash screens for iPhone XR and XSMAX