Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum OS requirements (Electron + Chromium) #204

Closed
danielweck opened this issue Jan 4, 2019 · 2 comments
Closed

Minimum OS requirements (Electron + Chromium) #204

danielweck opened this issue Jan 4, 2019 · 2 comments

Comments

@danielweck
Copy link
Member

danielweck commented Jan 4, 2019

For Electron version 1.8.8 which is used in current readium-desktop:

the minimum macOS version supported is macOS 10.9 ("Mavericks")

See:
https://github.com/electron/electron/blob/v1.8.8/docs/tutorial/supported-platforms.md#macos

For Electron version 4.x => MacOS "Yosemite" 10.10 or later (mainly because of Chromium's minimum requirements). See:
https://github.com/electron/electron/blob/master/docs/tutorial/support.md#macos
and:
https://support.google.com/chrome/answer/95346?hl=en (edited)
and:
electron/electron#15357

Note that this is configurable in electron-builder:
https://www.electron.build/configuration/mac#MacConfiguration-minimumSystemVersion

minimumSystemVersion String - The minimum version of macOS required for the app to run. Corresponds to LSMinimumSystemVersion

Also see:
https://developer.apple.com/documentation/coreservices/lsminimumsystemversion

@danielweck
Copy link
Member Author

Related issues:
#149
and
readium/r2-navigator-js#15

@danielweck
Copy link
Member Author

This issue is obsolete (Electron v14 now, NodeJS 14 for development)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant