I have Webkit version 607.3.9 on my 2017 MacBook Air Mojave (10.14.6). I got the version number from the plist as described: https://tauri.app/v1/references/webview-versions#macos--ios
But MacOS version 10.13 is supported since it's the default minimum system version: https://tauri.app/v1/api/config/#macconfig.minimumsystemversion
My goal is to simply show a file picker dialog: https://tauri.app/v1/api/js/dialog#open
But I get errors that ? is not a valid character, likely because of the nullish operation that's not supported in my version thing?.something
Does anyone know how I can upgrade my webkit without upgrading the OS? According to the list, my version isn't listed for some reason... am I in a strange place somehow?
Maybe there's something I can tell Vite to do?: https://vitejs.dev/guide/build.html#browser-compatibility