neilalexander / seaglass

A truly native Matrix client for macOS - written in Swift/Cocoa, with E2E encryption support
Other
529 stars 34 forks source link

Add support for draft matrix: URL scheme #103

Open aaronraimist opened 6 years ago

aaronraimist commented 6 years ago

A custom seaglass:// url scheme might be nice while we wait for a matrix:// spec https://github.com/matrix-org/matrix-doc/issues/455

https://developer.apple.com/documentation/uikit/core_app/allowing_apps_and_websites_to_link_to_your_content/defining_a_custom_url_scheme_for_your_app

KitsuneRal commented 5 years ago

Why not use matrix-org/matrix-doc#455 and implement it in Seaglass right away? It's pretty much stabilised at the moment, and proof-of-concept implementations are very welcome.