Theoretically this will allow Scoutradioz to function on iOS 10 (currently not fully tested). The change in layout.pug detects when let and const are unsupported and shows an error message, which effectively means iOS 9 and below are explicitly not supported. (Let and const are used all over SR's code, so we realistically cannot support iOS 9 which does not support let and const)
Theoretically this will allow Scoutradioz to function on iOS 10 (currently not fully tested). The change in layout.pug detects when
let
andconst
are unsupported and shows an error message, which effectively means iOS 9 and below are explicitly not supported. (Let and const are used all over SR's code, so we realistically cannot support iOS 9 which does not support let and const)