mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
The app targets ES2022+/Safari 18+ but the iOS deployment target was 14.0. On older iOS versions (e.g., 15), the JavaScript fails to parse, leaving users stuck on a white splash screen with no feedback. - Add an inline ES5-compatible browser check in index.html that detects unsupported browsers and shows a helpful update message - Raise iOS deployment target from 14.0 to 16.0 in both project.pbxproj and Podfile - Guard productivity tips script against null elements when compat check replaces splash screen content |
||
|---|---|---|
| .. | ||
| App | ||
| App.xcodeproj | ||
| App.xcworkspace | ||
| Podfile | ||
| Podfile.lock | ||