diff --git a/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript b/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript index 8ba944e012..7ec143ccda 100644 --- a/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript +++ b/Toolset/palettes/standalone settings/revstandalonesettingsiosbehavior.livecodescript @@ -202,12 +202,12 @@ on updateSettings end if set the label of button "Supported Devices" to it - -- We only support iOS 8.0 and later - if tSettings["ios,minimum version"] is not empty and tSettings["ios,minimum version"] < "8.0" then + -- We only support iOS 9.0 and later + if tSettings["ios,minimum version"] is not empty and tSettings["ios,minimum version"] < "9.0" then put empty into tSettings["ios,minimum version"] end if - set the label of button "Minimum iOS Version" to computeDefault(tSettings["ios,minimum version"], "8.0") && "or later" + set the label of button "Minimum iOS Version" to computeDefault(tSettings["ios,minimum version"], "9.0") && "or later" set the hilite of button "Persistent WiFi" to computeDefault(tSettings["ios,persistent wifi"], "false") set the hilite of button "Background Audio" to computeDefault(tSettings["ios,background audio"], "false") set the hilite of button "Location Update" to computeDefault(tSettings["ios,background location update"], "false")