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

Add support for Safari 14 #400

Open
ggrossetie opened this issue Jul 13, 2020 · 1 comment
Open

Add support for Safari 14 #400

ggrossetie opened this issue Jul 13, 2020 · 1 comment

Comments

@ggrossetie
Copy link
Member

The latest version of Safari (version 14) support Web Extensions API:

Safari web extensions are available in macOS 11 and later, and in macOS 10.14.6 or 10.15.6 with Safari 14 installed.

Since Safari web extensions are implemented as macOS app extensions. We must use Xcode to package our extension and we must be a member of the Apple Developer Program to distribute the extension through the App Store.

In other words, Apple requires a yearly developer subscription of 99€ to distribute the extension through the App Store.
One community member (Michael Baker) has express interest and contributed financially through Open Collective to cover the yearly subscription expense.

References:

@ggrossetie
Copy link
Member Author

The extension is now available on the Apple Store

Capture-d-ecran-2020-07-20-a-20 06 10

The code source is currently "duplicated" and available at: https://github.com/Mogztter/asciidoctor-safari-extension

Xcode and Safari extension have a somehow strict directory structure but I will try to merge everything into this repository.

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